Skip to content

Commit

Permalink
Fixed RDKit build on Linux ARM [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 7, 2024
1 parent 6f6b07d commit 23eb2d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rdkit-linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
cd rdkit
git apply ../extra/RDKit/boost.patch
cmake -S . -B build \
-DBoost_DIR=/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0 \
-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=arm -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ONLY \
-DRDK_BUILD_CFFI_LIB=ON \
-DRDK_BUILD_COORDGEN_SUPPORT=OFF \
Expand Down

0 comments on commit 23eb2d1

Please sign in to comment.