summaryrefslogtreecommitdiff
path: root/finance/quantlib
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 /finance/quantlib
parentDocument OpenMP from base system cannot be used in some cases (diff)
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 'finance/quantlib')
-rw-r--r--finance/quantlib/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile
index dd06f470b46e..447413529bd4 100644
--- a/finance/quantlib/Makefile
+++ b/finance/quantlib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= quantlib
PORTVERSION= 1.17
+PORTREVISION= 1
CATEGORIES= finance math devel
MASTER_SITES= https://dl.bintray.com/${PORTNAME}/releases/
DISTNAME= QuantLib-${PORTVERSION}
@@ -49,16 +50,6 @@ CONFIGURE_ARGS+= --with-boost-lib=${LOCALBASE}/lib
$o_CONFIGURE_ENABLE= ${o:S/_/-/g:tl}
.endfor
-# OPENMP_USES= compiler:openmp - XXX broken, insists on gcc,
-# but boost is built with clang...
-OPENMP_LIB_DEPENDS= libomp.so:devel/openmp
-OPENMP_CFLAGS= -I${LOCALBASE}/include
-OPENMP_LDFLAGS= -L${LOCALBASE}/lib
-# devel/openmp installs its own -lomp, which is cleaner.
-# unfortunately, devel/llvm${COMPILER_VERSION} may install
-# one too:
-OPENMP_LDFLAGS+= -L${LOCALBASE}/llvm${COMPILER_VERSION}/lib
-
CXXFLAGS_i386= -DBOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
.include <bsd.port.mk>