diff options
Diffstat (limited to 'sci-libs/gsl/files')
-rw-r--r-- | sci-libs/gsl/files/digest-gsl-1.3 | 1 | ||||
-rw-r--r-- | sci-libs/gsl/files/digest-gsl-1.4 | 1 | ||||
-rw-r--r-- | sci-libs/gsl/files/k6-undef.diff | 43 |
3 files changed, 45 insertions, 0 deletions
diff --git a/sci-libs/gsl/files/digest-gsl-1.3 b/sci-libs/gsl/files/digest-gsl-1.3 new file mode 100644 index 000000000000..31b366b486d5 --- /dev/null +++ b/sci-libs/gsl/files/digest-gsl-1.3 @@ -0,0 +1 @@ +MD5 3696de79ad2c788871fae698e41f671b gsl-1.3.tar.gz 2052026 diff --git a/sci-libs/gsl/files/digest-gsl-1.4 b/sci-libs/gsl/files/digest-gsl-1.4 new file mode 100644 index 000000000000..e1fe555f03f0 --- /dev/null +++ b/sci-libs/gsl/files/digest-gsl-1.4 @@ -0,0 +1 @@ +MD5 7513e13525c073dc07e02cc4354294e2 gsl-1.4.tar.gz 2211031 diff --git a/sci-libs/gsl/files/k6-undef.diff b/sci-libs/gsl/files/k6-undef.diff new file mode 100644 index 000000000000..0fc3ac25f8b1 --- /dev/null +++ b/sci-libs/gsl/files/k6-undef.diff @@ -0,0 +1,43 @@ +diff -u gsl-1.2-r1-orig/ode-initval/rk8pd.c gsl-1.2-r1/ode-initval/rk8pd.c +--- gsl-1.2-r1-orig/ode-initval/rk8pd.c 2002-10-10 22:22:37.000000000 -0500 ++++ gsl-1.2-r1/ode-initval/rk8pd.c 2002-10-11 02:09:26.000000000 -0500 +@@ -29,6 +29,10 @@ + + #include "odeiv_util.h" + ++/* There is a variable here named k6, make sure it is not ++ defined as processor type */ ++#undef k6 ++ + /* Prince-Dormand constants */ + + static const double Abar[] = { +diff -u gsl-1.2-r1-orig/ode-initval/rkck.c gsl-1.2-r1/ode-initval/rkck.c +--- gsl-1.2-r1-orig/ode-initval/rkck.c 2002-10-10 22:21:51.000000000 -0500 ++++ gsl-1.2-r1/ode-initval/rkck.c 2002-10-11 02:09:42.000000000 -0500 +@@ -29,6 +29,10 @@ + + #include "odeiv_util.h" + ++/* There is a variable here named k6, make sure it is not ++ defined as processor type */ ++#undef k6 ++ + /* Cash-Karp constants */ + static const double ah[] = { 1.0 / 5.0, 0.3, 3.0 / 5.0, 1.0, 7.0 / 8.0 }; + static const double b21 = 1.0 / 5.0; +diff -u gsl-1.2-r1-orig/ode-initval/rkf45.c gsl-1.2-r1/ode-initval/rkf45.c +--- gsl-1.2-r1-orig/ode-initval/rkf45.c 2002-10-10 22:22:41.000000000 -0500 ++++ gsl-1.2-r1/ode-initval/rkf45.c 2002-10-11 02:07:27.000000000 -0500 +@@ -27,6 +27,11 @@ + + #include "odeiv_util.h" + ++/* There is a variable here named k6, make sure it is not ++ defined as processor type */ ++#undef k6 ++ ++ + /* Runge-Kutta-Fehlberg constants */ + static const double ah[] = { 1.0/4.0, 3.0/8.0, 12.0/13.0, 1.0, 1.0/2.0 }; + |