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 5b2c579 commit 474a5f2Copy full SHA for 474a5f2
.github/workflows/test_build.yml
@@ -132,7 +132,7 @@ jobs:
132
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
133
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
134
-DCMAKE_INSTALL_PREFIX=/usr \
135
- --debug-trycompile
+ --debug-trycompile -DWITH_TBB=OFF
136
137
- name: Build libraries using Ninja
138
if: matrix.build-system == 'cmake'
@@ -165,7 +165,7 @@ jobs:
165
-L`brew --prefix readline`/lib"
166
export F77=gfortran-14
167
export FC=gfortran-14
168
- ../../configure --with-system-gc --with-fplll
+ ../../configure --with-system-gc --with-fplll --disable-tbb
169
170
- name: Build Macaulay2 using Make
171
if: matrix.build-system == 'autotools'
0 commit comments