pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/QuantLib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 31 10:09:02 UTC 2023

Modified Files:
        pkgsrc/finance/QuantLib: Makefile

Log Message:
QuantLib: Fix build with latest boost.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/finance/QuantLib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/QuantLib/Makefile
diff -u pkgsrc/finance/QuantLib/Makefile:1.14 pkgsrc/finance/QuantLib/Makefile:1.15
--- pkgsrc/finance/QuantLib/Makefile:1.14       Tue Jul 18 18:04:48 2023
+++ pkgsrc/finance/QuantLib/Makefile    Thu Aug 31 10:09:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2023/07/18 18:04:48 nia Exp $
+# $NetBSD: Makefile,v 1.15 2023/08/31 10:09:02 wiz Exp $
 
 DISTNAME=      QuantLib-1.12.1
 PKGREVISION=   12
@@ -16,6 +16,8 @@ USE_LANGUAGES=        c c++
 
 USE_CXX_FEATURES+=     c++11
 
+CXXFLAGS+=     -DBOOST_TIMER_ENABLE_DEPRECATED
+
 TOOLS_DEPENDS.cmake=   cmake>=3.0:../../devel/cmake
 
 SUBST_CLASSES+=                sover



Home | Main Index | Thread Index | Old Index