Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac 28689: do not install cbc in parallel to avoid race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri committed Nov 3, 2019
1 parent 997e76f commit 4310696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/cbc/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ sed -i -e "s/clock\_gettime ()/Grrrrrrrrrrrr\ ()/g" Cbc/configure || \
sdh_configure --enable-cbc-parallel --enable-parallel \
--enable-gnu-packages --enable-static
sdh_make
sdh_make_install
sdh_make_install -j1

0 comments on commit 4310696

Please sign in to comment.