Index: head/math/blis/Makefile =================================================================== --- head/math/blis/Makefile (revision 507471) +++ head/math/blis/Makefile (revision 507472) @@ -1,62 +1,62 @@ # Created by: Johannes M Dieterich # $FreeBSD$ PORTNAME= blis -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.0 CATEGORIES= math MAINTAINER= jmd@FreeBSD.org COMMENT= Software framework for high-performance BLAS-like libraries LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ llvm60>=0:devel/llvm60 OPTIONS_DEFINE= PARA CBLAS PARA_DESC= use pthread parallelization CBLAS_DESC= build the CBLAS compatibility layer OPTIONS_DEFAULT= PARA CBLAS OPTIONS_SUB= yes USE_GITHUB= yes GH_ACCOUNT= flame USES= gmake python shebangfix USE_LDCONFIG= yes SHEBANG_FILES= build/flatten-headers.py HAS_CONFIGURE= yes .include # enable BLAS and static/shared libs by default CONFIGURE_ARGS+= --enable-blas \ --prefix=${PREFIX} \ --enable-shared \ --enable-static #--prefix=PREFIX .if ${PORT_OPTIONS:MPARA} CONFIGURE_ARGS+= -t pthreads .endif .if ${PORT_OPTIONS:MCBLAS} CONFIGURE_ARGS+= --enable-cblas .endif .if ${ARCH} == amd64 LIBNAME= x86_64 CONFIGURE_ARGS+= x86_64 PLIST_SUB+= ARCH="x86_64" .else LIBNAME= generic CONFIGURE_ARGS+= generic PLIST_SUB+= ARCH="generic" .endif CC= ${LOCALBASE}/bin/clang60 CXX= ${LOCALBASE}/bin/clang++60 .include Index: head/math/blis/distinfo =================================================================== --- head/math/blis/distinfo (revision 507471) +++ head/math/blis/distinfo (revision 507472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545433931 -SHA256 (flame-blis-0.5.1_GH0.tar.gz) = 7816a1f6085b1d779f074bca2435c195c524582edbb04d9cd399dade9187a72d -SIZE (flame-blis-0.5.1_GH0.tar.gz) = 2057739 +TIMESTAMP = 1564258738 +SHA256 (flame-blis-0.6.0_GH0.tar.gz) = ad5765cc3f492d0c663f494850dafc4d72f901c332eb442f404814ff2995e5a9 +SIZE (flame-blis-0.6.0_GH0.tar.gz) = 5107257