We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4660a2e commit 4810eeeCopy full SHA for 4810eee
.github/workflows/test_build.yml
@@ -132,7 +132,7 @@ jobs:
132
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
133
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
134
-DCMAKE_INSTALL_PREFIX=/usr \
135
- --debug-trycompile
+ --debug-trycompile -DBUILD_LIBRARIES=mpsolve
136
137
- name: Build libraries using Ninja
138
if: matrix.build-system == 'cmake'
@@ -165,7 +165,8 @@ jobs:
165
-L`brew --prefix readline`/lib"
166
export F77=gfortran-14
167
export FC=gfortran-14
168
- ../../configure --with-system-gc --with-fplll
+ ../../configure --with-system-gc --with-fplll \
169
+ --enable-build-libraries=mpsolve
170
171
- name: Build Macaulay2 using Make
172
if: matrix.build-system == 'autotools'
0 commit comments