We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdc87b commit 7d5f0d0Copy full SHA for 7d5f0d0
1 file changed
.github/workflows/test_build.yml
@@ -143,7 +143,7 @@ jobs:
143
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
144
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
145
-DCMAKE_INSTALL_PREFIX=/usr \
146
- --debug-trycompile
+ --debug-trycompile -DBUILD_PROGRAMS=topcom
147
148
- name: Build libraries using Ninja
149
if: matrix.build-system == 'cmake'
@@ -175,7 +175,8 @@ jobs:
175
../../autogen.sh
176
export F77=gfortran-14
177
export FC=gfortran-14
178
- ../../configure --with-system-gc --with-fplll
+ ../../configure --with-system-gc --with-fplll \
179
+ --enable-build-libraries=topcom
180
181
- name: Build libraries using Make
182
if: matrix.build-system == 'autotools'
0 commit comments