Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2020 00:29:48 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534213 - head/math/openblas
Message-ID:  <202005070029.0470Tmvt016279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu May  7 00:29:48 2020
New Revision: 534213
URL: https://svnweb.freebsd.org/changeset/ports/534213

Log:
  math/openblas: Fix a regression in 0.3.9 by backporting the pull request
  
  The upstream agrees that this is a bug but they wouldn't make a release to fix it
  https://github.com/xianyi/OpenBLAS/issues/2600
  
  Approved by:	portmgr (unbreak)

Modified:
  head/math/openblas/Makefile
  head/math/openblas/distinfo

Modified: head/math/openblas/Makefile
==============================================================================
--- head/math/openblas/Makefile	Wed May  6 23:57:24 2020	(r534212)
+++ head/math/openblas/Makefile	Thu May  7 00:29:48 2020	(r534213)
@@ -4,13 +4,16 @@
 PORTNAME=	openblas
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.9
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	math
 MASTER_SITES=	NL/lapack/timing/:lapack_tmg
 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

Modified: head/math/openblas/distinfo
==============================================================================
--- head/math/openblas/distinfo	Wed May  6 23:57:24 2020	(r534212)
+++ head/math/openblas/distinfo	Thu May  7 00:29:48 2020	(r534213)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005070029.0470Tmvt016279>