diff options
author | Johannes M Dieterich <jmd@FreeBSD.org> | 2020-04-27 21:39:27 +0000 |
---|---|---|
committer | Johannes M Dieterich <jmd@FreeBSD.org> | 2020-04-27 21:39:27 +0000 |
commit | 656d046ab42bb491e68ad812a953a4f6417a93fe (patch) | |
tree | 14be3ebb3dc43c33d7a8b0d1126535bb1f6e9b93 | |
parent | c2f8302e2338634d7c4325892216f47e848666bf (diff) | |
download | freebsd-ports-656d046ab42bb491e68ad812a953a4f6417a93fe.zip |
math/blis: update to release 0.7.0
Biggest change is multithreading support in the sup framework for small/skinny/
unpacked matrices.
Full release notes:
https://github.com/flame/blis/blob/master/docs/ReleaseNotes.md#changes-in-070
-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 e10c4e70cb39..9b271236dfe9 100644 --- a/math/blis/Makefile +++ b/math/blis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= blis -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.0 CATEGORIES= math MAINTAINER= jmd@FreeBSD.org diff --git a/math/blis/distinfo b/math/blis/distinfo index 2181ff5a8560..0773187fdbff 100644 --- a/math/blis/distinfo +++ b/math/blis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579101122 -SHA256 (flame-blis-0.6.1_GH0.tar.gz) = 76b22f29b7789cf117c0873d2a6b2a6d61f903869168148f2e7306353c105c37 -SIZE (flame-blis-0.6.1_GH0.tar.gz) = 6423223 +TIMESTAMP = 1588022799 +SHA256 (flame-blis-0.7.0_GH0.tar.gz) = 7e345d666799e15bba570bd125f97042f17bf752a61dcf314486a6cd096d5f68 +SIZE (flame-blis-0.7.0_GH0.tar.gz) = 8756296 |