Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
LLVMgold.so is still missing, so we use lld instead.
  • Loading branch information
robomics committed Oct 30, 2024
1 parent 5c9730b commit 1382832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/hictkpy/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ if [[ ${HOST} =~ .*darwin.* ]]; then
CMAKE_ARGS+=" -DCMAKE_OSX_SYSROOT=${CONDA_BUILD_SYSROOT}"
conan_profile='apple-clang'
else
# Workaround missing LLVMgold.so on Linux
CMAKE_ARGS+=' -DCMAKE_LINKER_TYPE=LLD'
CMAKE_ARGS+=" -DCMAKE_TOOLCHAIN_FILE=${RECIPE_DIR}/cross-linux.cmake"
conan_profile='clang'
fi
Expand Down
1 change: 1 addition & 0 deletions recipes/hictkpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ requirements:
- hdf5 >=1.12
- libarrow >=16
- libdeflate >=1
- lld # [linux]
- nanobind >=2
- numpy
- scikit-build-core >=0.10
Expand Down

0 comments on commit 1382832

Please sign in to comment.