diff options
Diffstat (limited to 'science/agrum/Makefile')
-rw-r--r-- | science/agrum/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/science/agrum/Makefile b/science/agrum/Makefile index c764fc646dc4..317c3ae85bd5 100644 --- a/science/agrum/Makefile +++ b/science/agrum/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= agrum -DISTVERSION= 0.16.4 -PORTREVISION= 2 +DISTVERSION= 0.17.1 CATEGORIES= science math MAINTAINER= yuri@FreeBSD.org @@ -18,10 +17,12 @@ LLD_UNSAFE= yes GL_ACCOUNT= agrumery GL_PROJECT= aGrUM -GL_COMMIT= 676cfe5833f09b013f2612ee299a9025793928d8 +GL_COMMIT= 9007924bc6b5f3784614f99ba2bf1fcd6487658e CMAKE_OFF= USE_SWIG +PLIST_SUB+= VERSION=${PORTVERSION} + OPTIONS_DEFINE= ODBC OPENMP PYTHON OPTIONS_DEFAULT= OPENMP PYTHON OPTIONS_SUB= yes |