Changeset 4279


Ignore:
Timestamp:
Jan 26, 2023, 1:37:31 PM (8 months ago)
Author:
Peter
Message:

require GSL 2.2. refs #983.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r4276 r4279  
    55version 0.21 (released NOT YET)
    66  - htslib 1.10 (or newer) is now required (ticket #991)
     7  - GSL 2.2 (or newer) is now required (ticket #983)
    78
    89  A complete list of closed tickets can be found here [[br]]
  • trunk/README

    r4276 r4279  
    6666
    6767GNU Scientific Library, [http://www.gnu.org/software/gsl/ GSL] version
    68 1.13 or later. If you have GSL installed in a non-standard location,
     682.2 or later. If you have GSL installed in a non-standard location,
    6969`./configure --with-gsl=DIR` can be useful to provide the location of
    7070GSL. The `gsl-config` script, which is used to retrieve needed
  • trunk/configure.ac

    r4277 r4279  
    251251
    252252# GNU Scientific Library, GSL http://www.gnu.org/software/gsl/, checks
    253 m4_define([YAT_REQUIRED_GSL_VERSION], [1.13])
     253m4_define([YAT_REQUIRED_GSL_VERSION], [2.2])
    254254YAT_CHECK_GSL([YAT_REQUIRED_GSL_VERSION], [],
    255255   [AC_MSG_FAILURE([dnl
Note: See TracChangeset for help on using the changeset viewer.