Skip to content

Commit

Permalink
blosc/ADIOS2: show flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jun 16, 2021
1 parent 44b7916 commit 5d52fbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function build_adios2 {
-DADIOS2_RUN_INSTALL_TEST=OFF \
-DEVPATH_USE_ZPL_ENET=${EVPATH_ZPL} \
-DHDF5_USE_STATIC_LIBRARIES:BOOL=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_DISABLE_FIND_PACKAGE_LibFFI=TRUE \
-DCMAKE_DISABLE_FIND_PACKAGE_BISON=TRUE \
-DCMAKE_INSTALL_PREFIX=${BUILD_PREFIX} ../ADIOS2-*
Expand Down Expand Up @@ -139,6 +140,7 @@ function build_blosc {
-DBUILD_TESTS=OFF \
-DBUILD_BENCHMARKS=OFF \
-DTHREADS_PREFER_PTHREAD_FLAG=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_INSTALL_PREFIX=${BUILD_PREFIX} \
../c-blosc-*
make -j${CPU_COUNT}
Expand Down

0 comments on commit 5d52fbd

Please sign in to comment.