mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lapack: update to 3.12.1.
This commit is contained in:
parent
7872b35ca1
commit
f7c7332c30
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'lapack'
|
# Template file for 'lapack'
|
||||||
pkgname=lapack
|
pkgname=lapack
|
||||||
version=3.12.0
|
version=3.12.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON
|
configure_args="-DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON
|
||||||
-DCBLAS=ON -DLAPACKE=ON -DBUILD_DEPRECATED=ON"
|
-DCBLAS=ON -DLAPACKE=ON"
|
||||||
hostmakedepends="gcc-fortran"
|
hostmakedepends="gcc-fortran python"
|
||||||
short_desc="Linear Algebra PACKage"
|
short_desc="Linear Algebra PACKage"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://netlib.org/lapack/"
|
homepage="https://netlib.org/lapack/"
|
||||||
changelog="https://netlib.org/lapack/release_notes.html"
|
changelog="https://netlib.org/lapack/release_notes.html"
|
||||||
distfiles="https://github.com/Reference-LAPACK/lapack/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Reference-LAPACK/lapack/archive/v${version}.tar.gz"
|
||||||
checksum=eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b
|
checksum=2ca6407a001a474d4d4d35f3a61550156050c48016d949f0da0529c0aa052422
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" -DTEST_FORTRAN_COMPILER=OFF"
|
configure_args+=" -DTEST_FORTRAN_COMPILER=OFF"
|
||||||
|
|
Loading…
Add table
Reference in a new issue