[Commits] [svn:einsteintoolkit] thornlists/ (Rev. 7)
schnetter at cct.lsu.edu
schnetter at cct.lsu.edu
Mon Mar 22 12:28:09 CDT 2010
User: eschnett
Date: 2010/03/22 12:28 PM
Modified:
/
einsteintoolkit.th
Log:
Use ExternalLibraries for most external libraries. ExternalLibraries
have been modified to use the system libraries (if they exist) instead
of building the library.
File Changes:
Directory: /
============
File [modified]: einsteintoolkit.th
Delta lines: +7 -8
===================================================================
--- einsteintoolkit.th 2010-03-22 13:53:05 UTC (rev 6)
+++ einsteintoolkit.th 2010-03-22 17:28:09 UTC (rev 7)
@@ -42,11 +42,6 @@
CactusElliptic/EllBase
-CactusExternal/BLAS
-CactusExternal/GSL
-CactusExternal/HDF5
-CactusExternal/LAPACK
-#CactusExternal/LORENE using ExternalLibraries instead
CactusExternal/jpeg6b
CactusIO/IOJpeg
@@ -79,7 +74,11 @@
CactusEOS/EOSG_IdealFluid
CactusEOS/EOSG_Polytrope
-ExternalLibraries/LORENE # could also use CactusExternal instead
+ExternalLibraries/BLAS
+ExternalLibraries/GSL
+ExternalLibraries/HDF5
+ExternalLibraries/LAPACK
+ExternalLibraries/LORENE
TAT/Slab
TAT/SlabTest
@@ -127,8 +126,8 @@
# For Kranc (required e.g. by McLachlan)
!REPOSITORY_TYPE git
-!REPOSITORY_LOCATION git://carpetcode.dyndns.org/kranc.git
-!REPOSITORY_NAME kranc/Auxiliary/Cactus
+!REPOSITORY_LOCATION http://github.com/ianhinder/Kranc.git
+!REPOSITORY_NAME Kranc/Auxiliary/Cactus
KrancNumericalTools/GenericFD
More information about the Commits
mailing list