From owner-svn-ports-all@freebsd.org Tue Jul 31 13:12:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B99A105A20E; Tue, 31 Jul 2018 13:12:20 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51AAB8A81E; Tue, 31 Jul 2018 13:12:20 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 18FBC141A0; Tue, 31 Jul 2018 13:12:20 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6VDCJAh091118; Tue, 31 Jul 2018 13:12:19 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6VDCJO5091116; Tue, 31 Jul 2018 13:12:19 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201807311312.w6VDCJO5091116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Tue, 31 Jul 2018 13:12:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476000 - head/math/blis X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/math/blis X-SVN-Commit-Revision: 476000 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2018 13:12:20 -0000 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 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