Skip to content

Commit

Permalink
Build scip single-threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-manns committed Mar 5, 2024
1 parent 87a63d8 commit 84f3853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../../scip_install -DCMAKE_BUILD_TYPE=Release -DLPS=spx -DSOPLEX_DIR=../../scip_install -DGMP_DIR=../../scip_install -DPAPILO=false -DZIMPL=false -DGMP=true -DREADLINE=false -DIPOPT=true -DIPOPT_DIR=../../scip_install
make -j$(nproc)
make -j
make install
shell: bash

Expand Down

0 comments on commit 84f3853

Please sign in to comment.