diff options
| author | chausner <chausner@users.noreply.github.com> | 2019-06-04 11:18:26 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-06-04 02:18:26 -0700 |
| commit | 3ab376957a64aae98e3c0d0fe4b0f80e91a46afb (patch) | |
| tree | 94e179727e87cce4a935a536b8b8aa5e912839f0 | |
| parent | c5dbc68a38fdc77a4004bcf453eac3f53c8e441c (diff) | |
| download | vcpkg-3ab376957a64aae98e3c0d0fe4b0f80e91a46afb.tar.gz vcpkg-3ab376957a64aae98e3c0d0fe4b0f80e91a46afb.zip | |
[liblsl] Update liblsl port to 1.13.0-b6 (#6745)
| -rw-r--r-- | ports/liblsl/CONTROL | 2 | ||||
| -rw-r--r-- | ports/liblsl/fix-runtime-destination.patch | 13 | ||||
| -rw-r--r-- | ports/liblsl/hardcode-version.patch | 31 | ||||
| -rw-r--r-- | ports/liblsl/portfile.cmake | 7 |
4 files changed, 4 insertions, 49 deletions
diff --git a/ports/liblsl/CONTROL b/ports/liblsl/CONTROL index 0d2d95b1d..995b9fbd6 100644 --- a/ports/liblsl/CONTROL +++ b/ports/liblsl/CONTROL @@ -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
diff --git a/ports/liblsl/fix-runtime-destination.patch b/ports/liblsl/fix-runtime-destination.patch deleted file mode 100644 index a2bdbfbbe..000000000 --- a/ports/liblsl/fix-runtime-destination.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5832a0e6..497dacd1 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -170,7 +170,7 @@ endif() - install(TARGETS lsl
- COMPONENT liblsl
- EXPORT "${PROJECT_NAME}Config"
-- RUNTIME DESTINATION ${LSLPREFIX}lib
-+ RUNTIME DESTINATION ${LSLPREFIX}bin
- LIBRARY DESTINATION ${LSLPREFIX}lib
- INCLUDES DESTINATION ${LSLPREFIX}include
- ARCHIVE DESTINATION ${LSLPREFIX}lib
diff --git a/ports/liblsl/hardcode-version.patch b/ports/liblsl/hardcode-version.patch deleted file mode 100644 index e7343271e..000000000 --- a/ports/liblsl/hardcode-version.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 73e4a7a0..0f8e19f4 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -106,26 +106,6 @@ if(LSL_NO_FANCY_LIBNAME) - set(CMAKE_DEBUG_POSTFIX "") - endif() - --# try to find out which revision is currently checked out --find_package(Git) --if(GIT_FOUND) -- execute_process( -- COMMAND ${GIT_EXECUTABLE} describe --tags HEAD -- WORKING_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}" -- OUTPUT_VARIABLE lslgitrevision -- OUTPUT_STRIP_TRAILING_WHITESPACE -- ) -- execute_process( -- COMMAND ${GIT_EXECUTABLE} rev-parse --symbolic-full-name --abbrev-ref @ -- WORKING_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}" -- OUTPUT_VARIABLE lslgitbranch -- OUTPUT_STRIP_TRAILING_WHITESPACE -- ) -- message(STATUS "Git version information: ${lslgitbranch}/${lslgitrevision}") --else() -- set(lslgitrevision "unknown") -- set(lslgitbranch "unknown") --endif() - set(LSL_VERSION_INFO "\"git:${lslgitrevision}/branch:${lslgitbranch}/build:${CMAKE_BUILD_TYPE}/compiler:${CMAKE_CXX_COMPILER_ID}-${CMAKE_CXX_COMPILER_VERSION}/boost:\" BOOST_LIB_VERSION") - set_source_files_properties("src/lsl_freefuncs_c.cpp" PROPERTIES COMPILE_DEFINITIONS LSL_LIBRARY_INFO_STR=${LSL_VERSION_INFO}) - diff --git a/ports/liblsl/portfile.cmake b/ports/liblsl/portfile.cmake index d8670d7e3..1b6890a14 100644 --- a/ports/liblsl/portfile.cmake +++ b/ports/liblsl/portfile.cmake @@ -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(
@@ -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"
)
|
