Skip to content

Commit

Permalink
Build cxx libs of hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Aug 21, 2023
1 parent a210aec commit a3fe66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion singularity/Singularity.amd_aocl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ From: fedora:36
#tar xf hdf5-1.14.1-2.tar.gz
#cd hdf5-1.14.1-2/
# Thread safety required for WSClean's parallel gridding with facets.
./configure -prefix=/opt/hdf5 --enable-build-mode=production --enable-threadsafe --enable-shared --disable-sharedlib-rpath --disable-hl
./configure -prefix=/opt/hdf5 --enable-build-mode=production --enable-threadsafe --enable-shared --disable-sharedlib-rpath --disable-hl --enable-cxx -enable-unsupported
make -j $J
#make check
make install
Expand Down
2 changes: 1 addition & 1 deletion singularity/Singularity.intel_mkl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ From: fedora:36
#tar xf hdf5-1.14.1-2.tar.gz
#cd hdf5-1.14.1-2/
# Thread safety required for WSClean's parallel gridding with facets.
./configure -prefix=/opt/hdf5 --enable-build-mode=production --enable-threadsafe --enable-shared --disable-sharedlib-rpath --disable-hl
./configure -prefix=/opt/hdf5 --enable-build-mode=production --enable-threadsafe --enable-shared --disable-sharedlib-rpath --disable-hl --enable-cxx -enable-unsupported
make -j $J
#make check
make install
Expand Down

0 comments on commit a3fe66d

Please sign in to comment.