Skip to content

Commit

Permalink
CI: Temporariliy disable TBB/mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed May 14, 2024
1 parent e71dd55 commit b5fd833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/run_docker_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CXXFLAGS="-Wall -Wextra -Wpedantic -Wshadow -Werror -D_GLIBCXX_ASSERTIONS" ${ARC
-DPython_LIBRARY=${MINGW_PREFIX}/lib/libpython${PYMAJMIN}.dll.a \
-DPython_EXECUTABLE=/usr/bin/${ARCH}-w64-mingw32-python${PYMAJMIN}-bin \
-DCMAKE_UNITY_BUILD=ON -DCMAKE_UNITY_BUILD_BATCH_SIZE=32 \
-DUSE_HMAT=ON \
-DUSE_TBB=OFF \
${source_dir}
make install
${ARCH}-w64-mingw32-strip --strip-unneeded ${PREFIX}/bin/*.dll ${PREFIX}/Lib/site-packages/openturns/*.pyd
Expand Down

0 comments on commit b5fd833

Please sign in to comment.