mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Lapack: fix pkgconfig files (#1904)
This commit is contained in:
@@ -4,7 +4,7 @@ the most commonly occurring problems in numerical linear algebra."
|
||||
HOMEPAGE="http://www.netlib.org/lapack/"
|
||||
COPYRIGHT="1992-2017 The LAPACK Project"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/Reference-LAPACK/lapack/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="deb22cc4a6120bff72621155a9917f485f96ef8319ac074a7afbc68aab88bcf6"
|
||||
SOURCE_DIR="lapack-$portVersion"
|
||||
@@ -46,6 +46,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:python
|
||||
cmd:sed
|
||||
cmd:strip$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -79,6 +80,10 @@ INSTALL()
|
||||
liblapacke \
|
||||
libtmglib
|
||||
|
||||
sed -i "1i prefix=$prefix" \
|
||||
$libDir/pkgconfig/lapack.pc \
|
||||
$libDir/pkgconfig/lapacke.pc
|
||||
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
|
||||
Reference in New Issue
Block a user