mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Arpack: bump (#6688)
This commit is contained in:
@@ -19,9 +19,9 @@ COPYRIGHT="1996-2008 Rice University
|
||||
2010 Jordi Guti\érrez Hermoso
|
||||
2007 S\ébastien Fabbro"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/opencollab/arpack-ng/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="972e3fc3cd0b9d6b5a737c9bf6fd07515c0d6549319d4ffb06970e64fa3cc2d6"
|
||||
CHECKSUM_SHA256="ada5aeb3878874383307239c9235b716a8a170c6d096a6625bfd529844df003d"
|
||||
SOURCE_DIR="arpack-ng-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -73,6 +73,7 @@ BUILD()
|
||||
cd build
|
||||
cmake .. \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
$cmakeDirArgs
|
||||
|
||||
make $jobArgs
|
||||
@@ -83,11 +84,6 @@ INSTALL()
|
||||
cd build
|
||||
make install
|
||||
|
||||
# Cleanup
|
||||
mkdir -p $includeDir
|
||||
mv $prefix/include/* $includeDir
|
||||
rmdir $prefix/include
|
||||
|
||||
prepareInstalledDevelLib libarpack
|
||||
|
||||
packageEntries devel \
|
||||
Reference in New Issue
Block a user