Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2013 15:35:17 GMT
From:      Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181268: [MAINTAINER-UPDATE][PATCH] please update math/openblas to 0.2.8
Message-ID:  <201308131535.r7DFZH6W077486@oldred.freebsd.org>
Resent-Message-ID: <201308131540.r7DFe0s1043349@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181268
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE][PATCH] please update math/openblas to 0.2.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 13 15:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Eijiro Shibusawa
>Release:        FreeBSD 9.1-RELEASE-p4
>Organization:
>Environment:
FreeBSD myhost 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Attached patch includes following modifications:
- Update to 0.2.8
- Correction of some minor typo

NOTE:
- This port was tested with portlint 2.14.3 and tinderbox.
- Before committing this PR, please remove an empty patch,
files/patch-exports+gensymbol,
which causes an build error on some environment (ports/180984).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: math/openblas/Makefile
===================================================================
--- math/openblas/Makefile	(revision 324670)
+++ math/openblas/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openblas
-PORTVERSION=	0.2.7
+PORTVERSION=	0.2.8
 CATEGORIES=	math
 MASTER_SITES=	https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/:${PORTNAME} \
 		NL:lapack_tmg
@@ -20,9 +20,8 @@
 FETCH_ARGS=	-Fpr
 GH_ACCOUNT=	xianyi
 GH_PROJECT=	OpenBLAS
-#GH_TAGNAME=	v0.2.7
 GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	f26b7a0
+GH_COMMIT=	835293c
 LARGE_FILE=	large.tgz
 TIMING_FILE=	timing.tgz
 
@@ -90,8 +89,8 @@
 .endif
 
 post-extract:
-#	cd ${DISTDIR}/${DIST_SUBDIR} ; \
-#	${CP} ${LAPACK_SRCFILE} ${LARGE_FILE} ${TIMING_FILE} ${WRKSRC}
+	cd ${DISTDIR}/${DIST_SUBDIR} ; \
+	${CP} ${LARGE_FILE} ${TIMING_FILE} ${WRKSRC}
 	${MKDIR} ${WRKDIR}/lib
 
 post-patch:
Index: math/openblas/distinfo
===================================================================
--- math/openblas/distinfo	(revision 324670)
+++ math/openblas/distinfo	(working copy)
@@ -1,5 +1,5 @@
-SHA256 (openblas/openblas-0.2.7.tar.gz) = cfe5ea93098318dd2c09d865b2f849187c82d0880b9c75970aa5a80ef49fd06a
-SIZE (openblas/openblas-0.2.7.tar.gz) = 9469551
+SHA256 (openblas/openblas-0.2.8.tar.gz) = 9c9e4d8d370d6436bf7224e9ead0ce93c3349b90bdd2296e8438dab8ddf6f5bd
+SIZE (openblas/openblas-0.2.8.tar.gz) = 9470720
 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1
 SIZE (openblas/large.tgz) = 2595
 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af


>Release-Note:
>Audit-Trail:
>Unformatted:



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