Skip to content

Commit

Permalink
Re-enable Python support in GitHub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Nov 7, 2023
1 parent aeccc78 commit b606ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_PYTHON=OFF \
-DWITH_PYTHON=ON \
--debug-trycompile
- name: Build libraries using Ninja
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
export CPPFLAGS="-I`brew --prefix`/include -I`brew --prefix libomp`/include"
export LDFLAGS="-L`brew --prefix`/lib -L`brew --prefix libomp`/lib \
-L/Library/Frameworks/Python.framework/Versions/${PYVERSION}/lib"
../../configure --enable-download --without-python --with-system-gc
../../configure --enable-download --with-python --with-system-gc
- name: Build Macaulay2 using Make
if: matrix.build-system == 'autotools'
Expand Down

0 comments on commit b606ec9

Please sign in to comment.