Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
121f5af609
2 changed files with 7 additions and 7 deletions
  1. +2
    -2
      package/base/gsl/gsl.desc
  2. +5
    -5
      package/base/gsl/k6_k7.patch

+ 2
- 2
package/base/gsl/gsl.desc

@ -37,8 +37,8 @@
[L] GPL
[S] Stable
[V] 1.5
[V] 1.7
[P] X -?---5---9 104.000
[D] 3013902552 gsl-1.5.tar.gz ftp://ftp.gnu.org/gnu/gsl/
[D] 4063234285 gsl-1.7.tar.gz ftp://ftp.gnu.org/gnu/gsl/

+ 5
- 5
package/base/gsl/k6_k7.patch

@ -45,14 +45,14 @@
static const double b21 = 1.0 / 5.0;
--- ./ode-initval/rkf45.c.orig Sat Dec 1 15:39:22 2001
+++ ./ode-initval/rkf45.c Sat Dec 1 15:40:02 2001
@@ -27,6 +27,10 @@
@@ -32,6 +32,10 @@
#include "odeiv_util.h"
+/* undefine k6 and k7 if set (here are variables with such a name) */
+#undef k6
+#undef k7
+
/* Runge-Kutta-Fehlberg constants */
/* Runge-Kutta-Fehlberg coefficients. Zero elements left out */
static const double ah[] = { 1.0/4.0, 3.0/8.0, 12.0/13.0, 1.0, 1.0/2.0 };

Loading…
Cancel
Save