diff options
Diffstat (limited to 'math/flexiblas/Makefile')
-rw-r--r-- | math/flexiblas/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/math/flexiblas/Makefile b/math/flexiblas/Makefile index d35945ca2554..b525436e905b 100644 --- a/math/flexiblas/Makefile +++ b/math/flexiblas/Makefile @@ -1,7 +1,9 @@ PORTNAME= flexiblas -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.5 +PORTREVISION= 1 +DISTVERSIONPREFIX= v CATEGORIES= math -MASTER_SITES= https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/ +#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 @@ -14,6 +16,12 @@ LIB_DEPENDS= libblas.so:math/blas \ 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 |