Skip to content

Commit 03ffd7d

Browse files
committed
*Remove me* Test factory 4.4.1 and FLINT 3.2.1 GitHub builds
1 parent 45a2560 commit 03ffd7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test_build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ jobs:
130130
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
131131
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
132132
-DCMAKE_INSTALL_PREFIX=/usr \
133-
--debug-trycompile
133+
--debug-trycompile \
134+
-DBUILD_LIBRARIES="flint;factory"
134135
135136
- name: Build libraries using Ninja
136137
if: matrix.build-system == 'cmake'
@@ -165,7 +166,8 @@ jobs:
165166
-L`brew --prefix readline`/lib \
166167
-L/Library/Frameworks/Python.framework/Versions/${PYVERSION}/lib"
167168
export F77=gfortran-14
168-
../../configure --enable-download --with-system-gc
169+
../../configure --enable-download --with-system-gc \
170+
--enable-build-libraries="factory flint"
169171
170172
- name: Build Macaulay2 using Make
171173
if: matrix.build-system == 'autotools'

0 commit comments

Comments
 (0)