Skip to content

Commit

Permalink
more work on issue #17, GSL version >= 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHankin committed Sep 17, 2021
1 parent 0a5dd64 commit 42b6d5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Title: Wrapper for the Gnu Scientific Library
Authors@R: c(person(given=c("Robin", "K. S."), family="Hankin", role = c("aut","cre"), email="hankin.robin@gmail.com", comment = c(ORCID = "0000-0001-5982-0415")),
person(given="Andrew",family="Clausen",role="ctb",comment="multimin functionality"),
person(given="Duncan",family="Murdoch",role="ctb",comment="qrng functions"))
SystemRequirements: Gnu Scientific Library version >= 2.1
SystemRequirements: Gnu Scientific Library version >= 2.5
Description:
An R wrapper for some of the functionality of the
Gnu Scientific Library.
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1829,8 +1829,8 @@ else
as_fn_error $? "gsl-config not found, is GSL installed?" "$LINENO" 5
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if GSL version >= 2.1" >&5
$as_echo_n "checking if GSL version >= 2.1... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if GSL version >= 2.5" >&5
$as_echo_n "checking if GSL version >= 2.5... " >&6; }
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else
AC_MSG_ERROR([gsl-config not found, is GSL installed?])
fi

AC_MSG_CHECKING([if GSL version >= 2.1])
AC_MSG_CHECKING([if GSL version >= 2.5])
AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include <string.h>
#include <gsl/gsl_version.h>
Expand Down

0 comments on commit 42b6d5c

Please sign in to comment.