From 1a187aca8e2a1086b90e66db7a84e5f07d633be8 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Wed, 20 Feb 2019 21:48:30 +0100 Subject: [PATCH] Arpack: bump (#3612) --- sci-libs/arpack/arpack-3.5.0.recipe | 93 ------------------- ...rpack-3.6.3.recipe => arpack-3.7.0.recipe} | 4 +- 2 files changed, 2 insertions(+), 95 deletions(-) delete mode 100644 sci-libs/arpack/arpack-3.5.0.recipe rename sci-libs/arpack/{arpack-3.6.3.recipe => arpack-3.7.0.recipe} (96%) diff --git a/sci-libs/arpack/arpack-3.5.0.recipe b/sci-libs/arpack/arpack-3.5.0.recipe deleted file mode 100644 index 39605e52d..000000000 --- a/sci-libs/arpack/arpack-3.5.0.recipe +++ /dev/null @@ -1,93 +0,0 @@ -SUMMARY="Arnoldi package library to solve large scale eigenvalue problems" -DESCRIPTION="ARPACK-NG is a collection of Fortran77 subroutines designed to \ -solve large scale eigenvalue problems. - -Important Features: - -* Reverse Communication Interface. -* Single and Double Precision Real Arithmetic Versions for Symmetric, \ -Non-symmetric, Standard or Generalized Problems. -* Single and Double Precision Complex Arithmetic Versions for Standard or \ -Generalized Problems. -* Routines for Banded Matrices - Standard or Generalized Problems. -* Routines for The Singular Value Decomposition. -* Example driver routines that may be used as templates to implement numerous \ -Shift-Invert strategies for all problem types, data types and precision." -HOMEPAGE="https://github.com/opencollab/arpack-ng" -COPYRIGHT="1996-2008 Rice University - 2001-2011 Scilab Enterprises - 2010 Jordi Guti\érrez Hermoso - 2007 S\ébastien Fabbro" -LICENSE="BSD (3-clause)" -REVISION="2" -SOURCE_URI="https://github.com/opencollab/arpack-ng/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239" -SOURCE_DIR="arpack-ng-$portVersion" - -ARCHITECTURES="!x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86" - -PROVIDES=" - arpack$secondaryArchSuffix = $portVersion - lib:libarpack$secondaryArchSuffix = 2.0.0 compat >= 2 - " -REQUIRES=" - haiku$secondaryArchSuffix - lib:libgfortran$secondaryArchSuffix - lib:liblapack$secondaryArchSuffix - lib:libopenblas$secondaryArchSuffix - lib:libquadmath$secondaryArchSuffix - " - -PROVIDES_devel=" - arpack${secondaryArchSuffix}_devel = $portVersion - devel:libarpack$secondaryArchSuffix = 2.0.0 compat >= 2 - " -REQUIRES_devel=" - arpack$secondaryArchSuffix == $portVersion base - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libgfortran$secondaryArchSuffix - devel:liblapack$secondaryArchSuffix - devel:libopenblas$secondaryArchSuffix - devel:libquadmath$secondaryArchSuffix - " -BUILD_PREREQUIRES=" - cmd:cmake - cmd:g++$secondaryArchSuffix - cmd:gfortran$secondaryArchSuffix - cmd:make - " - -defineDebugInfoPackage arpack$secondaryArchSuffix \ - $libDir/libarpack.so.2.0.0 - -BUILD() -{ - mkdir -p build - cd build - cmake .. \ - -DBUILD_SHARED_LIBS=ON \ - $cmakeDirArgs - - make $jobArgs -} - -INSTALL() -{ - cd build - make install - - prepareInstalledDevelLib libarpack - - packageEntries devel \ - $developDir -} - -TEST() -{ - cd build - make check -} diff --git a/sci-libs/arpack/arpack-3.6.3.recipe b/sci-libs/arpack/arpack-3.7.0.recipe similarity index 96% rename from sci-libs/arpack/arpack-3.6.3.recipe rename to sci-libs/arpack/arpack-3.7.0.recipe index 0fce281c9..39cd6b135 100644 --- a/sci-libs/arpack/arpack-3.6.3.recipe +++ b/sci-libs/arpack/arpack-3.7.0.recipe @@ -21,13 +21,13 @@ COPYRIGHT="1996-2008 Rice University LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="https://github.com/opencollab/arpack-ng/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="64f3551e5a2f8497399d82af3076b6a33bf1bc95fc46bbcabe66442db366f453" +CHECKSUM_SHA256="972e3fc3cd0b9d6b5a737c9bf6fd07515c0d6549319d4ffb06970e64fa3cc2d6" SOURCE_DIR="arpack-ng-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" -libVersion="2.0.0" +libVersion="2.1.0" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES="