File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
1414export deps_dir=$HOME /local
1515export PATH=" $HOME /miniconda/bin:$PATH "
1616bash miniconda.sh -b -p $HOME /miniconda
17- conda create -y -q -p $deps_dir c-compiler cxx-compiler cmake eigen nlopt boost-cpp tbb tbb-devel
17+ conda create -y -q -p $deps_dir c-compiler cxx-compiler cmake eigen nlopt ipopt boost-cpp tbb tbb-devel
1818source activate $deps_dir
1919
2020# Create the build dir and cd into it.
2121mkdir build
2222cd build
2323
2424# GCC build.
25- cmake ../ -DCMAKE_PREFIX_PATH=$deps_dir -DCMAKE_BUILD_TYPE=Debug -DPAGMO_BUILD_TESTS=yes -DPAGMO_WITH_EIGEN3=yes -DPAGMO_WITH_NLOPT=yes
25+ cmake ../ -DCMAKE_PREFIX_PATH=$deps_dir -DCMAKE_BUILD_TYPE=Debug -DPAGMO_BUILD_TESTS=yes -DPAGMO_WITH_EIGEN3=yes -DPAGMO_WITH_NLOPT=yes -DPAGMO_WITH_IPOPT=yes
2626make -j2 VERBOSE=1
2727# Run the tests, except the fork island which
2828# gives spurious warnings in the address sanitizer.
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
1414export deps_dir=$HOME /local
1515export PATH=" $HOME /miniconda/bin:$PATH "
1616bash miniconda.sh -b -p $HOME /miniconda
17- conda create -y -q -p $deps_dir c-compiler cxx-compiler cmake eigen nlopt boost-cpp tbb tbb-devel
17+ conda create -y -q -p $deps_dir c-compiler cxx-compiler cmake eigen nlopt ipopt boost-cpp tbb tbb-devel
1818source activate $deps_dir
1919
2020# Create the build dir and cd into it.
2121mkdir build
2222cd build
2323
2424# GCC build.
25- cmake ../ -DCMAKE_PREFIX_PATH=$deps_dir -DCMAKE_BUILD_TYPE=Debug -DPAGMO_BUILD_TESTS=yes -DPAGMO_WITH_EIGEN3=yes -DPAGMO_WITH_NLOPT=yes
25+ cmake ../ -DCMAKE_PREFIX_PATH=$deps_dir -DCMAKE_BUILD_TYPE=Debug -DPAGMO_BUILD_TESTS=yes -DPAGMO_WITH_EIGEN3=yes -DPAGMO_WITH_NLOPT=yes -DPAGMO_WITH_IPOPT=yes
2626make -j2 VERBOSE=1
2727# Run the tests, except the fork island which
2828# gives spurious warnings in the address sanitizer.
You can’t perform that action at this time.
0 commit comments