Closed lars2015 closed 1 year ago
The args
using different number of threads can be done by the script with build.sh -p $NUMBER_OF_CORES
.
The selection with libraries can be done with args
, e.g ./build.sh -g
to build with only GSL Library.
git submodule -init
. Hi Yen-Sen,
I think we want a new target like -m
to build the mandatory set of libs, only. This would include GSL, netCDF, HDF5, and zlib.
So, most users would be happy using the -m
flag for building the libs and only those who want extra things like zfp, zstd, thrust, kpp would use -a
to build all the libraries.
Best regards Lars
I think we should close this issue and using the issue #31 instead of this one.
Is your feature request related to a problem?
libs/build.sh
) can be improved by additional functionalityDescribe the solution you'd like
Additional context