mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
lapack: bump version.
compatibility was with version 3.7.0, but there is a symlink for version 3. Any reason for a compatibility with 3.7.0?
This commit is contained in:
@@ -2,11 +2,11 @@ SUMMARY="Numerical linear algebra package"
|
||||
DESCRIPTION="A library of Fortran 90 with subroutines for solving \
|
||||
the most commonly occurring problems in numerical linear algebra."
|
||||
HOMEPAGE="http://www.netlib.org/lapack/"
|
||||
COPYRIGHT="1992-2016 The LAPACK Project"
|
||||
COPYRIGHT="1992-2017 The LAPACK Project"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/Reference-LAPACK/lapack/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e87ded395b94024755b409e17157bd8c5ecb673f635020d01cd988a3501c4287"
|
||||
CHECKSUM_SHA256="a2cacf036119ef365a4bc17f18d85d12a5947ba24410663e714ff1402ab7c0bf"
|
||||
SOURCE_DIR="lapack-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -14,8 +14,8 @@ SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
lapack$secondaryArchSuffix = $portVersion
|
||||
lib:liblapack$secondaryArchSuffix = $portVersion compat >= 3.7.0
|
||||
lib:liblapacke$secondaryArchSuffix = $portVersion
|
||||
lib:liblapack$secondaryArchSuffix = $portVersion compat >= 3
|
||||
lib:liblapacke$secondaryArchSuffix = $portVersion compat >= 3
|
||||
lib:libtmglib$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -27,8 +27,8 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
lapack${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:liblapack$secondaryArchSuffix = $portVersion compat >= 3.7.0
|
||||
devel:liblapacke$secondaryArchSuffix = $portVersion
|
||||
devel:liblapack$secondaryArchSuffix = $portVersion compat >= 3
|
||||
devel:liblapacke$secondaryArchSuffix = $portVersion compat >= 3
|
||||
devel:libtmglib$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
Reference in New Issue
Block a user