diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-04 05:47:55 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-04 05:47:55 +0000 |
commit | b03f9efdc6035decfb1a70b22ce786eb3871f240 (patch) | |
tree | 8703de0b87576beb50ab627fc3241101273a4f33 /science/agrum/Makefile | |
parent | 277b2f6ae2ac7cd78e90ffae2f7ba094bb5b99ea (diff) | |
download | ports-b03f9efdc6035decfb1a70b22ce786eb3871f240.tar.gz ports-b03f9efdc6035decfb1a70b22ce786eb3871f240.zip |
Notes
Diffstat (limited to 'science/agrum/Makefile')
-rw-r--r-- | science/agrum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/agrum/Makefile b/science/agrum/Makefile index 02d032c3040f..92d577bed73c 100644 --- a/science/agrum/Makefile +++ b/science/agrum/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= agrum -DISTVERSION= 0.14.1 -PORTREVISION= 1 +DISTVERSION= 0.14.3 CATEGORIES= science math MAINTAINER= yuri@FreeBSD.org @@ -30,6 +29,7 @@ ODBC_USES= localbase:ldflags ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC OPENMP_CMAKE_BOOL= USE_OPENMP +OPENMP_LIB_DEPENDS= libomp.so:devel/openmp PYTHON_CMAKE_BOOL= BUILD_PYTHON PYTHON_USES= python |