From 6063e8ca433c6b4253fe17c7ed6eb73fa233c8ad Mon Sep 17 00:00:00 2001 From: Ahnaf Tahmid Chowdhury Date: Tue, 27 Feb 2024 10:36:39 +0600 Subject: [PATCH] moab 5.5.1 --- install-nukebox.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-nukebox.sh b/install-nukebox.sh index 3de211d..6b6cf23 100755 --- a/install-nukebox.sh +++ b/install-nukebox.sh @@ -265,7 +265,7 @@ install_moab() { mkdir -p .tmp cd .tmp # clone and version - git clone -b 5.5.0 https://bitbucket.org/fathomteam/moab moab-repo + git clone -b 5.5.1 https://bitbucket.org/fathomteam/moab moab-repo cd moab-repo mkdir -p build cd build @@ -381,7 +381,7 @@ install_dagmc() { mkdir -p .tmp cd .tmp # clone the repository - git clone -b fix-geant4-build https://github.com/ahnaf-tahmid-chowdhury/DAGMC.git dagmc-repo + git clone https://github.com/svalinn/DAGMC.git dagmc-repo cd dagmc-repo # Get the latest commit hash of the develop branch dagmc_version=$(git rev-parse origin/develop) @@ -802,7 +802,7 @@ __${env_name}_update_dagmc() { # Remove the existing DAGMC repository if it exists rm -rf dagmc-repo # Clone the latest version of the DAGMC repository - git clone https://github.com/nukehub-dev/DAGMC.git dagmc-repo + git clone https://github.com/svalinn/DAGMC.git dagmc-repo cd dagmc-repo git checkout develop # Perform the update steps