From 2d8c8485a58adf213a2c66c8473979856d1543cd Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Sun, 31 Dec 2017 22:24:49 +0100 Subject: [PATCH] GSL : Eliminate libtool files (#2005) --- sci-libs/gsl/gsl-1.16.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/gsl/gsl-1.16.recipe b/sci-libs/gsl/gsl-1.16.recipe index dfcfd5460..9d8df2d6e 100644 --- a/sci-libs/gsl/gsl-1.16.recipe +++ b/sci-libs/gsl/gsl-1.16.recipe @@ -50,7 +50,7 @@ COPYRIGHT="1996-2007, 2009, 2010 Gerard Jungman 1996, 1997, 1998, 1999, 2000, 2007 Jorma Olavi Ttinen 2002-2004 Jason H. Stover" LICENSE="GNU GPL v3" -REVISION="2" +REVISION="3" SOURCE_URI="http://ftp.gnu.org/gnu/gsl/gsl-$portVersion.tar.gz" CHECKSUM_SHA256="73bc2f51b90d2a780e6d266d43e487b3dbd78945dd0b04b14ca5980fe28d2f53" @@ -103,6 +103,9 @@ INSTALL() { make install + # Cleanup + rm -f $libDir/libgsl*.la + prepareInstalledDevelLibs libgsl libgslcblas fixPkgconfig