7eab36bf35
* What is new in gsl-0.9: ** There is a new system of vector and matrix views. Any code using vector and matrix views will need to be updated. ** The order of arguments of the view functions involving strides have been changed to be consistent with the rest of the library. ** The ode solvers have been reorganized. ** There are new eigensystem routines for real symmetric and complex hermitian matrices. ** The linear algebra directory now includes functions for computing symmetric tridiagonal decompositions and bidiagonal decompositions. ** The svd routines now include the Golub-Reinsch and Modified Golub-Reinsch algorithms in addition to the Jacobi algorithm. ** The interpolation directory has been reorganized and a higher-level "spline" interface has been added which simplifies the handling of interpolation arguments. ** IEEE support is now available on OpenBSD.
13 lines
310 B
Text
13 lines
310 B
Text
$NetBSD: patch-aa,v 1.4 2001/07/05 18:04:51 jtb Exp $
|
|
|
|
--- configure.orig Thu Jul 5 19:03:46 2001
|
|
+++ configure
|
|
@@ -6753,7 +6753,7 @@
|
|
# Now restore our (possibly augmented) CFLAGS.
|
|
CFLAGS="$save_cflags"
|
|
GSL_CFLAGS="-I$includedir"
|
|
-GSL_LIBS="-L$libdir -lgsl"
|
|
+GSL_LIBS="-Wl,-R$libdir -L$libdir -lgsl"
|
|
|
|
|
|
|