diff --git a/math/flexiblas/Makefile b/math/flexiblas/Makefile index 5aa166d8823b..9f21632def84 100644 --- a/math/flexiblas/Makefile +++ b/math/flexiblas/Makefile @@ -1,55 +1,54 @@ PORTNAME= flexiblas -PORTVERSION= 3.4.4 -PORTREVISION= 3 +PORTVERSION= 3.4.5 DISTVERSIONPREFIX= v CATEGORIES= math #MASTER_SITES= https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/ MAINTAINER= thierry@FreeBSD.org COMMENT= BLAS and LAPACK wrapper library with runtime exchangable backends WWW= https://www.mpi-magdeburg.mpg.de/projects/flexiblas LICENSE= LGPL3 LIB_DEPENDS= libblas.so:math/blas \ libblis.so:math/blis \ liblapack.so:math/lapack USES= cmake:testing fortran python tar:xz CMAKE_ARGS= -DLTO:BOOL=OFF USE_GITLAB= yes GL_SITE= https://gitlab.mpi-magdeburg.mpg.de/ GL_ACCOUNT= software GL_PROJECT= ${PORTNAME}-release CONFIGURE_ENV= PYTHON_EXECUTABLE=${PYTHON_CMD} USE_LDCONFIG= yes PLIST_SUB= VE=${PORTVERSION:R} .if defined(WITH_DEBUG) CMAKE_ARGS+= -DFIND_DEBUG:BOOL=ON .endif OPTIONS_DEFINE= DOCS EXAMPLES EXAMPLES_CMAKE_ON= -DEXAMPLES:BOOL=ON EXAMPLES_CMAKE_OFF= -DEXAMPLES:BOOL=OFF .include .if exists(${LOCALBASE}/lib/libatlas.so) LIB_DEPENDS+= libatlas.so:math/atlas PLIST_SUB+= OPENBLAS="@comment " ATLAS="" .else LIB_DEPENDS+= libcblas.so:math/cblas \ libopenblas.so:math/openblas PLIST_SUB+= OPENBLAS="" ATLAS="@comment " .endif post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/flexiblasrc \ ${STAGEDIR}${PREFIX}/etc/flexiblasrc.sample .include diff --git a/math/flexiblas/distinfo b/math/flexiblas/distinfo index 1f0dac13e84d..80a948befa0e 100644 --- a/math/flexiblas/distinfo +++ b/math/flexiblas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717251217 -SHA256 (flexiblas-release-v3.4.4.tar.bz2) = 04fcbaccb2bb826180ce55768ddfda58f108dbfeacabd90b96f24111cc6ea8e2 -SIZE (flexiblas-release-v3.4.4.tar.bz2) = 42773695 +TIMESTAMP = 1742745631 +SHA256 (flexiblas-release-v3.4.5.tar.bz2) = 6f64437ebe35722ff953e6041c1416ed6aff49de087acb937cd59c0426d296ff +SIZE (flexiblas-release-v3.4.5.tar.bz2) = 42932141