[Commits] [svn:einsteintoolkit] manifest/trunk/ (Rev. 309)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Tue Sep 23 16:47:41 CDT 2014


User: knarf
Date: 2014/09/23 04:47 PM

Modified:
 /trunk/
  einsteintoolkit.th

Log:
 make the git thornlist the default development thornlist

File Changes:

Directory: /trunk/
==================

File [modified]: einsteintoolkit.th
Delta lines: +127 -23
===================================================================
--- trunk/einsteintoolkit.th	2014-09-22 14:48:09 UTC (rev 308)
+++ trunk/einsteintoolkit.th	2014-09-23 21:47:41 UTC (rev 309)
@@ -49,10 +49,10 @@
 
 # Cactus Flesh
 !TARGET   = $ROOT
-!TYPE     = svn
-!URL      = https://svn.cactuscode.org/flesh/trunk
-!CHECKOUT = Cactus
-!NAME     = .
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactus.git
+!NAME     = flesh
+!CHECKOUT = CONTRIBUTORS COPYRIGHT doc lib Makefile src
 
 # Simulation Factory
 !TARGET   = $ROOT
@@ -82,11 +82,12 @@
 
 
 
-# Cactus thorns
+# CactusBase thorns
 !TARGET   = $ARR
-!TYPE     = svn
-!URL      = https://svn.cactuscode.org/arrangements/$1/$2/trunk
-!CHECKOUT = CactusElliptic/EllPETSc CactusExamples/HelloWorldCUDA CactusExamples/HelloWorldOpenCL CactusExamples/WaveToyOpenCL CactusTest/TestAllTypes CactusUtils/Accelerator CactusUtils/OpenCLRunTime
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactusbase.git
+!REPO_PATH= $2
+!CHECKOUT =
 CactusBase/Boundary
 CactusBase/CartGrid3D
 CactusBase/CoordBase
@@ -98,16 +99,40 @@
 CactusBase/SymBase
 CactusBase/Time
 
+# CactusConnect thorns
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactusconnect.git
+!REPO_PATH= $2
+!CHECKOUT =
 CactusConnect/HTTPD
 CactusConnect/HTTPDExtra
 CactusConnect/Socket
 
+# CactusDoc thorns
+!TARGET   = $ARR
+!TYPE     = svn
+!URL      = https://svn.cactuscode.org/arrangements/$1/$2/trunk
+!CHECKOUT =
 CactusDoc/CoreDoc
 
+# CactusElliptic thorns
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactuselliptic.git
+!REPO_PATH= $2
+!CHECKOUT = CactusElliptic/EllPETSc
 CactusElliptic/EllBase
 #DISABLED CactusElliptic/EllPETSc
 CactusElliptic/EllSOR
+CactusElliptic/TATelliptic
 
+# CactusExamples thorns
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactusexamples.git
+!REPO_PATH= $2
+!CHECKOUT = CactusExamples/HelloWorldCUDA CactusExamples/HelloWorldOpenCL CactusExamples/WaveToyOpenCL
 CactusExamples/DemoInterp
 CactusExamples/FleshInfo
 CactusExamples/HelloWorld
@@ -122,8 +147,20 @@
 CactusExamples/WaveToy2DF77
 #DISABLED CactusExamples/WaveToyOpenCL
 
+# CactusIO thorns
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactusio.git
+!REPO_PATH= $2
+!CHECKOUT =
 CactusIO/IOJpeg
 
+# CactusNumerical thorns
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactusnumerical.git
+!REPO_PATH= $2
+!CHECKOUT =
 CactusNumerical/Cartoon2D
 CactusNumerical/Dissipation
 CactusNumerical/InterpToArray
@@ -140,15 +177,34 @@
 CactusNumerical/SlabTest
 CactusNumerical/SpaceMask
 CactusNumerical/SphericalSurface
+CactusNumerical/TestLocalReduce
 
+# CactusPUGH thorns
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactuspugh.git
+!REPO_PATH= $2
+!CHECKOUT =
 CactusPUGH/PUGH
 CactusPUGH/PUGHInterp
 CactusPUGH/PUGHReduce
 CactusPUGH/PUGHSlab
 
+# CactusPUGHIO thorns
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactuspughio.git
+!REPO_PATH= $2
+!CHECKOUT =
 CactusPUGHIO/IOHDF5
 CactusPUGHIO/IOHDF5Util
 
+# CactusTest thorns
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactustest.git
+!REPO_PATH= $2
+!CHECKOUT = CactusTest/TestAllTypes
 #DISABLED CactusTest/TestAllTypes
 CactusTest/TestArrays
 CactusTest/TestComplex
@@ -161,7 +217,6 @@
 CactusTest/TestGlobalReduce
 CactusTest/TestInclude1
 CactusTest/TestInclude2
-CactusTest/TestLocalReduce
 CactusTest/TestLoop
 CactusTest/TestMath
 CactusTest/TestMoL
@@ -173,15 +228,30 @@
 CactusTest/TestTimers
 CactusTest/TestTypes
 
+# CactusUtils thorns
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactusutils.git
+!REPO_PATH= $2
+!CHECKOUT = CactusUtils/Accelerator CactusUtils/OpenCLRunTime
 #DISABLED CactusUtils/Accelerator
 CactusUtils/Formaline
+CactusUtils/NaNCatcher
 CactusUtils/NaNChecker
 CactusUtils/Nice
 CactusUtils/NoMPI
 #DISABLED CactusUtils/OpenCLRunTime
 CactusUtils/TerminationTrigger
 CactusUtils/TimerReport
+#DISABLED CactusUtils/TATPETSc
 
+
+# CactusWave thorns
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/cactuscode/cactuswave.git
+!REPO_PATH= $2
+!CHECKOUT =
 CactusWave/IDScalarWave
 CactusWave/IDScalarWaveC
 CactusWave/IDScalarWaveCXX
@@ -196,10 +266,11 @@
 
 
 
-# The Einstein Toolkit
+# EinsteinAnalysis
 !TARGET   = $ARR
-!TYPE     = svn
-!URL      = https://svn.einsteintoolkit.org/cactus/$1/$2/trunk
+!TYPE     = git
+!URL      = https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
+!REPO_PATH= $2
 !CHECKOUT =
 EinsteinAnalysis/ADMAnalysis
 EinsteinAnalysis/AHFinder
@@ -209,8 +280,16 @@
 EinsteinAnalysis/Extract
 EinsteinAnalysis/Hydro_Analysis
 EinsteinAnalysis/Multipole
+EinsteinAnalysis/Outflow
 EinsteinAnalysis/WeylScal4
 
+
+# EinsteinBase
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/einsteintoolkit/einsteinbase.git
+!REPO_PATH= $2
+!CHECKOUT =
 EinsteinBase/ADMBase
 EinsteinBase/ADMCoupling        # deprecated 
 EinsteinBase/ADMMacros          # deprecated
@@ -221,17 +300,38 @@
 EinsteinBase/StaticConformal
 EinsteinBase/TmunuBase
 
+
+# EinsteinEOS
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/einsteintoolkit/einsteineos.git
+!REPO_PATH= $2
+!CHECKOUT =
 EinsteinEOS/EOS_Hybrid
 EinsteinEOS/EOS_IdealFluid
 EinsteinEOS/EOS_Omni
 EinsteinEOS/EOS_Polytrope
 
+
+# EinsteinEvolve
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/einsteintoolkit/einsteinevolve.git
+!REPO_PATH= $2
+!CHECKOUT =
 EinsteinEvolve/GRHydro
+EinsteinEvolve/GRHydro_InitData
 EinsteinEvolve/NewRad
 
+
+# EinsteinInitialData
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/einsteintoolkit/einsteininitialdata.git
+!REPO_PATH= $2
+!CHECKOUT =
 EinsteinInitialData/DistortedBHIVP
 EinsteinInitialData/Exact
-EinsteinInitialData/GRHydro_InitData
 EinsteinInitialData/Hydro_InitExcision
 EinsteinInitialData/IDAnalyticBH
 EinsteinInitialData/IDAxiBrillBH
@@ -248,9 +348,23 @@
 EinsteinInitialData/TOVSolver
 EinsteinInitialData/TwoPunctures
 
+
+# EinsteinUtils
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/einsteintoolkit/einsteinutils.git
+!REPO_PATH= $2
+!CHECKOUT =
 EinsteinUtils/SetMask_SphericalSurface
 EinsteinUtils/TGRtensor
 
+
+# PITTNullCode
+!TARGET   = $ARR
+!TYPE     = git
+!URL      = https://bitbucket.org/einsteintoolkit/pittnullcode.git
+!REPO_PATH= $2
+!CHECKOUT =
 PITTNullCode/NullConstr
 PITTNullCode/NullDecomp
 PITTNullCode/NullEvolve
@@ -266,13 +380,6 @@
 
 !TARGET   = $ARR
 !TYPE     = git
-!URL      = https://github.com/rhaas80/Outflow.git
-!REPO_PATH= ../$2
-!CHECKOUT = 
-EinsteinAnalysis/Outflow
-
-!TARGET   = $ARR
-!TYPE     = git
 !URL      = https://github.com/barrywardell/EinsteinExact.git
 !REPO_PATH= $2
 !CHECKOUT = EinsteinExact/doc EinsteinExact/m EinsteinExact/tests
@@ -306,11 +413,8 @@
 #DISABLED ExternalLibraries/PETSc
 ExternalLibraries/zlib
 
-TAT/TATelliptic
-#DISABLED TAT/TATPETSc
 
 
-
 # Various thorns from the AEI
 !TARGET   = $ARR
 !TYPE     = svn



More information about the Commits mailing list