search for: gsl_version

Displaying 5 results from an estimated 5 matches for "gsl_version".

Did you mean: gl_version
2017 Sep 13
0
(no subject)
...ul if you could show more detail of the test that failed. For example, what does /lrz/sys/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)
...10 AM, David Brayford wrote: > Hi Duncan, > > The output of gsl-config --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: >...
2007 Nov 22
1
package gsl assumes incorrect gcc version during install (PR#10451)
...ader files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking gsl/gsl_version.h usability... yes checking gsl/gsl_version.h presence... yes checking for gsl/gsl_version.h... yes checking if GSL version >= 1.8... yes configure: creating ./config.status ** libs gcc-4.2 -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -fpic -g -O2 -c airy.c -o airy.o /bin/bash:...
2007 Nov 23
0
package gsl assumes incorrect gcc version during install (PR#10456)
...checking for sys/types.h... yes | checking for sys/stat.h... yes | checking for stdlib.h... yes | checking for string.h... yes | checking for memory.h... yes | checking for strings.h... yes | checking for inttypes.h... yes | checking for stdint.h... yes | checking for unistd.h... yes | checking gsl/gsl_version.h usability... yes | checking gsl/gsl_version.h presence... yes | checking for gsl/gsl_version.h... yes | checking if GSL version >= 1.8... yes | configure: creating ./config.status | ** libs | gcc-4.2 -std=gnu99 -I/usr/share/R/include -I/usr/share/R/include -fpic -g | -O2 -c airy.c -o air...
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...