1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/lapack: +math/blas et al., upgrade to 3.10.0

- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack
  to 3.10.0;
  Latest release notes at <http://netlib.org/lapack/lapack-3.10.0.html>

- This is a major release and also addressing multiple bug fixes

- The tarball is no more hosted by netlib but at GitHub

- This also fixes the problem with unversioned manpages.

PR:		256940
Reported by:	alt2600 (at) icloud.com
This commit is contained in:
Thierry Thomas 2021-07-02 23:13:24 +02:00
parent 9ccea4316a
commit 34dc18b257
4 changed files with 10029 additions and 27 deletions

View File

@ -1,15 +1,16 @@
# Created by: jmz
PORTNAME?= lapack
PORTVERSION= 3.9.1
PORTVERSION= 3.10.0
PORTREVISION?= 0 # Never remove this line, keep PORTREVISION?=0 in case.
CATEGORIES= math
MASTER_SITES= NL/lapack/
DISTFILES= v${PORTVERSION}${EXTRACT_SUFX}
MASTER_SITES= https://github.com/Reference-LAPACK/lapack/archive/refs/tags/:src \
http://www.netlib.org/lapack/:man
DISTFILES= v${PORTVERSION}${EXTRACT_SUFX}:src
.if make(makesum) || !(defined(BLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT))
DISTFILES+= manpages.tgz
DISTFILES+= manpages.tgz:man
.endif
DIST_SUBDIR= lapack
DIST_SUBDIR= lapack-${PORTVERSION}
MAINTAINER?= fortran@FreeBSD.org
COMMENT?= Linear Algebra PACKage

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1623226962
SHA256 (lapack/v3.9.1.tar.gz) = d0085d2caf997ff39299c05d4bacb6f3d27001d25a4cc613d48c1f352b73e7e0
SIZE (lapack/v3.9.1.tar.gz) = 7543209
SHA256 (lapack/manpages.tgz) = a65b84821765cfd4bb8bf8c05e4279a9d81130da4eb8741ef2690064c57610cf
SIZE (lapack/manpages.tgz) = 2391904
TIMESTAMP = 1625255946
SHA256 (lapack-3.10.0/v3.10.0.tar.gz) = 328c1bea493a32cac5257d84157dc686cc3ab0b004e2bea22044e0a59f6f8a19
SIZE (lapack-3.10.0/v3.10.0.tar.gz) = 7630775
SHA256 (lapack-3.10.0/manpages.tgz) = 1eaa672dfa1ac921c795117b29b830eb84902a66248ef08d461f093305e2aaf5
SIZE (lapack-3.10.0/manpages.tgz) = 2446510

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,6 @@
%%CBLAS%%include/cblas/cblas.h
%%CBLAS%%include/cblas/cblas_f77.h
%%CBLAS%%include/cblas/cblas_mangling.h
%%CBLAS%%include/cblas/cblas_test.h
%%LAPACKE%%include/lapacke/lapack.h
%%LAPACKE%%include/lapacke/lapacke.h
%%LAPACKE%%include/lapacke/lapacke_config.h