mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
arpack, revbump, drop lapack dependency (#13292)
This commit is contained in:
@@ -19,7 +19,7 @@ COPYRIGHT="1996-2008 Rice University
|
||||
2010 Jordi Guti\érrez Hermoso
|
||||
2007 S\ébastien Fabbro"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/opencollab/arpack-ng/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="24f2a2b259992d3c797d80f626878aa8e2ed5009d549dad57854bbcfb95e1ed0"
|
||||
SOURCE_DIR="arpack-ng-$portVersion"
|
||||
@@ -37,7 +37,6 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgfortran$secondaryArchSuffix
|
||||
lib:liblapack$secondaryArchSuffix
|
||||
lib:libopenblas$secondaryArchSuffix
|
||||
lib:libquadmath$secondaryArchSuffix
|
||||
"
|
||||
@@ -53,7 +52,6 @@ REQUIRES_devel="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgfortran$secondaryArchSuffix
|
||||
devel:liblapack$secondaryArchSuffix
|
||||
devel:libopenblas$secondaryArchSuffix
|
||||
devel:libquadmath$secondaryArchSuffix
|
||||
"
|
||||
@@ -69,10 +67,11 @@ defineDebugInfoPackage arpack$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
$cmakeDirArgs
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
$cmakeDirArgs \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user