mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
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
This commit is contained in:
parent
bc2855f8db
commit
af523b65d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524713
@ -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
|
||||
@ -143,4 +143,7 @@ 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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user