mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
lapack: update to 3.6.1
This commit is contained in:
parent
2c02e09892
commit
967d4a5628
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lapack'
|
# Template file for 'lapack'
|
||||||
pkgname=lapack
|
pkgname=lapack
|
||||||
version=3.6.0
|
version=3.6.1
|
||||||
revision=1
|
revision=1
|
||||||
nocross=yes
|
nocross=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -14,11 +14,8 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.netlib.org/lapack/"
|
homepage="http://www.netlib.org/lapack/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="http://www.netlib.org/${pkgname}/${pkgname}-${version}.tgz"
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue