File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,8 @@ jobs:
130
130
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
131
131
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
132
132
-DCMAKE_INSTALL_PREFIX=/usr \
133
- --debug-trycompile
133
+ --debug-trycompile \
134
+ -DBUILD_LIBRARIES="flint;factory"
134
135
135
136
- name : Build libraries using Ninja
136
137
if : matrix.build-system == 'cmake'
@@ -165,7 +166,8 @@ jobs:
165
166
-L`brew --prefix readline`/lib \
166
167
-L/Library/Frameworks/Python.framework/Versions/${PYVERSION}/lib"
167
168
export F77=gfortran-14
168
- ../../configure --enable-download --with-system-gc
169
+ ../../configure --enable-download --with-system-gc \
170
+ --enable-build-libraries="factory flint"
169
171
170
172
- name : Build Macaulay2 using Make
171
173
if : matrix.build-system == 'autotools'
You can’t perform that action at this time.
0 commit comments