search for: gsl_major_version

Displaying 3 results from an estimated 3 matches for "gsl_major_version".

Did you mean: gcc_major_version
2017 Sep 13
0
(no subject)
...libraries/gsl/2.3/bin/gsl-config --version --cflags print? For me, the second line from gsl-config is -I/usr/local/Cellar/gsl/1.16/include and I can see using less /usr/local/Cellar/gsl/1.16/include/gsl/gsl_version.h that the macros are defined as #define GSL_VERSION "1.16" #define GSL_MAJOR_VERSION 1 #define GSL_MINOR_VERSION 16 Presumably you'll get something else... Duncan Murdoch
2017 Sep 13
0
(no subject)
...g --version > 2.3 > > The output of gsl-config --cflags > -I/lrz/sys/libraries/gsl/2.3/include > > The output of gsl-config --libs > -L/lrz/sys/libraries/gsl/2.3/lib -lgsl -lgslcblas -lm > > gsl_version.h cat output > #define GSL_VERSION "2.3" > #define GSL_MAJOR_VERSION 2 > #define GSL_MINOR_VERSION 3 > > It's puzzling. Sure is. I can't see what would be going wrong. Duncan Murdoch > > David > > On 09/13/2017 02:57 PM, Duncan Murdoch wrote: >> On 13/09/2017 5:23 AM, Brayford, David wrote: >>> When I try to install...
2017 Sep 13
4
(no subject)
When I try to install gsl in R I get the error Need GSL version >= 1.12 . However, I have version 2.3 of gsl installed on the system, which is picked up earlier in the configure process (see below). Is it possible for someone to fix this error in the configure script? checking for gsl-config... /lrz/sys/libraries/gsl/2.3/bin/gsl-config checking if GSL version >= 1.12... checking for gcc...