Skip to content

[Draft] Fix scalloc compilation #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion build-bench-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version_mesh=7ef171c7870c8da1c52ff3d78482421f46beb94c
version_mi=v1.7.3
version_nomesh=7ef171c7870c8da1c52ff3d78482421f46beb94c
version_rp=4c10723
version_sc=v1.0.0
version_sc=master # unmaintained since 2016
version_scudo=main
version_sm=709663f
version_sn=0.5.3
Expand Down Expand Up @@ -93,6 +93,7 @@ while : ; do
setup_iso=$flag_arg
setup_je=$flag_arg
setup_mi=$flag_arg
setup_sc=$flag_arg
setup_sn=$flag_arg
setup_tbb=$flag_arg
setup_tc=$flag_arg
Expand Down Expand Up @@ -454,6 +455,8 @@ if test "$setup_sc" = "1"; then
else
tools/make_deps.sh
fi
sed -i "s/python/python3/" ./build/gyp/gyp
sed -i "s/-Werror/-Wno-stringops/" ./common.gypi
build/gyp/gyp --depth=. scalloc.gyp
fi
BUILDTYPE=Release make -j $procs
Expand Down