Lapack: fix pkgconfig files (#1904)

This commit is contained in:
miqlas
2017-12-26 20:28:20 +01:00
committed by waddlesplash
parent d01c68c74f
commit ab50a2904a

View File

@@ -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 \