Skip to content

Commit

Permalink
Update test_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonleykin authored May 4, 2023
1 parent 91ce1cf commit 60c5015
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,8 @@ jobs:
export LDFLAGS="-L`brew --prefix`/lib -L`brew --prefix libomp`/lib \
-L/Library/Frameworks/Python.framework/Versions/${PYVERSION}/lib"
if [[ "${{ matrix.compiler }}" == "MPI" ]]
then
../../configure --enable-download --with-MPI --with-python --with-system-gc --enable-syntax-highlighting
else
../../configure --enable-download --with-python --with-system-gc --enable-syntax-highlighting
then ../../configure --enable-download --with-MPI --with-python --with-system-gc --enable-syntax-highlighting
else ../../configure --enable-download --with-python --with-system-gc --enable-syntax-highlighting
fi
- name: Build Macaulay2 using Make
Expand Down

0 comments on commit 60c5015

Please sign in to comment.