git: 16d0fe189cac - main - math/openblas: Update to 0.3.15

Neel Chauhan nc at FreeBSD.org
Thu May 6 15:51:08 UTC 2021


The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=16d0fe189cac97f69e88880f6780384d7503ac4f

commit 16d0fe189cac97f69e88880f6780384d7503ac4f
Author:     Eijiro Shibusawa <phd_kimberlite at yahoo.co.jp>
AuthorDate: 2021-05-06 15:49:35 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-06 15:51:03 +0000

    math/openblas: Update to 0.3.15
    
    Changes: https://github.com/xianyi/OpenBLAS/blob/develop/Changelog.txt
    
    PR:     255661
---
 math/openblas/Makefile                    |  3 +--
 math/openblas/distinfo                    |  6 +++---
 math/openblas/files/patch-Makefile.system | 11 -----------
 math/openblas/files/patch-f_check         | 18 +++++++++++++-----
 4 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/math/openblas/Makefile b/math/openblas/Makefile
index a4ae0eff94a7..a92148643714 100644
--- a/math/openblas/Makefile
+++ b/math/openblas/Makefile
@@ -2,8 +2,7 @@
 
 PORTNAME=	openblas
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3.13
-PORTREVISION=	1
+DISTVERSION=	0.3.15
 PORTEPOCH=	1
 CATEGORIES=	math
 MASTER_SITES=	NL/lapack/timing/:lapack_tmg
diff --git a/math/openblas/distinfo b/math/openblas/distinfo
index dbeaee4588b4..737136838285 100644
--- a/math/openblas/distinfo
+++ b/math/openblas/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1608090088
+TIMESTAMP = 1620312077
 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.13_GH0.tar.gz) = 79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e
-SIZE (openblas/xianyi-OpenBLAS-v0.3.13_GH0.tar.gz) = 12437434
+SHA256 (openblas/xianyi-OpenBLAS-v0.3.15_GH0.tar.gz) = 30a99dec977594b387a17f49904523e6bc8dd88bd247266e83485803759e4bbe
+SIZE (openblas/xianyi-OpenBLAS-v0.3.15_GH0.tar.gz) = 12498434
diff --git a/math/openblas/files/patch-Makefile.system b/math/openblas/files/patch-Makefile.system
deleted file mode 100644
index 1008d4a6cd36..000000000000
--- a/math/openblas/files/patch-Makefile.system
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.system.orig	2020-12-30 14:58:08 UTC
-+++ Makefile.system
-@@ -21,6 +21,8 @@ ifeq ($(ARCH), amd64)
- override ARCH=x86_64
- else ifeq ($(ARCH), powerpc64)
- override ARCH=power
-+else ifeq ($(ARCH), powerpc64le)
-+override ARCH=power
- else ifeq ($(ARCH), powerpc)
- override ARCH=power
- else ifeq ($(ARCH), i386)
diff --git a/math/openblas/files/patch-f_check b/math/openblas/files/patch-f_check
index 9a193257937d..6636f3cdeab3 100644
--- a/math/openblas/files/patch-f_check
+++ b/math/openblas/files/patch-f_check
@@ -1,6 +1,6 @@
---- f_check.orig	2018-12-02 22:41:17 UTC
-+++ f_check
-@@ -288,7 +288,7 @@ if ($link ne "") {
+--- f_check.orig	2021-05-03 06:50:22.000000000 +0900
++++ f_check	2021-05-06 23:42:10.192934000 +0900
+@@ -326,7 +326,7 @@
  
      foreach $flags (@flags) {
  	if (
@@ -9,12 +9,20 @@
  	    && ($flags !~ /^-LIST:/)
  	    && ($flags !~ /^-LANG:/)
  	    ) {
-@@ -317,7 +317,7 @@ if ($link ne "") {
+@@ -358,7 +358,7 @@
  	}
  
  	if (
 -	    ($flags =~ /^\-l/)
 +	    ($flags =~ /^\-l\S/)
+ 	    && ($flags !~ /ibrary/)
  	    && ($flags !~ /gfortranbegin/)
  	    && ($flags !~ /frtbegin/)
- 	    && ($flags !~ /pathfstart/)
+@@ -369,6 +369,7 @@
+ 	    && ($flags !~ /kernel32/)
+ 	    && ($flags !~ /advapi32/)
+ 	    && ($flags !~ /shell32/)
++	    && ($flags !~ /gomp/)
+ 	    && ($flags !~ /omp/ || ($vendor !~ /PGI/ && $vendor !~ /FUJITSU/ && $flags =~ /omp/))
+ 	    && ($flags !~ /[0-9]+/ || ($vendor == FUJITSU && $flags =~ /^-lfj90/))
+ 		&& ($flags !~ /^\-l$/)


More information about the dev-commits-ports-all mailing list