Skip to content

Commit

Permalink
Merge pull request #976 from svalinn/docker_hdf5_1.14.6
Browse files Browse the repository at this point in the history
Docker hdf5 1.14.6
  • Loading branch information
gonuke authored Feb 13, 2025
2 parents 10b1451 + 4c0f902 commit d0e336e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
clang,
]
hdf5_version : [
hdf5_1_14_3,
1.14.6,
]
moab_version : [
5.4.1,
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
clang,
]
hdf5_version : [
hdf5_1_14_3,
1.14.6,
]
moab_version : [
5.4.1,
Expand Down
4 changes: 2 additions & 2 deletions CI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Global arguments set before the first build stage are accessable by all build stages
ARG UBUNTU_VERSION=22.04
ARG HDF5_VERSION=hdf5_1_14_3
ARG HDF5_VERSION=1.14.6
ARG MOAB_VERSION=5.5.1
# Setting GEANT4_VERSION=off will disable GEANT4 build
ARG GEANT4_VERSION=v11.2.1
Expand Down Expand Up @@ -136,7 +136,7 @@ ENV HDF5_INSTALL_DIR=${INSTALL_DIR}/hdf5

RUN mkdir -p ${HDF5_BUILD_DIR}/build && \
cd ${HDF5_BUILD_DIR} && \
git clone -b ${HDF5_VERSION} --depth 1 https://github.com/HDFGroup/hdf5.git && \
git clone -b hdf5_${HDF5_VERSION} --depth 1 https://github.com/HDFGroup/hdf5.git && \
cd build && \
cmake ../hdf5 \
-DCMAKE_INSTALL_PREFIX=${HDF5_INSTALL_DIR} \
Expand Down
5 changes: 5 additions & 0 deletions doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ Next version

**Changed:**
* Update formating of few files to comply with clang-format (#937)
* Update default HDF5 version to 1.14.6 (#976)

**Added:**
* Allow download & build of MOAB from cmake at build time (#969)

**Fixed**
* Fixed HDF5 naming convention for docker container building and naming (#976)


v3.2.4
====================

Expand Down

0 comments on commit d0e336e

Please sign in to comment.