Skip to content

Commit

Permalink
moab 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Feb 12, 2024
1 parent 1153d75 commit 4d23ea4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
1.14.3,
]
moab_versions : [
5.3.0,
5.4.1,
5.5.1,
]
double_down : [
OFF,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cd ${HOME}
mkdir -pv moab/bld
cd moab
git clone https://bitbucket.org/fathomteam/moab -b 5.3.0 --depth 1 --shallow-submodules
git clone https://bitbucket.org/fathomteam/moab -b 5.5.1 --depth 1 --shallow-submodules
cd bld
cmake ../moab -DENABLE_HDF5=ON \
-DENABLE_PYMOAB=OFF \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
shell: bash -l {0}
run: |
cd ${HOME_PATH}
git clone --depth 1 https://bitbucket.org/fathomteam/moab -b 5.3.0
git clone --depth 1 https://bitbucket.org/fathomteam/moab -b 5.5.1 # may not work, need to merge https://bitbucket.org/fathomteam/moab/pull-requests/662
mkdir moab_build
cd moab_build
cmake ../moab \
Expand Down
2 changes: 1 addition & 1 deletion CI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ARG EMBREE_BRANCH='v3.6.1'
ARG geant4_version=11.1.2
ARG UBUNTU_VERSION=20.04
ARG MOAB_BRANCH=5.3.0
ARG MOAB_BRANCH=5.5.1
ARG double_down=OFF
ARG ci_jobs=4
ARG HDF5_VERSION=1.14.3
Expand Down

0 comments on commit 4d23ea4

Please sign in to comment.