aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2020-06-21 21:56:18 +0000
committerMikhail Teterin <mi@FreeBSD.org>2020-06-21 21:56:18 +0000
commit7d72aa474586f6c7918ca34d4eb0e55d08477e3f (patch)
treecac270b302e4e946346da61a3ac4715cf7e78921 /finance
parenta9bda48bb38164bf8903065581f5caf7d4cf222b (diff)
downloadports-7d72aa474586f6c7918ca34d4eb0e55d08477e3f.tar.gz
ports-7d72aa474586f6c7918ca34d4eb0e55d08477e3f.zip
Upgrade from 1.17 to 1.18. Remove the "unity build" option -- it
is causing problems and is dubious value anyway.
Notes
Notes: svn path=/head/; revision=539786
Diffstat (limited to 'finance')
-rw-r--r--finance/quantlib/Makefile6
-rw-r--r--finance/quantlib/distinfo6
-rw-r--r--finance/quantlib/pkg-help5
3 files changed, 5 insertions, 12 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile
index 447413529bd4..f259deff5518 100644
--- a/finance/quantlib/Makefile
+++ b/finance/quantlib/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= quantlib
-PORTVERSION= 1.17
-PORTREVISION= 1
+PORTVERSION= 1.18
CATEGORIES= finance math devel
MASTER_SITES= https://dl.bintray.com/${PORTNAME}/releases/
DISTNAME= QuantLib-${PORTVERSION}
@@ -24,7 +23,7 @@ MAKE_ENV+= AM_MAKEFLAGS=${_MAKE_JOBS}
TEST_TARGET= check-examples check
OPTIONS_SUB= please
-OPTIONS_DEFAULT=OPENMP EXAMPLES BENCHMARK UNITY_BUILD NEGATIVE_RATES
+OPTIONS_DEFAULT=OPENMP EXAMPLES BENCHMARK NEGATIVE_RATES
OPTIONS_DEFINE= TRACING INDEXED_COUPONS
OPTIONS_DEFINE+=EXTRA_SAFETY_CHECKS SESSIONS INTRADAY
@@ -38,7 +37,6 @@ INDEXED_COUPONS_DESC= Use indexed rather than par coupons
INTRADAY_DESC= Time precision of msecs, instead of days
NEGATIVE_RATES_DESC= Allow rates to be negative
TRACING_DESC= Trade performance for more detailed errors
-UNITY_BUILD_DESC= Combine sources into one before compiling
SESSIONS_DESC= See help
EXAMPLES_CONFIGURE_WITH=lispdir=${EXAMPLESDIR}
diff --git a/finance/quantlib/distinfo b/finance/quantlib/distinfo
index 1605404edfa9..890684d8cbd0 100644
--- a/finance/quantlib/distinfo
+++ b/finance/quantlib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579727720
-SHA256 (QuantLib-1.17.tar.gz) = 77443c3f9e9da3130ce0b2bce739928c14089f70d1e8abcf7dfad0adb40a84fb
-SIZE (QuantLib-1.17.tar.gz) = 8965395
+TIMESTAMP = 1592612567
+SHA256 (QuantLib-1.18.tar.gz) = d5048e14f2b7ea79f0adee08b2cbcee01b57b9cc282f60225ff4fcfc614c7ebc
+SIZE (QuantLib-1.18.tar.gz) = 9004785
diff --git a/finance/quantlib/pkg-help b/finance/quantlib/pkg-help
index 7b2f052167bd..a5eb85ecbd77 100644
--- a/finance/quantlib/pkg-help
+++ b/finance/quantlib/pkg-help
@@ -41,11 +41,6 @@
when "make" and "make install" are invoked. If
disabled (the default) it is built but not
installed.
- --enable-unity-build If enabled, the source files in each directory are
- collected into one single source file and compiled
- together. This can speed up the compilation of the
- library. If disabled (the default) each source file
- is compiled separately..
--enable-intraday If enabled, date objects will support an intraday
datetime resolution down to microseconds. Strickly
monotone daycounters (Actual360, Actual365Fixed and