Skip to content

Commit

Permalink
Add PYTHON_LIBRARY option
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Aug 17, 2024
1 parent 030f472 commit 3296112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheel-linux-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=$GITHUB_WORKSPACE/runtime-build/lib \
-DPYTHON_EXECUTABLE=$(which python${{ matrix.python_version }}) \
-PYTHON_LIBRARY=$(python3${{ matrix.python_version }} -c "import sysconfig; import os; print(os.path.join(sysconfig.get_config_var('LIBDIR'), sysconfig.get_config_var('LIBRARY')))") \
-Dpybind11_DIR=$(python${{ matrix.python_version }} -c "import pybind11; print(pybind11.get_cmake_dir())") \
-DLIGHTNING_GIT_TAG=a3bef4c \
-DENABLE_WARNINGS=OFF \
Expand Down

0 comments on commit 3296112

Please sign in to comment.