From dc21596b5bcc06342e0a9c647a79de256ab5c56a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 11 Feb 2016 21:29:54 -0500 Subject: Remove GSL dependency. * sly/config.scm.in (%libgslcblas): Delete. * sly/wrappers/gsl.scm: Delete. * Makefile.am (WRAPPER_SOURCES): Remove it. * configure.ac: Remove GSL configuration. --- configure.ac | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f053e73..ff0f6e1 100644 --- a/configure.ac +++ b/configure.ac @@ -27,29 +27,4 @@ GUILE_MODULE_REQUIRED([sdl2 mixer]) GUILE_MODULE_REQUIRED([sdl2 ttf]) GUILE_MODULE_REQUIRED([gl]) -LIBGSLCBLAS="libgslcblas" -LIBGSLCBLAS_LIBDIR="no" -LIBGSLCBLAS_PREFIX="no" - -AC_ARG_WITH([libgslcblas-prefix], - [AS_HELP_STRING([--with-libgslcblas-prefix=DIR], [search for GSL CBLAS in DIR])], - [case "$withval" in - yes|no) - ;; - *) - LIBGSLCBLAS="$withval/lib/libgslcblas" - LIBGSLCBLAS_PREFIX="$withval" - LIBGSLCBLAS_LIBDIR="$withval/lib" - ;; - esac]) - -dnl Library name suitable for `dynamic-link'. -AC_MSG_CHECKING([for libgslcblas shared library name]) -AC_MSG_RESULT([$LIBGSLCBLAS]) -AC_SUBST([LIBGSLCBLAS]) -AC_SUBST([LIBGSLCBLAS_PREFIX]) -AC_SUBST([LIBGSLCBLAS_LIBDIR]) - -PKG_CHECK_MODULES([GSL], [gsl]) - AC_OUTPUT -- cgit v1.2.3