Skip to content

Commit

Permalink
Explicitly set DCMAKE_PREFIX_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed Dec 12, 2024
1 parent 32bd330 commit 41f3b92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python_version: ['3.12']
# python_version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os:
# - windows-2019 cannot compile on Windows
# (!) TODO: The workflow contains code for Windows building, but we cannot compile it with MS MPI. Changes in the source code are needed.
Expand Down Expand Up @@ -216,6 +217,7 @@ jobs:
if: runner.os == 'Linux'
run: |
cmake \
-DCMAKE_PREFIX_PATH=${{ env.LIBNABO_INSTALL_PATH }} \
-DBOOST_ROOT:PATH=${{ env.BOOST_INSTALL_PATH }} \
-DLIBNABO_INSTALL_DIR=${{ env.LIBNABO_INSTALL_PATH }} \
-DBUILD_PYTHON_MODULE:BOOL=ON \
Expand Down

0 comments on commit 41f3b92

Please sign in to comment.