Skip to content

Commit

Permalink
set hpx build and peridem build to true
Browse files Browse the repository at this point in the history
  • Loading branch information
prashjha committed Sep 5, 2021
1 parent bf1ee95 commit 8c5a523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/script/build_scripts/ubuntu-18.04/install_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BUILDTHREADS="12"
INSTALLATGLOBAL="0" # if 1, then libraries will be installed in /usr/local <-- for containers

cmake_build="0" # set to 1 to install
hpx_build="0"
hpx_build="1"

# some preliminary setup
if [ ! -d "$SOURCEDIR" ]; then
Expand Down
2 changes: 1 addition & 1 deletion tools/script/build_scripts/ubuntu-18.04/install_peridem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BUILDDIR="$SCRIPTPATH/build/"
BUILDTHREADS="12"
INSTALLATGLOBAL="0" # if 1, then libraries will be installed in /usr/local <-- for containers

peridem_build="0" # set to 1 to install and 0 to do nothing
peridem_build="1" # set to 1 to install and 0 to do nothing

# some preliminary setup
if [ ! -d "$SOURCEDIR" ]; then
Expand Down

0 comments on commit 8c5a523

Please sign in to comment.