Skip to content

Commit

Permalink
update to use latest component versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adammoody committed Feb 16, 2022
1 parent 35f6a95 commit 9af1602
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ popd

pushd KVTree
if [ $build_dev -eq 0 ] ; then
git checkout v1.2.0
git checkout v1.3.0
fi
rm -rf build
mkdir -p build
Expand All @@ -163,7 +163,7 @@ popd

pushd AXL
if [ $build_dev -eq 0 ] ; then
git checkout v0.5.0
git checkout v0.6.0
fi
rm -rf build
mkdir -p build
Expand All @@ -183,7 +183,7 @@ popd

pushd spath
if [ $build_dev -eq 0 ] ; then
git checkout v0.1.0
git checkout v0.2.0
fi
rm -rf build
mkdir -p build
Expand All @@ -204,7 +204,7 @@ popd

pushd rankstr
if [ $build_dev -eq 0 ] ; then
git checkout v0.1.0
git checkout v0.2.0
fi
rm -rf build
mkdir -p build
Expand All @@ -224,7 +224,7 @@ popd

pushd redset
if [ $build_dev -eq 0 ] ; then
git checkout v0.1.0
git checkout v0.2.0
fi
rm -rf build
mkdir -p build
Expand All @@ -245,7 +245,7 @@ popd

pushd shuffile
if [ $build_dev -eq 0 ] ; then
git checkout v0.1.0
git checkout v0.2.0
fi
rm -rf build
mkdir -p build
Expand All @@ -266,7 +266,7 @@ popd

pushd er
if [ $build_dev -eq 0 ] ; then
git checkout v0.1.0
git checkout v0.2.0
fi
rm -rf build
mkdir -p build
Expand Down
14 changes: 7 additions & 7 deletions dist/builddist
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ elif [ "$1" == "v3.0" ] ; then
ORGS=(
"lwgrp" "llnl" "v1.0.5"
"dtcmp" "llnl" "v1.1.4"
"kvtree" "ecp-veloc" "v1.2.0"
"axl" "ecp-veloc" "v0.5.0"
"spath" "ecp-veloc" "v0.1.0"
"shuffile" "ecp-veloc" "v0.1.0"
"redset" "ecp-veloc" "v0.1.0"
"er" "ecp-veloc" "v0.1.0"
"rankstr" "ecp-veloc" "v0.1.0"
"kvtree" "ecp-veloc" "v1.3.0"
"axl" "ecp-veloc" "v0.6.0"
"spath" "ecp-veloc" "v0.2.0"
"shuffile" "ecp-veloc" "v0.2.0"
"redset" "ecp-veloc" "v0.2.0"
"er" "ecp-veloc" "v0.2.0"
"rankstr" "ecp-veloc" "v0.2.0"
"scr" "llnl" "v3.0"
)
else
Expand Down

0 comments on commit 9af1602

Please sign in to comment.