aboutsummaryrefslogtreecommitdiffstats
path: root/math/mkl-dnn/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-03-09 05:56:36 +0800
committerJan Beich <jbeich@FreeBSD.org>2020-03-09 05:56:36 +0800
commite1d56a9db2541dd41f1907a5a19a686a326831cc (patch)
tree6a5120e4890360e5d98bb4a63ff86cfc80e8392f /math/mkl-dnn/Makefile
parent0c69caeef6092fbf32d6330958bbb88f74c02443 (diff)
downloadfreebsd-ports-gnome-e1d56a9db2541dd41f1907a5a19a686a326831cc.tar.gz
freebsd-ports-gnome-e1d56a9db2541dd41f1907a5a19a686a326831cc.tar.zst
freebsd-ports-gnome-e1d56a9db2541dd41f1907a5a19a686a326831cc.zip
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020
Diffstat (limited to 'math/mkl-dnn/Makefile')
-rw-r--r--math/mkl-dnn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mkl-dnn/Makefile b/math/mkl-dnn/Makefile
index b0ed69236ded..9c5a36cd4f34 100644
--- a/math/mkl-dnn/Makefile
+++ b/math/mkl-dnn/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mkl-dnn
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= math # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -25,7 +26,6 @@ OPTIONS_DEFINE= OPENMP
OPTIONS_DEFAULT= OPENMP
OPENMP_CMAKE_BOOL= USE_OPENMP
-OPENMP_LIB_DEPENDS= libomp.so:devel/openmp
OPENMP_BROKEN_OFF= still requires omp.h, see https://github.com/intel/mkl-dnn/issues/581
CXXFLAGS_amd64= -msse4.1