-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[liblsl] Update to 1.14.0 #16461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[liblsl] Update to 1.14.0 #16461
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
575a385
[liblsl] Update to 1.14.0
chausner 213b1ce
Adjust CI baseline, assuming liblsl:x64-linux and liblsl:x64-osx pass
chausner 3b63ac8
Add back set(VCPKG_LIBRARY_LINKAGE dynamic)
chausner 561d72f
[libsls] Improve portfile.cmake, add homepage
c9873d4
update version record
3c430e4
Update ports/liblsl/CONTROL
JackBoosY 3ca5da3
Update versions/l-/liblsl.json
JackBoosY 8932039
[liblsl] Use pugixml vcpkg package instead of bundled one
chausner e749bd1
Convert tabs to spaces
chausner 44d158a
Update version
chausner 1a613cf
Fix Supports in liblsl/CONTROL
chausner ed39eb2
Update versions/l-/liblsl.json
JackBoosY File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| Source: liblsl | ||
| Version: 1.13.1 | ||
| Version: 1.14.0 | ||
| Homepage: https://github.com/sccn/liblsl | ||
| Description: C++ lsl library for multi-modal time-synched data transmission over the local network | ||
| Supports: !(static & staticcrt) | ||
| Build-Depends: pugixml | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,35 +1,32 @@ | ||
| set(VCPKG_LIBRARY_LINKAGE dynamic) | ||
| # static builds are currently not supported since liblsl always also builds shared binaries | ||
| # which need to be deleted for vcpkg but then the CMake target can no longer be imported because it still references them | ||
| vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) | ||
|
|
||
| vcpkg_from_github( | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| REPO sccn/liblsl | ||
| REF 1.13.1 # NOTE: when updating version, also change it in the parameter to vcpkg_configure_cmake | ||
| SHA512 95cfd69cff86eb7de62624775f3037dd71a5240a6ad82c12d9340bfaf2c38c25ac9e884b01635bf71e27fcd9ce385602d8fa347c61b6ce10cf2bb7f0ad761282 | ||
| REF v1.14.0 # NOTE: when updating version, also change it in the parameter to vcpkg_configure_cmake | ||
| SHA512 b4ec379339d174c457c8c1ec69f9e51ea78a738e72ecc96b9193f07b5273acb296b5b1f90c9dfe16591ecab0eef9aae9add640c1936d3769cae0bd96617205ec | ||
| HEAD_REF master | ||
| ) | ||
|
|
||
| vcpkg_configure_cmake( | ||
| SOURCE_PATH ${SOURCE_PATH} | ||
| PREFER_NINJA | ||
| OPTIONS | ||
| -DLSL_BUILD_STATIC=OFF | ||
| -DLSL_UNIXFOLDERS=ON | ||
| -DLSL_NO_FANCY_LIBNAME=ON | ||
| -Dlslgitrevision="1.13.1" | ||
| -Dlslgitbranch="master" | ||
| SOURCE_PATH ${SOURCE_PATH} | ||
| PREFER_NINJA | ||
| OPTIONS | ||
| -DLSL_BUILD_STATIC=OFF | ||
| -DLSL_BUNDLED_PUGIXML=OFF # we use the pugixml vcpkg package instead | ||
| -Dlslgitrevision=v1.14.0 | ||
| -Dlslgitbranch=master | ||
| ) | ||
|
|
||
| vcpkg_install_cmake() | ||
| vcpkg_copy_pdbs() | ||
|
|
||
| file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) | ||
| file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) | ||
| vcpkg_copy_tools(TOOL_NAMES lslver AUTO_CLEAN) | ||
|
|
||
| if(VCPKG_TARGET_IS_WINDOWS) | ||
| file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/bin/lslver.exe) | ||
| file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/tools/lslver/) | ||
| file(RENAME ${CURRENT_PACKAGES_DIR}/bin/lslver.exe ${CURRENT_PACKAGES_DIR}/tools/lslver/lslver.exe) | ||
| endif() | ||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") | ||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") | ||
|
|
||
| file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/liblsl RENAME copyright) | ||
| file(INSTALL ${SOURCE_PATH}/README.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/liblsl) | ||
| file(INSTALL "${SOURCE_PATH}/README.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") | ||
| file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.