wok diff blas/receipt @ rev 25680

updated gnu-efi (3.0.14 -> 3.0.17)
author Hans-G?nter Theisgen
date Mon Mar 18 18:46:02 2024 +0100 (7 months ago)
parents 8bbdfd03ccf3
children
line diff
     1.1 --- a/blas/receipt	Tue Jun 28 08:48:09 2022 +0000
     1.2 +++ b/blas/receipt	Mon Mar 18 18:46:02 2024 +0100
     1.3 @@ -8,7 +8,6 @@
     1.4  LICENSE="BSD"
     1.5  SOURCE="lapack"
     1.6  TARBALL="$SOURCE-$VERSION.tgz"
     1.7 -#WEB_SITE="http://www.netlib.org/lapack"
     1.8  WEB_SITE="https://github.com/xianyi/OpenBLAS"
     1.9  WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL"
    1.10  
    1.11 @@ -18,8 +17,8 @@
    1.12  # What is the latest version available today?
    1.13  current_version()
    1.14  {
    1.15 -	wget -O - $WEB_SITE 2>/dev/null | \
    1.16 -	sed '/LAPACK, version/!d;s|.*version ||;s|<.*||;q'
    1.17 +	wget -O - https://github.com/xianyi/OpenBLAS 2>/dev/null | \
    1.18 +	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    1.19  }
    1.20  
    1.21  # Rules to configure and make the package.