From 39f98943fe66cc0f4b623919afc52e8330c92ed3 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Fri, 26 Jul 2019 06:08:37 +0200 Subject: [PATCH] GSL: revbump (#4051) --- sci-libs/gsl/gsl-1.16.recipe | 123 ----------------------------------- sci-libs/gsl/gsl-2.5.recipe | 2 +- 2 files changed, 1 insertion(+), 124 deletions(-) delete mode 100644 sci-libs/gsl/gsl-1.16.recipe diff --git a/sci-libs/gsl/gsl-1.16.recipe b/sci-libs/gsl/gsl-1.16.recipe deleted file mode 100644 index 38280b78a..000000000 --- a/sci-libs/gsl/gsl-1.16.recipe +++ /dev/null @@ -1,123 +0,0 @@ -SUMMARY="GNU Scientific Library" -DESCRIPTION="This is GSL, the GNU Scientific Library, a collection of \ -numerical routines for scientific computing." -HOMEPAGE="http://www.gnu.org/software/gsl/" -COPYRIGHT="1996-2007, 2009, 2010 Gerard Jungman - 1996-2001, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2013 Brian Gough - 1996-2000, 2007, 2010 Jim Davies - 2002, 2004, 2009 Ivo Alxneit - 2002 Gert Van den Eynde - 1996-2000, 2007, 2013 Patrick Alken - 2002, 2003, 2009 Lowell Johnson - 1996, 1997, 1998, 1999, 2000, 2001, 2007 Thomas Walter - 1996, 1997, 1998, 1999, 2000 Mark Galassi - 1996, 1997, 1998, 1999, 2000, 2007 Reid Priedhorsky - 1996, 1997, 1998, 1999, 2000, 2007, 2010 James Theiler - 2002 Atakan Gurkan - 2003 Heiko Bauke - 2001, 2003, 2007 Carlo Perassi - 2003 Olaf Lenz - 2002 Gavin E. Crooks - 2000, 2001, 2004 David Morrison - 2005 Jochen Voss - 2006 Charles Karney - 2004, 2006 Giulio Bottazzi - 2007 O. Teytaud - 1996, 1997, 1998, 1999, 2000, 2006-2009, 2013 Patrick Alken - 2009 Marc JOURDAIN - 2007 Frank Reininghaus - 2001 DAN, HO-JIN - 2001, 2002 Nicolas Darnis - 2004, 2008, 2009, 2010 Tuomo Keskitalo - 2008, 2009, 2011 Rhys Ulerich - 2000 Simone Piccardi - 2001 Szymon Jaroszewicz - 1996, 1997, 1998, 1999, 2000 Fabrice Rossi - 1996, 1997, 1998, 1999, 2000, 2009 Michael Booth - 2007 James Howse - 1996, 1997, 1998, 1999, 2000, 2002, 2004, 2007 David Necas - 2004 Joerg Wensch - 2007-2008 Pavel Holoborodko - 2010 Pedro Gonnet - 1996, 1997, 1998, 1999, 2000 Tim Mooney - 2001 Jason Beegan - 2001 Henry Sobotka - 1996, 1997, 1998, 1999, 2000, 2007 John Fisher - 2000 Vladimir Kushnir - 2006 Erik Schnetter - 2001 Rodney Sparapani - 2002 Achim Gaedke - 1996, 1997, 1998, 1999, 2000, 2007 Jorma Olavi Ttinen - 2002-2004 Jason H. Stover" -LICENSE="GNU GPL v3" -REVISION="3" -SOURCE_URI="http://ftp.gnu.org/gnu/gsl/gsl-$portVersion.tar.gz" -CHECKSUM_SHA256="73bc2f51b90d2a780e6d266d43e487b3dbd78945dd0b04b14ca5980fe28d2f53" - -ARCHITECTURES="!x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86" - -PROVIDES=" - gsl1$secondaryArchSuffix = $portVersion compat >= 1 - cmd:gsl_histogram$secondaryArchSuffix - cmd:gsl_randist$secondaryArchSuffix - lib:libgsl$secondaryArchSuffix = 0.17.0 compat >= 0 - lib:libgslcblas$secondaryArchSuffix = 0.0.0 compat >= 0 - " -REQUIRES=" - haiku$secondaryArchSuffix - " - -PROVIDES_devel=" - gsl1${secondaryArchSuffix}_devel = $portVersion compat >= 1 - cmd:gsl_config$secondaryArchSuffix - devel:libgsl$secondaryArchSuffix = 0.17.0 compat >= 0 - devel:libgslcblas$secondaryArchSuffix = 0.0.0 compat >= 0 - " -REQUIRES_devel=" - gsl1$secondaryArchSuffix == $portVersion base - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - " -BUILD_PREREQUIRES=" - cmd:aclocal - cmd:autoconf - cmd:automake - cmd:find - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:libtoolize$secondaryArchSuffix - cmd:make - " - -defineDebugInfoPackage gsl$secondaryArchSuffix \ - $libDir/libgsl.so.0.17.0 \ - $libDir/libgslcblas.so.0.0.0 - -BUILD() -{ - autoreconf -fi - runConfigure ./configure - make $jobArgs -} - -INSTALL() -{ - make install - - # Cleanup - rm -f $libDir/libgsl*.la - - prepareInstalledDevelLibs libgsl libgslcblas - fixPkgconfig - - # devel package - packageEntries devel \ - $binDir/gsl-config \ - $developDir \ - $manDir/man1/gsl-config.1 \ - $manDir/man3 \ - $dataDir/aclocal -} diff --git a/sci-libs/gsl/gsl-2.5.recipe b/sci-libs/gsl/gsl-2.5.recipe index ab0707cc2..b7a5b1f21 100644 --- a/sci-libs/gsl/gsl-2.5.recipe +++ b/sci-libs/gsl/gsl-2.5.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="https://ftpmirror.gnu.org/gsl/gsl-$portVersion.tar.gz https://ftp.gnu.org/gnu/gsl/gsl-$portVersion.tar.gz" CHECKSUM_SHA256="0460ad7c2542caaddc6729762952d345374784100223995eb14d614861f2258d"