Skip to content

Commit

Permalink
cleanup edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Nov 24, 2023
1 parent 786c2c2 commit 62a6e06
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Ubuntu_22.04/dagmc-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ if [ ! -e ${name}.done ]; then
mkdir -p build
cd build
cmake ../DAGMC -DBUILD_TALLY=ON \
-DMOAB_DIR=$HOME/openmc/MOAB \
-DDOUBLE_DOWN=ON \
-DBUILD_STATIC_EXE=OFF \
-DBUILD_STATIC_LIBS=OFF \
-DCMAKE_INSTALL_PREFIX=$HOME/openmc/DAGMC/ \
-DDOUBLE_DOWN_DIR=$HOME/openmc/double-down
make -j $ccores
-DMOAB_DIR=${install_prefix} \
-DDOUBLE_DOWN=ON\
-DBUILD_STATIC_EXE=OFF\
-DBUILD_STATIC_LIBS=OFF\
-DCMAKE_INSTALL_PREFIX=${install_prefix}\
-DDOUBLE_DOWN_DIR=${install_prefix}
make -j ${ccores}
make install

cd ${WD}
touch ${name}.done
else
echo DAGMC appears already to be installed \(lock file ${name}.done exists\) - skipping.
echo ${package_name} appears already to be installed \(lock file ${name}.done exists\) - skipping.
fi

0 comments on commit 62a6e06

Please sign in to comment.