aboutsummaryrefslogtreecommitdiff
path: root/misc/opennn
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-03-08 21:56:36 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-03-08 21:56:36 +0000
commite1d56a9db2541dd41f1907a5a19a686a326831cc (patch)
tree6a5120e4890360e5d98bb4a63ff86cfc80e8392f /misc/opennn
parent0c69caeef6092fbf32d6330958bbb88f74c02443 (diff)
downloadports-e1d56a9db2541dd41f1907a5a19a686a326831cc.tar.gz
ports-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
Notes
Notes: svn path=/head/; revision=528082
Diffstat (limited to 'misc/opennn')
-rw-r--r--misc/opennn/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/opennn/Makefile b/misc/opennn/Makefile
index 934ec27ed42a..f5754154cf89 100644
--- a/misc/opennn/Makefile
+++ b/misc/opennn/Makefile
@@ -3,6 +3,7 @@
PORTNAME= opennn
DISTVERSION= 0.1-86
DISTVERSIONSUFFIX= -g449b346
+PORTREVISION= 1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -27,8 +28,6 @@ MPI_CMAKE_BOOL= __OPENNN_MPI__
MPI_BROKEN= https://github.com/Artelnics/OpenNN/issues/86
OPENMP_CMAKE_BOOL= __OPENNN_OMP__
-OPENMP_LIB_DEPENDS= libomp.so:devel/openmp
-OPENMP_USES= localbase:ldflags
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} && ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}