Skip to content

Commit

Permalink
Update paths for Ipopt-3.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed May 10, 2019
1 parent 29ec9fd commit f9c0894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ cd ThirdParty
```

NOTE: When using `ThirdParty/installIpopt.sh` to build Ipopt, follow the
instructions in `ThirdParty/Ipopt-3.12.9/ThirdParty/HSL/INSTALL.HSL` for
instructions in `ThirdParty/Ipopt-3.12.12/ThirdParty/HSL/INSTALL.HSL` for
obtaining the hsl library before continuing, otherwise IpOpt will not be
usable. Afterwards, (re)run `ThirdParty/installIpopt.sh`.

Expand Down
2 changes: 1 addition & 1 deletion buildAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $PARPE_ROOT/ThirdParty/installCpputest.sh
mkdir -p $PARPE_ROOT/build
cd $PARPE_ROOT/build
CC=mpicc CXX=mpiCC cmake \
-DIPOPT_DIR=${PARPE_ROOT}/ThirdParty/Ipopt-3.12.9/install \
-DIPOPT_DIR=${PARPE_ROOT}/ThirdParty/Ipopt-3.12.12/install \
-DCERES_LIBRARIES="${PARPE_ROOT}/ThirdParty/ceres-solver-1.13.0/build/install/lib/libceres.a;`pkg-config --libs blas`;cxsparse;lapack;cholmod;camd;colamd" \
-DCERES_INCLUDE_DIRS="${PARPE_ROOT}/ThirdParty/ceres-solver-1.13.0/build/install/include/;${PARPE_ROOT}/ThirdParty/ceres-solver-1.13.0/build/install/include/ceres/internal/miniglog/;${PARPE_ROOT}/ThirdParty/eigen-eigen-67e894c6cd8f/build/install/include/eigen3/" \
-DMPI_INCLUDE_DIR=/usr/include/openmpi-x86_64/ \
Expand Down

0 comments on commit f9c0894

Please sign in to comment.