svn commit: r484161 - head/math/blis

Johannes M Dieterich jmd at FreeBSD.org
Mon Nov 5 01:09:49 UTC 2018


Author: jmd
Date: Mon Nov  5 01:09:48 2018
New Revision: 484161
URL: https://svnweb.freebsd.org/changeset/ports/484161

Log:
  math/blis: update to release 0.5.0.
  
  Most important addition to this release are mixed precision interfaces. This
  allows one to, e.g., put in single precision data but carry the computation
  out in double precision accuracy.
  
  Note that flame/blis is the upstream for the BLIS library. AMD has forked
  BLIS and releases independently from the FLAME project but is strightly
  downstream.

Modified:
  head/math/blis/Makefile
  head/math/blis/distinfo
  head/math/blis/pkg-plist

Modified: head/math/blis/Makefile
==============================================================================
--- head/math/blis/Makefile	Mon Nov  5 01:04:47 2018	(r484160)
+++ head/math/blis/Makefile	Mon Nov  5 01:09:48 2018	(r484161)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	blis
-PORTVERSION=	0.4.0
+PORTVERSION=	0.5.0
 CATEGORIES=	math
 
 MAINTAINER=	jmd at FreeBSD.org
@@ -51,11 +51,11 @@ CONFIGURE_ARGS+=	--enable-cblas
 .if ${ARCH} == amd64
 LIBNAME=	x86_64
 CONFIGURE_ARGS+=	x86_64
-PLIST_SUB+=	X8664=""
+PLIST_SUB+=	ARCH="x86_64"
 .else
 LIBNAME=	generic
 CONFIGURE_ARGS+=	generic
-PLIST_SUB+=	X8664="@comment "
+PLIST_SUB+=	ARCH="generic"
 .endif
 
 CC=	${LOCALBASE}/bin/clang60

Modified: head/math/blis/distinfo
==============================================================================
--- head/math/blis/distinfo	Mon Nov  5 01:04:47 2018	(r484160)
+++ head/math/blis/distinfo	Mon Nov  5 01:09:48 2018	(r484161)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532834178
-SHA256 (flame-blis-0.4.0_GH0.tar.gz) = 9c7efd75365a833614c01b5adfba93210f869d92e7649e0b5d9edc93fc20ea76
-SIZE (flame-blis-0.4.0_GH0.tar.gz) = 1871027
+TIMESTAMP = 1541177732
+SHA256 (flame-blis-0.5.0_GH0.tar.gz) = 1a004d69c139e8a0448c6a6007863af3a8c3551b8d9b8b73fe08e8009f165fa8
+SIZE (flame-blis-0.5.0_GH0.tar.gz) = 2262591

Modified: head/math/blis/pkg-plist
==============================================================================
--- head/math/blis/pkg-plist	Mon Nov  5 01:04:47 2018	(r484160)
+++ head/math/blis/pkg-plist	Mon Nov  5 01:09:48 2018	(r484161)
@@ -4,3 +4,6 @@ lib/libblis.a
 lib/libblis.so
 lib/libblis.so.1
 lib/libblis.so.1.0.0
+%%DATADIR%%/common.mk
+%%DATADIR%%/config.mk
+%%DATADIR%%/config/%%ARCH%%/make_defs.mk


More information about the svn-ports-all mailing list