Skip to content

Commit

Permalink
export GEANT4_DATA_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Aug 31, 2023
1 parent 91ff773 commit 042a739
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install-nuclear-boy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

# Set the version
version="0.1.0"
Version="0.1.0"

detect_os() {
if [[ (-z "${os}") && (-z "${dist}") ]]; then
Expand Down Expand Up @@ -594,6 +594,8 @@ else
export LD_LIBRARY_PATH="${hdf5_libdir}:${env_dir}/lib:\$LD_LIBRARY_PATH"
fi
export GEANT4_DATA_DIR="${geant4_data_lib}"
export OPENMC_CROSS_SECTIONS="${cross_section_data_lib}/lib80x_hdf5/cross_sections.xml"
__${env_name}_activate(){
Expand Down Expand Up @@ -1001,7 +1003,7 @@ Project Home: https://github.com/ahnaf-tahmid-chowdhury/NuclearBoy"
}
__${env_name}_version(){
echo "NuclearBoy version ${version}"
echo "NuclearBoy version ${Version}"
}
${env_name}() {
Expand Down

0 comments on commit 042a739

Please sign in to comment.