From 7d72aa474586f6c7918ca34d4eb0e55d08477e3f Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Sun, 21 Jun 2020 21:56:18 +0000 Subject: Upgrade from 1.17 to 1.18. Remove the "unity build" option -- it is causing problems and is dubious value anyway. --- finance/quantlib/Makefile | 6 ++---- finance/quantlib/distinfo | 6 +++--- finance/quantlib/pkg-help | 5 ----- 3 files changed, 5 insertions(+), 12 deletions(-) (limited to 'finance') 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 -- cgit v1.2.3