Skip to content

Commit

Permalink
revert/bump moab version to 5.3.1
Browse files Browse the repository at this point in the history
5.4.1 is as of yet incompatible with these scripts
  • Loading branch information
ebknudsen committed Apr 27, 2023
1 parent b071bea commit 51800b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Arch/moab-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ ! -e ${name}.done ]; then
mkdir -p $HOME/openmc/MOAB
cd $HOME/openmc/MOAB
if [ ! -e moab ]; then
git clone --single-branch --branch 5.4.1 --depth 1 https://bitbucket.org/fathomteam/moab.git
git clone --single-branch --branch 5.3.1 --depth 1 https://bitbucket.org/fathomteam/moab.git
else
cd moab
git pull
Expand Down
2 changes: 1 addition & 1 deletion Debian10/moab-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ ! -e $0.done ]; then
cd openmc
mkdir -p MOAB
cd MOAB
git clone --single-branch --branch 5.3.0 --depth 1 https://bitbucket.org/fathomteam/moab.git
git clone --single-branch --branch 5.3.1 --depth 1 https://bitbucket.org/fathomteam/moab.git
mkdir -p build
cd build
cmake ../moab -DENABLE_HDF5=ON \
Expand Down
2 changes: 1 addition & 1 deletion Debian11/moab-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ ! -e ${name}.done ]; then
mkdir -p $HOME/openmc/MOAB
cd $HOME/openmc/MOAB
if [ ! -e moab ]; then
git clone --single-branch --branch 5.4.1 --depth 1 https://bitbucket.org/fathomteam/moab.git
git clone --single-branch --branch 5.3.1 --depth 1 https://bitbucket.org/fathomteam/moab.git
else
cd moab
git pull
Expand Down

0 comments on commit 51800b0

Please sign in to comment.