diff options
author | Johannes M Dieterich <jmd@FreeBSD.org> | 2019-07-27 20:26:57 +0000 |
---|---|---|
committer | Johannes M Dieterich <jmd@FreeBSD.org> | 2019-07-27 20:26:57 +0000 |
commit | 6958521b62d660c00eaded4e018c09c3dd3613ec (patch) | |
tree | fac7023cd611e223f781a4d1818afbb9cd08272d | |
parent | 6651dae27f157dd16057c82ff5aeecce78ab6ff8 (diff) | |
download | freebsd-ports-6958521b62d660c00eaded4e018c09c3dd3613ec.zip |
math/blis: update to release 0.6.0
Major improvements include faster dgemms with small matrix configurations.
-rw-r--r-- | math/blis/Makefile | 2 | ||||
-rw-r--r-- | math/blis/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/blis/Makefile b/math/blis/Makefile index 1db2c5e1056a..bc5f314106c8 100644 --- a/math/blis/Makefile +++ b/math/blis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= blis -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.0 CATEGORIES= math MAINTAINER= jmd@FreeBSD.org diff --git a/math/blis/distinfo b/math/blis/distinfo index 220b380b032c..930799c69613 100644 --- a/math/blis/distinfo +++ b/math/blis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1545433931 -SHA256 (flame-blis-0.5.1_GH0.tar.gz) = 7816a1f6085b1d779f074bca2435c195c524582edbb04d9cd399dade9187a72d -SIZE (flame-blis-0.5.1_GH0.tar.gz) = 2057739 +TIMESTAMP = 1564258738 +SHA256 (flame-blis-0.6.0_GH0.tar.gz) = ad5765cc3f492d0c663f494850dafc4d72f901c332eb442f404814ff2995e5a9 +SIZE (flame-blis-0.6.0_GH0.tar.gz) = 5107257 |