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. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 89bf94d..97fc1c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,6 @@ SOURCES = \ WRAPPER_SOURCES = \ sly/wrappers/gl.scm \ - sly/wrappers/gsl.scm \ sly/wrappers/util.scm EXTRA_DIST += \ -- cgit v1.2.3