SifuSteve has asked for the wisdom of the Perl Monks concerning the following question:
Looking for insight into the following: I've been trying to install the Math:GSL package on openSuse Tumbleweed and run into an "Unsupported GSL version" during the build. Specifically
stevenc@suseLinux:~/.cpan/build/Math-GSL-0.44-0> perl Build.PL Checking for GSL using gsl-config Found GSL 2.8 (via gsl-config) installed in /usr Checking if cc supports "-Wall"...yes Checking if cc supports "-Wno-sometimes-uninitialized"...yes Checking if cc supports "-Wno-unused-function"...yes Checking if cc supports "-Wno-unused-value"...yes Checking if cc supports "-Wno-unused-function"...yes Checking if cc supports "-Wno-unused-variable"...yes Checking if cc supports "-Wno-gnu"...yes Checking if cc supports "-g"...yes Unsupported GSL version!!! : 2.8 at Build.PL line 85.
I have the gsl-devel library installed, and gsl-config verifies the ver 2.8 GSL install
S | Name | Summary + | Type ---+----------------------------+------------------------------------- +----------------------------+-------- | gsl | GNU Scientific Library + | package i+ | gsl-devel | Development files for the GNU Scient +ific Library | package | gsl-doc | Documentation for the GNU Scientific + Library | package | gsl-examples | Examples for the GNU Scientific Libr +ary | package | gsl-gnu-hpc | Dependency package for gsl_2_8_0-gnu +-hpc | package | gsl-gnu-hpc-devel | Dependency package for gsl_2_8_0-gnu +-hpc-devel | package | gsl-gnu-hpc-doc | Dependency package for gsl_2_8_0-gnu +-hpc-doc | package | gsl_2_8_0-gnu-hpc | GNU Scientific Library + | package | gsl_2_8_0-gnu-hpc-devel | Development files for the GNU Scient +ific Library | package | gsl_2_8_0-gnu-hpc-doc | Documentation for the GNU Scientific + Library | package | gsl_2_8_0-gnu-hpc-examples | Examples for the GNU Scientific Libr +ary | package | gsl_2_8_0-gnu-hpc-module | Module files for gsl_2_8_0-gnu-hpc + | package | libgsl-gnu-hpc | Dependency package for libgsl_2_8_0- +gnu-hpc | package i | libgsl28 | GNU Scientific Library + | package | libgsl_2_8_0-gnu-hpc | GNU Scientific Library + | package | libgslcblas-gnu-hpc | Dependency package for libgslcblas_2 +_8_0-gnu-hpc | package i | libgslcblas0 | A standard C language APIs for BLAS +from GNU Scientific Library | package | libgslcblas_2_8_0-gnu-hpc | A standard C language APIs for BLAS +from GNU Scientific Library | package | ms-gsl-devel | Development files for ms-gsl + | package | octave-forge-gsl | Octave bindings to the GNU Scientifi +c Library | package | python310-dogslow | A Django middleware that logs traceb +acks of slow requests | package | python311-dogslow | A Django middleware that logs traceb +acks of slow requests | package | python312-dogslow | A Django middleware that logs traceb +acks of slow requests | package
Not sure where to go from here. Been looking on line and through code and haven't found a solid solution to this yet. Advice is greatly appreciated here.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Math::GSL Install Fail
by swl (Prior) on Jun 29, 2024 at 23:03 UTC | |
Re: Math::GSL Install Fail
by etj (Priest) on Jun 30, 2024 at 11:11 UTC | |
Re: Math::GSL Install Fail
by bliako (Abbot) on Jul 01, 2024 at 16:46 UTC | |
Re: Math::GSL Install Fail
by SifuSteve (Novice) on Jun 30, 2024 at 15:41 UTC | |
Re: Math::GSL Install Fail
by SifuSteve (Novice) on Jul 01, 2024 at 03:05 UTC | |
Re: Math::GSL Install Fail
by etj (Priest) on Jul 01, 2024 at 12:49 UTC | |
Re: Math::GSL Install Fail
by swl (Prior) on Jul 04, 2024 at 00:18 UTC | |
Re: Math::GSL Install Fail
by SifuSteve (Novice) on Jul 01, 2024 at 00:48 UTC |