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 99a6417 commit fc6f13eCopy full SHA for fc6f13e
.github/workflows/test_build.yml
@@ -144,7 +144,7 @@ jobs:
144
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
145
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
146
-DCMAKE_INSTALL_PREFIX=/usr \
147
- --debug-trycompile
+ --debug-trycompile -DBUILD_PROGRAMS=4ti2
148
149
- name: Build libraries using Ninja
150
if: matrix.build-system == 'cmake'
@@ -176,7 +176,8 @@ jobs:
176
../../autogen.sh
177
export F77=gfortran-14
178
export FC=gfortran-14
179
- ../../configure --with-system-gc --with-fplll
+ ../../configure --with-system-gc --with-fplll \
180
+ --enable-build-libraries=4ti2
181
182
- name: Build libraries using Make
183
if: matrix.build-system == 'autotools'
0 commit comments