diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-07 00:29:48 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-07 00:29:48 +0000 |
commit | df9f45a412bc28e916843139adf24c12608f0bdf (patch) | |
tree | 705411843a177797d94249ddd4b28ab5705ede8c /math | |
parent | 0ebc36851b1aee9f111388c1146993d902ca081b (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/openblas/Makefile | 5 | ||||
-rw-r--r-- | math/openblas/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/math/openblas/Makefile b/math/openblas/Makefile index ce113c4a9c4c..bb92591615fe 100644 --- a/math/openblas/Makefile +++ b/math/openblas/Makefile @@ -4,7 +4,7 @@ PORTNAME= openblas DISTVERSIONPREFIX= v DISTVERSION= 0.3.9 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= NL/lapack/timing/:lapack_tmg @@ -12,6 +12,9 @@ DISTFILES= large.tgz:lapack_tmg \ timing.tgz:lapack_tmg DIST_SUBDIR= openblas +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= ee2e758278b5d82b7242f505ea694f082ef65879.patch:-p1 # fixes the regression: https://github.com/xianyi/OpenBLAS/pull/2512 + MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= Optimized BLAS library based on GotoBLAS2 diff --git a/math/openblas/distinfo b/math/openblas/distinfo index c10c5e73dcbc..d449c1e19e94 100644 --- a/math/openblas/distinfo +++ b/math/openblas/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1586429826 +TIMESTAMP = 1588802954 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1 SIZE (openblas/large.tgz) = 2595 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af SIZE (openblas/timing.tgz) = 1059485 SHA256 (openblas/xianyi-OpenBLAS-v0.3.9_GH0.tar.gz) = 17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380 SIZE (openblas/xianyi-OpenBLAS-v0.3.9_GH0.tar.gz) = 12184323 -SHA256 (openblas/3e67017ac8f0246f5fc14572ca663fb0968d1046.patch) = 06652cad19bf1f8858c41b6ade87efb4450a4629a61795ef454fac7c300e0b01 -SIZE (openblas/3e67017ac8f0246f5fc14572ca663fb0968d1046.patch) = 4920 +SHA256 (openblas/ee2e758278b5d82b7242f505ea694f082ef65879.patch) = 9210a94ae418b4ce6d9f7fab4e00dd3155451f5ef3769536a4d954a2149ca733 +SIZE (openblas/ee2e758278b5d82b7242f505ea694f082ef65879.patch) = 2028 |