Skip to content

Commit 474a5f2

Browse files
committed
*REMOVE ME* Run GitHub builds w/o TBB support
1 parent 5b2c579 commit 474a5f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
133133
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
134134
-DCMAKE_INSTALL_PREFIX=/usr \
135-
--debug-trycompile
135+
--debug-trycompile -DWITH_TBB=OFF
136136
137137
- name: Build libraries using Ninja
138138
if: matrix.build-system == 'cmake'
@@ -165,7 +165,7 @@ jobs:
165165
-L`brew --prefix readline`/lib"
166166
export F77=gfortran-14
167167
export FC=gfortran-14
168-
../../configure --with-system-gc --with-fplll
168+
../../configure --with-system-gc --with-fplll --disable-tbb
169169
170170
- name: Build Macaulay2 using Make
171171
if: matrix.build-system == 'autotools'

0 commit comments

Comments
 (0)