Skip to content

Commit

Permalink
Merge pull request #586 from LLNL/fix_bootstrap_build
Browse files Browse the repository at this point in the history
Remove early build of er that may have been placed in here for debugg…
  • Loading branch information
mcfadden8 committed Jan 19, 2024
2 parents c03712e + 2064ea2 commit b061fdc
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,51 +71,6 @@ mkdir -p install

cd deps

pushd er
if [ $build_dev -eq 0 ] ; then
git checkout v0.2.0
fi
rm -rf build
mkdir -p build
pushd build
cmake \
${shared_flags} \
-DCMAKE_BUILD_TYPE=$buildtype \
-DCMAKE_INSTALL_PREFIX=$INSTALL_DIR \
.. && \
make ${make_verbose} -j `nproc` && \
make ${make_verbose} install
if [ $? -ne 0 ]; then
echo "failed to configure, build, or install er"
exit 1
fi
popd
popd
exit 0

#pushd redset
## if [ $build_dev -eq 0 ] ; then
## git checkout v0.2.0
## fi
# rm -rf build
# mkdir -p build
# pushd build
# cmake \
# ${shared_flags} \
# -DCMAKE_BUILD_TYPE=$buildtype \
# -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR \
# -DENABLE_PTHREADS=OFF \
# .. && \
# make ${make_verbose} -j `nproc` && \
# make ${make_verbose} install
# if [ $? -ne 0 ]; then
# echo "failed to configure, build, or install redset"
# exit 1
# fi
# popd
#popd
#exit 0

lwgrp=lwgrp-1.0.5
dtcmp=dtcmp-1.1.4
pdsh=pdsh-2.34
Expand Down

0 comments on commit b061fdc

Please sign in to comment.