You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add build arch
* Update cmake
* Update CI (relwithdebinfo)
* Fix tbb install on linux
* Add lkeb artifactory certificate on linux
* remove unused files
* No need for these flags
* No need for duplicate cpp version setting
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This repo currently builds three plugins:
8
8
9
9
## HDF5 dependency
10
10
By default, a pre-built HDF5 library will be downloaded from the LKEB artifactory during cmake's configuration step.
11
+
On Linux you'll probably need to add a certificate for this to work: `sudo ./cmake/install-lkeb-artifactory-cert.sh`.
11
12
12
13
You can also install HDF5 with [vcpkg](https://github.com/microsoft/vcpkg) and use `-DCMAKE_TOOLCHAIN_FILE="[YOURPATHTO]/vcpkg/scripts/buildsystems/vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows-static-md` to point to your vcpkg installation:
0 commit comments