Skip to content

Commit

Permalink
hdf5 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Dec 20, 2023
1 parent 4303ac5 commit 02adf94
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/actions/upstream-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
hdf5_version:
description: Version of HDF5
required: false
default: 1.10.4
default: 1.14.3
moab_version:
description: Version of MOAB
required: false
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
ubuntu_versions : [
20.04,
22.04,
]
]
compiler : [
gcc,
clang,
]
]
hdf5_versions : [
1.10.4,
]
Expand Down Expand Up @@ -79,16 +79,16 @@ jobs:
ubuntu_versions : [
20.04,
22.04,
]
]
compiler : [
gcc,
clang,
]
]
hdf5_versions : [
1.10.4,
1.14.3,
]
moab_versions : [
5.3.0,
5.3.0,
]
double_down : [
OFF,
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
ubuntu_versions : [
20.04,
22.04,
]
]
compiler : [
gcc,
clang,
]
]
hdf5_versions : [
1.10.4,
1.14.3,
]
moab_versions : [
5.3.0,
Expand Down
2 changes: 1 addition & 1 deletion CI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG UBUNTU_VERSION=20.04
ARG MOAB_BRANCH=5.3.0
ARG double_down=OFF
ARG ci_jobs=4
ARG HDF5_VERSION=1.10.4
ARG HDF5_VERSION=1.14.3

ARG build_dir=/root/build_dir
ARG install_dir=/root/opt
Expand Down

0 comments on commit 02adf94

Please sign in to comment.