Skip to content

Commit

Permalink
try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Aug 30, 2023
1 parent 72dd2c7 commit 493b513
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ jobs:
-DCMAKE_CXX_COMPILER=${CXX} \
-DLIBINT2_PYTHON=ON \
-DCMAKE_PREFIX_PATH="${CONDA_PREFIX}" \
-DPython_EXECUTABLE="${CONDA_PREFIX}/bin/python" \
${{ matrix.cfg.libargs }}
cmake --build build --target install libint2-python-test
Expand Down
2 changes: 1 addition & 1 deletion export/cmake/CMakeLists.txt.export
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ endif()
# Python is optionally used for testing.
# * But for Fortran, it's additionally required for preprocessing.
# * And for Python bindings, it's required along with its headers.
if (LIBINT2_ENABLE_PYTHON)
if (LIBINT2_PYTHON)
find_package(Python COMPONENTS Interpreter Development REQUIRED)
elif (ENABLE_FORTRAN)
find_package(Python COMPONENTS Interpreter REQUIRED)
Expand Down

0 comments on commit 493b513

Please sign in to comment.