Skip to content
Snippets Groups Projects
Commit d21896ef authored by Francesco Colista's avatar Francesco Colista
Browse files

community/lapack: upgrade to 3.12.1

parent 134a2b97
No related branches found
No related tags found
1 merge request!80174community/lapack: upgrade to 3.12.1
Pipeline #299946 passed
Pipeline: aports

#299949

    # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Contributor: Francesco Colista <fcolista@alpinelinux.org>
    # Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
    pkgname=lapack pkgname=lapack
    pkgver=3.12.0 pkgver=3.12.1
    pkgrel=0 pkgrel=0
    pkgdesc="Linear Algebra PACKage" pkgdesc="Linear Algebra PACKage"
    url="https://www.netlib.org/lapack/" url="https://www.netlib.org/lapack/"
    arch="all" arch="all"
    license="BSD-3-Clause" license="BSD-3-Clause"
    options="!check" # Tests broken options="!check" # Tests broken
    makedepends="gfortran cmake" makedepends="gfortran cmake python3-dev"
    subpackages="$pkgname-dev:_dev cblas blas blas-dev" subpackages="$pkgname-dev:_dev cblas blas blas-dev"
    source="https://github.com/Reference-LAPACK/lapack/archive/v$pkgver/lapack-v$pkgver.tar.gz" source="https://github.com/Reference-LAPACK/lapack/archive/v$pkgver/lapack-v$pkgver.tar.gz"
    ...@@ -19,16 +19,14 @@ build() { ...@@ -19,16 +19,14 @@ build() {
    -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_LIBDIR=lib \
    -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_SKIP_RPATH=ON \
    -DBUILD_SHARED_LIBS=ON \ -DBUILD_SHARED_LIBS=ON \
    -DBUILD_TESTING="$(want_check && echo ON || echo OFF)" \ -DBUILD_TESTING=OFF \
    -DCMAKE_Fortran_COMPILER=gfortran \ -DCMAKE_Fortran_COMPILER=gfortran \
    -DLAPACKE=ON \ -DLAPACKE=ON \
    -DCBLAS=ON \ -DCBLAS=ON
    -DBUILD_DEPRECATED=ON
    cmake --build build cmake --build build
    } }
    check() { check() {
    cd build
    CTEST_OUTPUT_ON_FAILURE=TRUE ctest CTEST_OUTPUT_ON_FAILURE=TRUE ctest
    } }
    ...@@ -74,5 +72,5 @@ cblas() { ...@@ -74,5 +72,5 @@ cblas() {
    } }
    sha512sums=" sha512sums="
    f8f3c733a0221be0b3f5618235408ac59cbd4e5f1c4eab5f509b831a6ec6a9ef14b8849aa6ea10810df1aff90186ca454d15e9438d1dd271c2449d42d3da9dda lapack-v3.12.0.tar.gz 9749976d773830eb635498611c7f1247af8dece23fe8c08446243aa39bdcc20dd35fdc670345643cd1ec6828e379d5c2152009817e0b486c10fd89a06602e0fb lapack-v3.12.1.tar.gz
    " "
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment