Skip to content

Commit

Permalink
[liblsl] Update liblsl port to 1.13.0-b6 (#6745)
Browse files Browse the repository at this point in the history
  • Loading branch information
chausner authored and ras0219-msft committed Jun 4, 2019
1 parent c5dbc68 commit 3ab3769
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 49 deletions.
2 changes: 1 addition & 1 deletion ports/liblsl/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: liblsl
Version: 1.13.0-b4
Version: 1.13.0-b6
Description: C++ lsl library for multi-modal time-synched data transmission over the local network
13 changes: 0 additions & 13 deletions ports/liblsl/fix-runtime-destination.patch

This file was deleted.

31 changes: 0 additions & 31 deletions ports/liblsl/hardcode-version.patch

This file was deleted.

7 changes: 3 additions & 4 deletions ports/liblsl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sccn/liblsl
REF v1.13.0-b4 # NOTE: when updating version, also change it in the parameter to vcpkg_configure_cmake
SHA512 19bc587afcff315385e7bab1f88cf4edd315acfda61a630b23ffe4c59bc0f5aa570f0a979071f2b60009bb4d4b8ce08c98c414dc5b88042556b2501f4b8dcb79
REF 1.13.0-b6 # NOTE: when updating version, also change it in the parameter to vcpkg_configure_cmake
SHA512 fb98cdd73de5f13e97f639ba3f2f836d46ce28cdcb2246584728f296eb647e2c9c069534470a603b10d7dc34ab8978bf246e2187428ab231a925feb0b7024c89
HEAD_REF master
PATCHES hardcode-version.patch fix-runtime-destination.patch
)

vcpkg_configure_cmake(
Expand All @@ -18,7 +17,7 @@ vcpkg_configure_cmake(
-DLSL_BUILD_STATIC=OFF
-DLSL_UNIXFOLDERS=ON
-DLSL_NO_FANCY_LIBNAME=ON
-Dlslgitrevision="v1.13.0-b4"
-Dlslgitrevision="1.13.0-b6"
-Dlslgitbranch="master"
)

Expand Down

0 comments on commit 3ab3769

Please sign in to comment.