Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2020 21:56:18 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539786 - head/finance/quantlib
Message-ID:  <202006212156.05LLuI0m065768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Sun Jun 21 21:56:18 2020
New Revision: 539786
URL: https://svnweb.freebsd.org/changeset/ports/539786

Log:
  Upgrade from 1.17 to 1.18. Remove the "unity build" option -- it
  is causing problems and is dubious value anyway.

Modified:
  head/finance/quantlib/Makefile
  head/finance/quantlib/distinfo
  head/finance/quantlib/pkg-help

Modified: head/finance/quantlib/Makefile
==============================================================================
--- head/finance/quantlib/Makefile	Sun Jun 21 21:54:43 2020	(r539785)
+++ head/finance/quantlib/Makefile	Sun Jun 21 21:56:18 2020	(r539786)
@@ -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 coup
 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}

Modified: head/finance/quantlib/distinfo
==============================================================================
--- head/finance/quantlib/distinfo	Sun Jun 21 21:54:43 2020	(r539785)
+++ head/finance/quantlib/distinfo	Sun Jun 21 21:56:18 2020	(r539786)
@@ -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

Modified: head/finance/quantlib/pkg-help
==============================================================================
--- head/finance/quantlib/pkg-help	Sun Jun 21 21:54:43 2020	(r539785)
+++ head/finance/quantlib/pkg-help	Sun Jun 21 21:56:18 2020	(r539786)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006212156.05LLuI0m065768>