From 84921c0fef464008dfa878c24e71dd6a66cb3764 Mon Sep 17 00:00:00 2001
From: Denis Davydov
+ GNU Scientific Library
+ provides a wide range of mathematical routines such as random number
+ generators, special functions and least-squares fitting.
+ GSL
+ should be readily packaged by most Linux distributions.
+ Don't forget to install a development version of the library.
+
+ Below is a short summary of instructions on how to compile and install
+ GSL by hand (for the case you wish to do so).
+
+ After you downloaded the GSL library and unzip the files,
+ run
+ Support for GSL will be
+ enabled automatically if a system wide installation of
+ GSL can be found.
+ To use a self compiled version, specify
+ Installation of GSL
+
+ How to compile and install GSL by hand
+
+ ./configure --prefix=/path/to/gsl/
followed by
+ make
and make install
.
+ Interfacing deal.II
+ to GSL
+
+
+
+ -DGSL_DIR=/path/to/gsl
+
+ when invoking cmake
.
+
+ You can override the autodetection by manually setting +
+ + -DDEAL_II_WITH_GSL=OFF|ON +. + + +
+ The GNU Scientific Library
+ provides a wide range of mathematical routines such as random number
+ generators, special functions and least-squares fitting.
+ GSL should be
+ readily packaged by most Linux distributions. (Don't forget
+ to install a development version of the library).
+ To use a self compiled version, specify
+ -DGSL_DIR=/path/to/gsl
on the command line.
+
-- 2.39.5