math/blis: Update to 0.9.0
- changelog: github.com/flame/blis/releases/tag/0.9.0 - while here, fix the CBLAS=OFF configure case
This commit is contained in:
parent
42646919c8
commit
bf5edbe7fc
@ -1,5 +1,5 @@
|
||||
PORTNAME= blis
|
||||
PORTVERSION= 0.8.1
|
||||
PORTVERSION= 0.9.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
@ -66,6 +66,6 @@ USE_GCC= yes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libblis.so.3.0.0
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libblis.so.4.0.0
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1638034664
|
||||
SHA256 (flame-blis-0.8.1_GH0.tar.gz) = 729694128719801e82fae7b5f2489ab73e4a467f46271beff09588c9265a697b
|
||||
SIZE (flame-blis-0.8.1_GH0.tar.gz) = 13442609
|
||||
TIMESTAMP = 1672884949
|
||||
SHA256 (flame-blis-0.9.0_GH0.tar.gz) = 1135f664be7355427b91025075562805cdc6cc730d3173f83533b2c5dcc2f308
|
||||
SIZE (flame-blis-0.9.0_GH0.tar.gz) = 15078619
|
||||
|
@ -1,9 +1,9 @@
|
||||
include/blis/blis.h
|
||||
include/blis/cblas.h
|
||||
%%CBLAS%%include/blis/cblas.h
|
||||
lib/libblis.a
|
||||
lib/libblis.so
|
||||
lib/libblis.so.3
|
||||
lib/libblis.so.3.0.0
|
||||
lib/libblis.so.4
|
||||
lib/libblis.so.4.0.0
|
||||
share/pkgconfig/blis.pc
|
||||
%%DATADIR%%/common.mk
|
||||
%%DATADIR%%/config.mk
|
||||
|
Loading…
Reference in New Issue
Block a user