Skip to content

Commit

Permalink
Use SoPlex 7.1.0 in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPommerening committed Jul 25, 2024
1 parent f4ff7fc commit ed0222a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions misc/releases/templates/_Vagrantfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Vagrant.configure("2") do |config|
v.memory = 2048
end

config.vm.box = "ubuntu/jammy64"
config.vm.box = "ubuntu/noble64"

# To compile the planner with support for CPLEX, download the 64-bit Linux
# installer of CPLEX 22.1.1 and set the environment variable
Expand Down Expand Up @@ -56,9 +56,8 @@ Vagrant.configure("2") do |config|
export soplex_DIR="/opt/soplex"
EOM
source /etc/profile.d/downward-soplex.sh
git clone --branch master https://github.com/scipopt/soplex.git soplex
git clone --depth 1 --branch release-710 https://github.com/scipopt/soplex.git soplex
cd soplex
git checkout a5df081
cmake -DCMAKE_INSTALL_PREFIX="$soplex_DIR" -S . -B build
cmake --build build
cmake --install build
Expand Down

0 comments on commit ed0222a

Please sign in to comment.