Skip to content

Commit

Permalink
Forgot configure.sh, returned to original.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Tonttila committed Sep 26, 2024
1 parent a03e3bf commit 817feb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ HERE=$PWD
SOURCE_DIR="$( cd $( dirname "${BASH_SOURCE[0]}" ) && pwd -P )"
BUILD_DIR=${BUILD_DIR:-build}

#source env.sh # source this from your run script too
source env.sh # source this from your run script too
mkdir -p ${BUILD_DIR} # make sure not to commit this to svn or git
cd ${BUILD_DIR}
cmake ${SOURCE_DIR} -DCMAKE_INSTALL_PREFIX=$HERE -DCMAKE_BUILD_TYPE=Debug ${CMAKE_ARGS} $@
# not required when re-compiling
# additional cmake arguments can be passed to configure.sh
# this also includes fesom specific options in CMakeLists, can be used as -DFESOM_COUPLED=ON
#make install -j`nproc --all`
make install -j`nproc --all`

0 comments on commit 817feb8

Please sign in to comment.