Skip to content

Commit 2940018

Browse files
authored
[SCIP] rebuild and hopefully fix for Windows (#11164)
1 parent 1a4ac00 commit 2940018

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

S/SCIP/build_tarballs.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,8 @@ elif [[ "${target}" == *-mingw* ]]; then
2626
export LDFLAGS=-L${libdir}
2727
fi
2828
29-
if [[ "${target}" == *w64* ]]; then
30-
export CFLAGS="-O0"
31-
fi
32-
3329
cd scipoptsuite*
3430
35-
# for soplex threadlocal
36-
export CXXFLAGS="-DTHREADLOCAL=''"
37-
3831
mkdir build
3932
cd build/
4033
cmake -DCMAKE_INSTALL_PREFIX=$prefix\
@@ -87,4 +80,4 @@ dependencies = [
8780
]
8881

8982
# Build the tarballs, and possibly a `build.jl` as well.
90-
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version = v"6", julia_compat="1.6")
83+
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version = v"12", julia_compat="1.6")

0 commit comments

Comments
 (0)