Date: Fri, 31 Jan 2020 14:57:32 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524713 - head/math/openblas Message-ID: <202001311457.00VEvWxQ087379@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Jan 31 14:57:31 2020 New Revision: 524713 URL: https://svnweb.freebsd.org/changeset/ports/524713 Log: math/openblas: fix plist with DYNAMIC_ARCH off This is further fallout from r523749 and r524642 While here, fix order of PORTREVISION. There is no PORTREVISION bump because this a build fix. PR: 231371 PR: 243739 Reported by: many Modified: head/math/openblas/Makefile (contents, props changed) head/math/openblas/pkg-plist (contents, props changed) Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Fri Jan 31 14:11:17 2020 (r524712) +++ head/math/openblas/Makefile Fri Jan 31 14:57:31 2020 (r524713) @@ -3,8 +3,8 @@ PORTNAME= openblas PORTVERSION= 0.3.7 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= NL/lapack/timing/:lapack_tmg @@ -142,5 +142,8 @@ BENCHMARK_THREADS_FLAG= OPENBLAS_NUM_THREADS=${BENCHMA benchmark: build cd ${WRKSRC} ; ${SETENV} ${MAKE_CMD} ${MAKE_ARGS} hpl cd ${WRKSRC}/benchmark ; ${SETENV} ${BENCHMARK_THREADS_FLAG} ${MAKE_CMD} ${MAKE_ARGS} + +post-install-DYNAMIC_ARCH-off: + cd ${STAGEDIR}${PREFIX} && ls lib/libopenblas_*p-r${PORTVERSION}.* >> ${TMPPLIST} .include <bsd.port.post.mk> Modified: head/math/openblas/pkg-plist ============================================================================== --- head/math/openblas/pkg-plist Fri Jan 31 14:11:17 2020 (r524712) +++ head/math/openblas/pkg-plist Fri Jan 31 14:57:31 2020 (r524713) @@ -9,6 +9,6 @@ lib/cmake/openblas/OpenBLASConfig.cmake lib/cmake/openblas/OpenBLASConfigVersion.cmake lib/libopenblas.a lib/libopenblas.so -lib/libopenblasp-r%%PORTVERSION%%.a -lib/libopenblasp-r%%PORTVERSION%%.so +%%DYNARCH%%lib/libopenblasp-r%%PORTVERSION%%.a +%%DYNARCH%%lib/libopenblasp-r%%PORTVERSION%%.so libdata/pkgconfig/openblas.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001311457.00VEvWxQ087379>