Skip to content

Commit 9af1602

Browse files
committed
update to use latest component versions
1 parent 35f6a95 commit 9af1602

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

bootstrap.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ popd
142142

143143
pushd KVTree
144144
if [ $build_dev -eq 0 ] ; then
145-
git checkout v1.2.0
145+
git checkout v1.3.0
146146
fi
147147
rm -rf build
148148
mkdir -p build
@@ -163,7 +163,7 @@ popd
163163

164164
pushd AXL
165165
if [ $build_dev -eq 0 ] ; then
166-
git checkout v0.5.0
166+
git checkout v0.6.0
167167
fi
168168
rm -rf build
169169
mkdir -p build
@@ -183,7 +183,7 @@ popd
183183

184184
pushd spath
185185
if [ $build_dev -eq 0 ] ; then
186-
git checkout v0.1.0
186+
git checkout v0.2.0
187187
fi
188188
rm -rf build
189189
mkdir -p build
@@ -204,7 +204,7 @@ popd
204204

205205
pushd rankstr
206206
if [ $build_dev -eq 0 ] ; then
207-
git checkout v0.1.0
207+
git checkout v0.2.0
208208
fi
209209
rm -rf build
210210
mkdir -p build
@@ -224,7 +224,7 @@ popd
224224

225225
pushd redset
226226
if [ $build_dev -eq 0 ] ; then
227-
git checkout v0.1.0
227+
git checkout v0.2.0
228228
fi
229229
rm -rf build
230230
mkdir -p build
@@ -245,7 +245,7 @@ popd
245245

246246
pushd shuffile
247247
if [ $build_dev -eq 0 ] ; then
248-
git checkout v0.1.0
248+
git checkout v0.2.0
249249
fi
250250
rm -rf build
251251
mkdir -p build
@@ -266,7 +266,7 @@ popd
266266

267267
pushd er
268268
if [ $build_dev -eq 0 ] ; then
269-
git checkout v0.1.0
269+
git checkout v0.2.0
270270
fi
271271
rm -rf build
272272
mkdir -p build

dist/builddist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ elif [ "$1" == "v3.0" ] ; then
6464
ORGS=(
6565
"lwgrp" "llnl" "v1.0.5"
6666
"dtcmp" "llnl" "v1.1.4"
67-
"kvtree" "ecp-veloc" "v1.2.0"
68-
"axl" "ecp-veloc" "v0.5.0"
69-
"spath" "ecp-veloc" "v0.1.0"
70-
"shuffile" "ecp-veloc" "v0.1.0"
71-
"redset" "ecp-veloc" "v0.1.0"
72-
"er" "ecp-veloc" "v0.1.0"
73-
"rankstr" "ecp-veloc" "v0.1.0"
67+
"kvtree" "ecp-veloc" "v1.3.0"
68+
"axl" "ecp-veloc" "v0.6.0"
69+
"spath" "ecp-veloc" "v0.2.0"
70+
"shuffile" "ecp-veloc" "v0.2.0"
71+
"redset" "ecp-veloc" "v0.2.0"
72+
"er" "ecp-veloc" "v0.2.0"
73+
"rankstr" "ecp-veloc" "v0.2.0"
7474
"scr" "llnl" "v3.0"
7575
)
7676
else

0 commit comments

Comments
 (0)