File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 142142
143143pushd 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
163163
164164pushd 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
183183
184184pushd 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
204204
205205pushd 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
224224
225225pushd 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
245245
246246pushd 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
266266
267267pushd 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
Original file line number Diff line number Diff 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 )
7676else
You can’t perform that action at this time.
0 commit comments