From 967d4a562844f28e926020173ecebacdcb5384ec Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 26 Jun 2016 01:26:26 +0200 Subject: [PATCH] lapack: update to 3.6.1 --- srcpkgs/lapack/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/lapack/template b/srcpkgs/lapack/template index 48a37af7eef..76fe4af5f33 100644 --- a/srcpkgs/lapack/template +++ b/srcpkgs/lapack/template @@ -1,6 +1,6 @@ # Template file for 'lapack' pkgname=lapack -version=3.6.0 +version=3.6.1 revision=1 nocross=yes build_style=cmake @@ -14,11 +14,8 @@ maintainer="Alessio Sergi " homepage="http://www.netlib.org/lapack/" license="3-clause-BSD" distfiles="http://www.netlib.org/${pkgname}/${pkgname}-${version}.tgz" -checksum=a9a0082c918fe14e377bbd570057616768dca76cbdc713457d8199aaa233ffc3 +checksum=888a50d787a9d828074db581c80b2d22bdb91435a673b1bf6cd6eb51aa50d1de -pre_configure() { - sed -i 's|/CMAKE/|/cmake/|' CBLAS/CMakeLists.txt -} post_install() { vlicense LICENSE }