aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorschnetter <schnetter@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2009-11-22 04:53:09 +0000
committerschnetter <schnetter@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2009-11-22 04:53:09 +0000
commit0973a99607f9934137b3efe152c7cd9817a45cae (patch)
tree8ebc95fcc991355443833c7705b5fcd79bac6fa0 /dist
parentf1cb5f673659a33b72560c44ec4095a71455d67a (diff)
Add LORENE
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@2 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
Diffstat (limited to 'dist')
-rw-r--r--dist/LORENE.tar.gzbin0 -> 2277938 bytes
-rw-r--r--dist/README10
-rw-r--r--dist/darwin.patch30
3 files changed, 40 insertions, 0 deletions
diff --git a/dist/LORENE.tar.gz b/dist/LORENE.tar.gz
new file mode 100644
index 0000000..ab27be6
--- /dev/null
+++ b/dist/LORENE.tar.gz
Binary files differ
diff --git a/dist/README b/dist/README
new file mode 100644
index 0000000..bbb10bb
--- /dev/null
+++ b/dist/README
@@ -0,0 +1,10 @@
+This tarball LORENE.tar.gz is created in the following way:
+
+1. Check out LORENE from CVS into a directory LORENE.
+
+2. Do not begin to build LORENE in this directory, as this would
+ modify the source tree. (It would add additional files.)
+
+3. Create the tarball from this source tree.
+
+4. Test whether the patches apply cleanly.
diff --git a/dist/darwin.patch b/dist/darwin.patch
new file mode 100644
index 0000000..66573ff
--- /dev/null
+++ b/dist/darwin.patch
@@ -0,0 +1,30 @@
+diff -ru /Users/eschnett/src/LORENE/C++/Include/nbr_spx.h LORENE/C++/Include/nbr_spx.h
+--- /Users/eschnett/src/LORENE/C++/Include/nbr_spx.h 2007-06-16 17:19:23.000000000 -0500
++++ LORENE/C++/Include/nbr_spx.h 2009-11-21 17:46:49.000000000 -0600
+@@ -151,6 +151,10 @@
+ #include <math.h>
+ #define __infinity INFINITY
+ #else
++#ifdef __x86_64__
++#include <math.h>
++#define __infinity INFINITY
++#else
+ extern double __infinity ;
+ #endif
+ #endif
+@@ -158,5 +162,6 @@
+ #endif
+ #endif
+ #endif
++#endif
+
+ #endif
+diff -ru /Users/eschnett/src/LORENE/Makefile LORENE/Makefile
+--- /Users/eschnett/src/LORENE/Makefile 2004-03-26 08:00:21.000000000 -0600
++++ LORENE/Makefile 2009-11-21 17:43:37.000000000 -0600
+@@ -29,4 +29,4 @@
+ test:
+ cd Test; $(MAKE)
+
+-
++.PHONY: all install doc cpp fortran export uninstall test