mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
lapack: update to 3.12.0.
This commit is contained in:
parent
25de192cb5
commit
17526f0286
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lapack'
|
# Template file for 'lapack'
|
||||||
pkgname=lapack
|
pkgname=lapack
|
||||||
version=3.11
|
version=3.12.0
|
||||||
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
|
||||||
|
@ -12,7 +12,7 @@ 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=5a5b3bac27709d8c66286b7a0d1d7bf2d7170ec189a1a756fdf812c97aa7fd10
|
checksum=eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b
|
||||||
|
|
||||||
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