mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
math/blis: update to 0.6.1
Bugfix release. While there, update LLVM requirement to llvm90.
This commit is contained in:
parent
103e53c52c
commit
d51ee74304
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523153
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= blis
|
||||
PORTVERSION= 0.6.0
|
||||
PORTVERSION= 0.6.1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= jmd@FreeBSD.org
|
||||
@ -11,7 +11,7 @@ COMMENT= Software framework for high-performance BLAS-like libraries
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LLVM_VER= 60
|
||||
LLVM_VER= 90
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1564258738
|
||||
SHA256 (flame-blis-0.6.0_GH0.tar.gz) = ad5765cc3f492d0c663f494850dafc4d72f901c332eb442f404814ff2995e5a9
|
||||
SIZE (flame-blis-0.6.0_GH0.tar.gz) = 5107257
|
||||
TIMESTAMP = 1579101122
|
||||
SHA256 (flame-blis-0.6.1_GH0.tar.gz) = 76b22f29b7789cf117c0873d2a6b2a6d61f903869168148f2e7306353c105c37
|
||||
SIZE (flame-blis-0.6.1_GH0.tar.gz) = 6423223
|
||||
|
@ -2,8 +2,8 @@ include/blis/blis.h
|
||||
include/blis/cblas.h
|
||||
lib/libblis.a
|
||||
lib/libblis.so
|
||||
lib/libblis.so.2
|
||||
lib/libblis.so.2.0.0
|
||||
lib/libblis.so.3
|
||||
lib/libblis.so.3.0.0
|
||||
%%DATADIR%%/common.mk
|
||||
%%DATADIR%%/config.mk
|
||||
%%DATADIR%%/config/%%ARCH%%/make_defs.mk
|
||||
|
Loading…
Reference in New Issue
Block a user