aboutsummaryrefslogtreecommitdiff
path: root/doc/checkout.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/checkout.sh')
-rwxr-xr-xdoc/checkout.sh42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/checkout.sh b/doc/checkout.sh
new file mode 100755
index 0000000..b522451
--- /dev/null
+++ b/doc/checkout.sh
@@ -0,0 +1,42 @@
+#! /bin/bash
+
+set +e
+set +x
+
+# Cactus
+#wget http://preview.cactuscode.org/download/GetCactus
+env CVS_PASSFILE=cvspass cvs -d :pserver:cvs_anon@cvs.cactuscode.org:/cactus checkout -d qqq Utilities/Scripts/GetCactus
+mv qqq/GetCactus .
+rmdir -rf qqq
+#cp /Users/eschnett/Utilities/Scripts/GetCactus .
+chmod a+x GetCactus
+{ echo; echo; echo; echo; } | ./GetCactus
+
+# Basic thorns
+pushd Cactus
+{ echo; echo; echo q; } | gmake checkout
+popd
+
+# Carpet
+pushd Cactus
+git clone -o carpet git://carpetcode.dyndns.org/carpet.git
+cd arrangements
+ln -s ../carpet/Carpet* .
+popd
+
+# McLachlan
+pushd Cactus
+cd arrangements
+git clone git://carpetcode.dyndns.org/McLachlan.git
+popd
+
+# Kranc
+pushd Cactus
+git clone http://www.aei.mpg.de/~ianhin/kranc.git
+cd arrangements
+ln -s ../kranc/Auxiliary/Cactus/KrancNumericalTools .
+popd
+
+# All other public thorns (AEIThorns, AstroGrid, LSUThorns, TAT,
+# Whisky)
+{ echo; echo; echo; echo; echo; } | ./GetCactus qc0-mclachlan-public.th