FreeBSD Bugzilla – Attachment 178434 Details for
Bug 215699
[PATCH] math/openblas update to 0.2.19
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to math/openblas
openblas.diff (text/plain), 2.10 KB, created by
Cy Schubert
on 2017-01-01 19:43:31 UTC
(
hide
)
Description:
patch to math/openblas
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2017-01-01 19:43:31 UTC
Size:
2.10 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 430266) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= openblas >-PORTVERSION= 0.2.18 >-PORTREVISION= 3 >+PORTVERSION= 0.2.19 > DISTVERSIONPREFIX= v > PORTEPOCH= 1 > CATEGORIES= math >Index: distinfo >=================================================================== >--- distinfo (revision 430266) >+++ distinfo (working copy) >@@ -1,6 +1,9 @@ >-SHA256 (openblas/xianyi-OpenBLAS-v0.2.18_GH0.tar.gz) = 7d9f8d4ea4a65ab68088f3bb557f03a7ac9cb5036ef2ba30546c3a28774a4112 >-SIZE (openblas/xianyi-OpenBLAS-v0.2.18_GH0.tar.gz) = 10689322 >+TIMESTAMP = 1483295026 >+SHA256 (openblas/xianyi-OpenBLAS-v0.2.19_GH0.tar.gz) = 9c40b5e4970f27c5f6911cb0a28aa26b6c83f17418b69f8e5a116bb983ca8557 >+SIZE (openblas/xianyi-OpenBLAS-v0.2.19_GH0.tar.gz) = 10834034 > 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.2.19_GH0.tar.gz) = 9c40b5e4970f27c5f6911cb0a28aa26b6c83f17418b69f8e5a116bb983ca8557 >+SIZE (openblas/xianyi-OpenBLAS-v0.2.19_GH0.tar.gz) = 10834034 >Index: files/patch-interface__ztrmv.c >=================================================================== >--- files/patch-interface__ztrmv.c (revision 430266) >+++ files/patch-interface__ztrmv.c (working copy) >@@ -1,5 +1,5 @@ >---- interface/ztrmv.c.orig 2016-04-12 12:29:19.000000000 -0700 >-+++ interface/ztrmv.c 2016-06-08 16:44:31.800058000 -0700 >+--- interface/ztrmv.c.orig 2016-08-31 20:58:42.000000000 -0700 >++++ interface/ztrmv.c 2017-01-01 10:26:22.759442000 -0800 > @@ -242,7 +242,7 @@ > else > #endif >@@ -6,6 +6,6 @@ > { > - buffer_size = ((n - 1) / DTB_ENTRIES) * 2 * DTB_ENTRIES + 32 / sizeof(FLOAT); > + buffer_size = (((n - 1) / DTB_ENTRIES) * 2 * DTB_ENTRIES + 32 / sizeof(FLOAT)) + 8; >+ // It seems to be required for some K8 or Barcelona CPU >+ buffer_size += 8; > if(incx != 1) >- buffer_size += n * 2; >- }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215699
: 178434