File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run : |
4848 export PKG_CONFIG_PATH=$HOME/install/lib/pkgconfig
4949 mkdir $HOME/build
50- curl -SL https://www. coin-or.org/download/source/Ipopt/Ipopt- ${IPOPT_VER}.tgz | tar -xzC $HOME/build
51- mv $HOME/build/Ipopt-${IPOPT_VER}/Ipopt/contrib/MatlabInterface $HOME/build/ipopt
50+ curl -SL https://github.com/ coin-or/Ipopt/archive/releases/ ${IPOPT_VER}.tar.gz | tar -xzC $HOME/build
51+ mv $HOME/build/Ipopt-releases- ${IPOPT_VER}/Ipopt/contrib/MatlabInterface $HOME/build/ipopt
5252 mv $GITHUB_WORKSPACE/.travis/Makefile $HOME/build/ipopt/src
5353 make -C $HOME/build/ipopt/src
5454 mv $HOME/build/ipopt/src/*.mex $HOME/build/ipopt/
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ script:
5656# build IPOPT MEX file
5757- export PKG_CONFIG_PATH=$TRAVIS_BUILD_DIR/install/lib/pkgconfig
5858- mkdir $TRAVIS_BUILD_DIR/build
59- - curl -SL https://www. coin-or.org/download/source/Ipopt/Ipopt- ${IPOPT_VER}.tgz | tar -xzC $TRAVIS_BUILD_DIR/build
60- - mv $TRAVIS_BUILD_DIR/build/Ipopt-${IPOPT_VER}/Ipopt/contrib/MatlabInterface $TRAVIS_BUILD_DIR/build/ipopt
59+ - curl -SL https://github.com/ coin-or/Ipopt/archive/releases/ ${IPOPT_VER}.tar.gz | tar -xzC $TRAVIS_BUILD_DIR/build
60+ - mv $TRAVIS_BUILD_DIR/build/Ipopt-releases- ${IPOPT_VER}/Ipopt/contrib/MatlabInterface $TRAVIS_BUILD_DIR/build/ipopt
6161- mv $TRAVIS_BUILD_DIR/.travis/Makefile $TRAVIS_BUILD_DIR/build/ipopt/src
6262- make -C $TRAVIS_BUILD_DIR/build/ipopt/src
6363- mv $TRAVIS_BUILD_DIR/build/ipopt/src/*.mex $TRAVIS_BUILD_DIR/build/ipopt/
You can’t perform that action at this time.
0 commit comments