Skip to content

Commit

Permalink
lapack: update to 3.12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Jan 14, 2025
1 parent f52c0f8 commit 2161c74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/lapack/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Template file for 'lapack'
pkgname=lapack
version=3.12.0
version=3.12.1
revision=1
build_style=cmake
configure_args="-DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON
-DCBLAS=ON -DLAPACKE=ON -DBUILD_DEPRECATED=ON"
hostmakedepends="gcc-fortran"
-DCBLAS=ON -DLAPACKE=ON"
hostmakedepends="gcc-fortran python"
short_desc="Linear Algebra PACKage"
maintainer="Gonzalo Tornaría <[email protected]>"
license="BSD-3-Clause"
homepage="https://netlib.org/lapack/"
changelog="https://netlib.org/lapack/release_notes.html"
distfiles="https://github.com/Reference-LAPACK/lapack/archive/v${version}.tar.gz"
checksum=eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b
checksum=2ca6407a001a474d4d4d35f3a61550156050c48016d949f0da0529c0aa052422

if [ "$CROSS_BUILD" ]; then
configure_args+=" -DTEST_FORTRAN_COMPILER=OFF"
Expand Down

0 comments on commit 2161c74

Please sign in to comment.