Skip to content
Snippets Groups Projects
Commit 6a431485 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

no static library on conda (not needed)

parent eeea6449
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,8 @@ export LIBS="-lgsl -lgslcblas -llapack -lblas -lxdrfile -lz $LIBS"
# python is disabled since it should be provided as a separate package
# --disable-libsearch forces to link only explicitely requested libraries
# --disable-static-patch avoid tests that are only required for static patches
./configure --prefix=$PREFIX --disable-python --disable-libsearch --disable-static-patch
# --disable-static-archive makes package smaller
./configure --prefix=$PREFIX --disable-python --disable-libsearch --disable-static-patch --disable-static-archive
make -j${CPU_COUNT}
make install
......
......@@ -36,7 +36,6 @@ test:
- plumed-patch -h
- plumed config has external_blas external_lapack gsl xdrfile zlib
- $PREFIX/lib/plumed/plumed-runtime -h
- test -f $PREFIX/lib/libplumed.a
- test -f $PREFIX/lib/libplumed$SHLIB_EXT
- test -f $PREFIX/lib/libplumedWrapper.a
- test -f $PREFIX/lib/libplumedKernel$SHLIB_EXT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment