Skip to content

Commit

Permalink
Fix VTS Ipopt build
Browse files Browse the repository at this point in the history
  • Loading branch information
camearle20 committed Mar 9, 2024
1 parent 96a83c0 commit 2cfc8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trajectory_native/build_ipopt.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh
apk add --update clang make gfortran blas-dev lapack-dev
apk add --update clang make patch gfortran blas-dev lapack-dev

CC=clang
CXX=clang++
MUMPS_VERSION="3.0.5"
IPOPT_VERSION="3.14.14"

wget -c https://github.com/coin-or-tools/ThirdParty-Mumps/archive/refs/tags/releases/$MUMPS_VERSION.tar.gz -O - | tar -xz
cd ThirdParty-Mumps-releases-3.0.5
cd ThirdParty-Mumps-releases-$MUMPS_VERSION
./get.Mumps
./configure
make -j$(nproc)
Expand Down

0 comments on commit 2cfc8bb

Please sign in to comment.