Skip to content

Commit

Permalink
update versions of hdf5 library to use (1.10.10, 1.12.2, 1.14.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed May 16, 2023
1 parent 66e4f3b commit 2bfed67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ include(FetchContent)

# pre-cache the linker flags
set(CMAKE_EXE_LINKER_FLAGS_INIT "-sNODERAWFS=1 -sUSE_ZLIB=1 -sFORCE_FILESYSTEM=1" CACHE INTERNAL "")
set(HDF5_VERSION "1_12_1" CACHE STRING "HDF5 version to build")
set(HDF5_VERSION "1_12_2" CACHE STRING "HDF5 version to build")

set(SRC_HASH_1_12_1 e6dde173c2d243551922d23a0387a79961205b018502e6a742acb30b61bc2d5f)
set(SRC_HASH_1_13_0 71ea4747e7362e27e925b67d1dea868bebedd599903f371ccd73949b6a805493)
set(SRC_HASH_1_10_8 6fcaf2e5f10bb758d2d5fafa7bd0fd560d4047faf6b397fe1278c06e4e9f3564)
set(SRC_HASH_1_12_2 1ca14cadff7bc4b61826eee591da1a330f44c107db66c9510ee95df3b2bc5f78)
set(SRC_HASH_1_14_1 1f710f3846d9c3ef9a4c57ef252ee0570f0af4e028fd6ccc360a48b7b16c347d)
set(SRC_HASH_1_10_10 563940efec30ec027108bc425f45488ce98d356798bdf743441e574c2d52dd54)

FetchContent_Declare(
hdf5
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WASM_BUILD_DIR = wasm_build
HDF5_VERSIONS = 1_12_1 1_13_0 1_10_8
HDF5_VERSIONS = 1_12_2 1_14_1 1_10_10
INSTALL_PATHS = $(patsubst %, $(WASM_BUILD_DIR)/%/hdf5, $(HDF5_VERSIONS))
TARBALLS = $(patsubst %, libhdf5-%-wasm.tar.gz, $(HDF5_VERSIONS))

Expand All @@ -22,4 +22,4 @@ shasum: $(TARBALLS)

clean:
rm -rf $(WASM_BUILD_DIR);
rm $(TARBALLS);
rm -f $(TARBALLS);

0 comments on commit 2bfed67

Please sign in to comment.