1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-19 21:25:36 +01:00

CI scripts build a static version of NLOpt

This commit is contained in:
Antonin Portelli 2020-01-09 13:43:52 +00:00
parent 5e891063e1
commit a1fae4356e

View File

@ -19,6 +19,9 @@ cd ${NAME}/build
cmake -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
make -j4
make install
cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
make -j4
make install
cd ${INITDIR}/local
touch .built.nlopt
cd ${INITDIR}