Skip to content

Commit

Permalink
try 5
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Jan 10, 2024
1 parent 64b53b2 commit cd0934d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ jobs:
cc: clang
- build_type: Debug
build_shared_libs: OFF
do_fortran: ON
- build_type: Release
build_shared_libs: ON
os: ubuntu-20.04
do_fortran: ON
- build_type: Release
build_shared_libs: OFF
build_shared_libs: ON
os: macos-latest
# someday when mac+fortran+shared is fixed
do_fortran: OFF
# someday when mac+fortran+shared is fixed (plus universal do_fortran: ON)
#- build_type: Release
# build_shared_libs: ON

Expand All @@ -60,7 +63,7 @@ jobs:
-D ENABLE_ONEBODY=1
-D DISABLE_ONEBODY_PROPERTY_DERIVS=ON
-D MULTIPOLE_MAX_ORDER=2
-D LIBINT2_ENABLE_FORTRAN=ON
-D LIBINT2_ENABLE_FORTRAN=${{ matrix.do_fortran }}
-D LIBINT2_ENABLE_PYTHON=ON
-D Python_EXECUTABLE=${{ matrix.os == 'macos-latest' && '/usr/local/Frameworks/Python.framework/Versions/3.11/bin/python3.11' || '/usr/bin/python3.8' }}
Expand Down Expand Up @@ -297,7 +300,7 @@ jobs:
-D LIBINT2_ENABLE_PYTHON=ON \
-D CMAKE_PREFIX_PATH="${CONDA_PREFIX}" \
${{ matrix.cfg.libargs }}
cmake --build build --target install
cmake --build build --target install libint2-python-test
- name: Test Libint library - unit tests
shell: bash -l {0}
Expand Down

0 comments on commit cd0934d

Please sign in to comment.