aboutsummaryrefslogtreecommitdiff
path: root/math/blis/Makefile
diff options
context:
space:
mode:
authorJohannes M Dieterich <jmd@FreeBSD.org>2018-05-20 21:31:33 +0000
committerJohannes M Dieterich <jmd@FreeBSD.org>2018-05-20 21:31:33 +0000
commit4b61a6a3940896d17e0b1920f72717d0f76bbcae (patch)
treea016c4f3866c5df3839d0dbc62be7aa95fc0e542 /math/blis/Makefile
parentf0bb8e49ed600232c74916f7c4ee56e25c285694 (diff)
downloadports-4b61a6a3940896d17e0b1920f72717d0f76bbcae.tar.gz
ports-4b61a6a3940896d17e0b1920f72717d0f76bbcae.zip
math/blis: update to post 0.3.2 snapshot.
Among other changes, this improves performance on recent AMD architectures and contains the official runtime kernel selection we asked them for. Reviewed by: zeising (mentor) Approved by: zeising (mentor) Differential Revision: https://reviews.freebsd.org/D15334
Notes
Notes: svn path=/head/; revision=470486
Diffstat (limited to 'math/blis/Makefile')
-rw-r--r--math/blis/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/blis/Makefile b/math/blis/Makefile
index 982d73c88695..ee599166e0dd 100644
--- a/math/blis/Makefile
+++ b/math/blis/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= blis
-LIBVERSION= 0.2.2
-PORTVERSION= ${LIBVERSION}g20171127
+LIBVERSION= 0.3.2
+PORTVERSION= ${LIBVERSION}g20180501
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
@@ -25,7 +25,7 @@ OPTIONS_SUB= yes
USE_GITHUB= yes
GH_ACCOUNT= flame
-GH_TAGNAME= 1f30b13
+GH_TAGNAME= 8adb2f9
USES= gmake
USE_LDCONFIG= yes