Package Details: python-quantlib 1.36-2

Git Clone URL: https://aur.archlinux.org/python-quantlib.git (read-only, click to copy)
Package Base: python-quantlib
Description: QuantLib wrappers to Python
Upstream URL: http://quantlib.org
Licenses: BSD-3-Clause
Submitter: qft
Maintainer: qft (a.kudelin)
Last Packager: a.kudelin
Votes: 5
Popularity: 0.000000
First Submitted: 2016-05-27 14:15 (UTC)
Last Updated: 2024-11-06 20:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

qft commented on 2016-06-04 03:23 (UTC)

HI JohnRobson, If you read the source of quantlib_wrap.cpp, the relevant part is this: #if QL_HEX_VERSION < 0x010800f0 #error using an old version of QuantLib, please update #endif You will only see this error if your quantlib verions is less than 1.8. Can you check the file /usr/include/ql/version.hpp to see what's the value of QL_HEX_VERSION?

JohnRobson commented on 2016-06-04 03:06 (UTC)

cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ QuantLib/quantlib_wrap.cpp:3986:6: error: #error using an old version of QuantLib, please update #error using an old version of QuantLib, please update I'm using QuantLib 1.8.1 (https://aur.archlinux.org/packages/quantlib/)