Skip to content

Commit 4810eee

Browse files
committed
*REMOVE ME* Build mpsolve 3.2.2 in GitHub builds
1 parent 4660a2e commit 4810eee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
133133
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
134134
-DCMAKE_INSTALL_PREFIX=/usr \
135-
--debug-trycompile
135+
--debug-trycompile -DBUILD_LIBRARIES=mpsolve
136136
137137
- name: Build libraries using Ninja
138138
if: matrix.build-system == 'cmake'
@@ -165,7 +165,8 @@ jobs:
165165
-L`brew --prefix readline`/lib"
166166
export F77=gfortran-14
167167
export FC=gfortran-14
168-
../../configure --with-system-gc --with-fplll
168+
../../configure --with-system-gc --with-fplll \
169+
--enable-build-libraries=mpsolve
169170
170171
- name: Build Macaulay2 using Make
171172
if: matrix.build-system == 'autotools'

0 commit comments

Comments
 (0)