Date: Tue, 31 Jul 2018 13:12:19 +0000 (UTC) From: Johannes M Dieterich <jmd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476000 - head/math/blis Message-ID: <201807311312.w6VDCJO5091116@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmd Date: Tue Jul 31 13:12:19 2018 New Revision: 476000 URL: https://svnweb.freebsd.org/changeset/ports/476000 Log: math/blis: update to 0.4.0 This release incorporates the changes needed for us which were previously only available through a snapshot. It also allows us to drop some install hacks and brings general improvements to blis itself. Switch to llvm6 as the compiler. Reviewed by: zeising (mentor) Approved by: zeising (mentor) Differential Revision: https://reviews.freebsd.org/D16522 Modified: head/math/blis/Makefile head/math/blis/distinfo head/math/blis/pkg-plist Modified: head/math/blis/Makefile ============================================================================== --- head/math/blis/Makefile Tue Jul 31 13:05:38 2018 (r475999) +++ head/math/blis/Makefile Tue Jul 31 13:12:19 2018 (r476000) @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= blis -LIBVERSION= 0.3.2 -PORTVERSION= ${LIBVERSION}g20180501 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= math MAINTAINER= jmd@FreeBSD.org @@ -14,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ - llvm50>=0:devel/llvm50 + llvm60>=0:devel/llvm60 BROKEN_powerpc64= fails to configure: common.mk:118: Unable to determine compiler vendor @@ -26,7 +24,6 @@ OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= flame -GH_TAGNAME= 8adb2f9 USES= gmake python shebangfix USE_LDCONFIG= yes @@ -61,12 +58,7 @@ CONFIGURE_ARGS+= generic PLIST_SUB+= X8664="@comment " .endif -CC= ${LOCALBASE}/bin/clang50 -CXX= ${LOCALBASE}/bin/clang++50 - -post-install: - ${MV} ${STAGEDIR}/${PREFIX}/lib/libblis-${LIBVERSION}-${LIBNAME}.a ${STAGEDIR}/${PREFIX}/lib/libblis.a - ${MV} ${STAGEDIR}/${PREFIX}/lib/libblis-${LIBVERSION}-${LIBNAME}.so ${STAGEDIR}/${PREFIX}/lib/libblis.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libblis.so +CC= ${LOCALBASE}/bin/clang60 +CXX= ${LOCALBASE}/bin/clang++60 .include <bsd.port.mk> Modified: head/math/blis/distinfo ============================================================================== --- head/math/blis/distinfo Tue Jul 31 13:05:38 2018 (r475999) +++ head/math/blis/distinfo Tue Jul 31 13:12:19 2018 (r476000) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525659747 -SHA256 (flame-blis-0.3.2g20180501-8adb2f9_GH0.tar.gz) = 5d52094e1335f4e86c35ebc100b473d81fae0ac4d86b7f88385e8c7abaf4f7bb -SIZE (flame-blis-0.3.2g20180501-8adb2f9_GH0.tar.gz) = 1734699 +TIMESTAMP = 1532834178 +SHA256 (flame-blis-0.4.0_GH0.tar.gz) = 9c7efd75365a833614c01b5adfba93210f869d92e7649e0b5d9edc93fc20ea76 +SIZE (flame-blis-0.4.0_GH0.tar.gz) = 1871027 Modified: head/math/blis/pkg-plist ============================================================================== --- head/math/blis/pkg-plist Tue Jul 31 13:05:38 2018 (r475999) +++ head/math/blis/pkg-plist Tue Jul 31 13:12:19 2018 (r476000) @@ -2,3 +2,5 @@ include/blis/blis.h include/blis/cblas.h lib/libblis.a lib/libblis.so +lib/libblis.so.1 +lib/libblis.so.1.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807311312.w6VDCJO5091116>