[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 466)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Mon Mar 28 15:05:58 CDT 2011


User: knarf
Date: 2011/03/28 03:05 PM

Modified:
 /release-info/
  compile_tests

Log:
 update compile script

File Changes:

Directory: /release-info/
=========================

File [modified]: compile_tests
Delta lines: +11 -3
===================================================================
--- release-info/compile_tests	2011-03-09 16:11:15 UTC (rev 465)
+++ release-info/compile_tests	2011-03-28 20:05:57 UTC (rev 466)
@@ -1,19 +1,27 @@
 #! /bin/bash
 
 set -e                          # Abort on errors
-CROOT=ET_2010_11
+CROOT=ET_2011_05
+#LOC=branches/$CROOT
+LOC=trunk
 # Ensure that Cactus does not already exist
 test ! -e $CROOT
 
-wget http://svn.cactuscode.org/Utilities/branches/$CROOT/Scripts/GetComponents -O GetComponents
-wget http://svn.einsteintoolkit.org/manifest/branches/$CROOT/einsteintoolkit.th -O einsteintoolkit.th
+wget --no-check-certificate https://github.com/gridaphobe/CRL/raw/master/GetComponents -O GetComponents
+wget http://svn.einsteintoolkit.org/manifest/$LOC/einsteintoolkit.th -O einsteintoolkit.th
 
 chmod a+x GetComponents
 time ./GetComponents -root $CROOT -a einsteintoolkit.th
 cd $CROOT
 cp simfactory/udb.example.pm simfactory/udb.pm
+
+# 'configure' simfactory
 hostname | grep ^topf && 
   cp ~/Cactus/simfactory/udb.pm simfactory/udb.pm
+
+# main build
 ./simfactory/sim build sim --thornlist=../einsteintoolkit.th
+
+# additional builds
 hostname | grep ^numrel && 
 ./simfactory/sim build gcc --thornlist=../einsteintoolkit.th --optionlist=numrel-gcc.cfg



More information about the Commits mailing list