Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2020 12:28:50 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523803 - head/math/openblas
Message-ID:  <202001221228.00MCSosM060476@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Jan 22 12:28:49 2020
New Revision: 523803
URL: https://svnweb.freebsd.org/changeset/ports/523803

Log:
  math/openblas: fix build on powerpc64 without POWER6
  
  PPC970 build was broken and fixed in https://github.com/xianyi/OpenBLAS/pull/2309
  
  Approved by: portmgr (build fix)

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

Modified: head/math/openblas/Makefile
==============================================================================
--- head/math/openblas/Makefile	Wed Jan 22 11:52:56 2020	(r523802)
+++ head/math/openblas/Makefile	Wed Jan 22 12:28:49 2020	(r523803)
@@ -11,6 +11,9 @@ DISTFILES=	large.tgz:lapack_tmg \
 		timing.tgz:lapack_tmg
 DIST_SUBDIR=	openblas
 
+PATCH_SITES=	https://github.com/xianyi/OpenBLAS/commit/
+PATCHFILES=	3e67017ac8f0246f5fc14572ca663fb0968d1046.patch:-p1
+
 MAINTAINER=	phd_kimberlite@yahoo.co.jp
 COMMENT=	Optimized BLAS library based on GotoBLAS2
 

Modified: head/math/openblas/distinfo
==============================================================================
--- head/math/openblas/distinfo	Wed Jan 22 11:52:56 2020	(r523802)
+++ head/math/openblas/distinfo	Wed Jan 22 12:28:49 2020	(r523803)
@@ -1,7 +1,9 @@
-TIMESTAMP = 1571670934
+TIMESTAMP = 1579694704
 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.7_GH0.tar.gz) = bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379
 SIZE (openblas/xianyi-OpenBLAS-v0.3.7_GH0.tar.gz) = 11986592
+SHA256 (openblas/3e67017ac8f0246f5fc14572ca663fb0968d1046.patch) = 06652cad19bf1f8858c41b6ade87efb4450a4629a61795ef454fac7c300e0b01
+SIZE (openblas/3e67017ac8f0246f5fc14572ca663fb0968d1046.patch) = 4920



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