diff options
author | yuri <yuri@FreeBSD.org> | 2019-04-04 13:47:55 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-04-04 13:47:55 +0800 |
commit | e68f51e4b4cdf4c6c10847d76dc5d5380f50bf0b (patch) | |
tree | 8703de0b87576beb50ab627fc3241101273a4f33 /science | |
parent | e149c9bef271bd2f1a4c58edb26b496520c88499 (diff) | |
download | freebsd-ports-gnome-e68f51e4b4cdf4c6c10847d76dc5d5380f50bf0b.tar.gz freebsd-ports-gnome-e68f51e4b4cdf4c6c10847d76dc5d5380f50bf0b.tar.zst freebsd-ports-gnome-e68f51e4b4cdf4c6c10847d76dc5d5380f50bf0b.zip |
science/agrum: 0.14.1 -> 0.14.3
Diffstat (limited to 'science')
-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 |