Search Criteria
Package Details: python-quantlib 1.36-2
Package Actions
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) |
Dependencies (10)
- openmp
- python (python37AUR, python311AUR, python310AUR)
- quantlibAUR (quantlib-gitAUR)
- boost (boost-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-pytest (check)
- python-tox (check)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
j_klee commented on 2020-12-29 18:56 (UTC) (edited on 2020-12-29 19:34 (UTC) by j_klee)
Hi, the package is not building correctly for me. I first install quantlib and remove '-enable-std-classes' and '-enable-std-functions'. Afterwards I install python-quantlib. However, I still get an error without any meaningful error-messag, which you can see below.
qft commented on 2019-03-08 21:22 (UTC)
@JohnRobson, https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=quantlib line 24.
JohnRobson commented on 2019-03-08 21:05 (UTC) (edited on 2019-03-08 21:08 (UTC) by JohnRobson)
@qft there is no "--enable-std-classes" on the PKGBUILD. I think this should be in the line: "./configure --prefix=/usr", but what command is a NO "--enable-std-classes"? I can't find. I believe that others will have the same problem. https://github.com/lballabio/QuantLib/blob/master/configure.ac
qft commented on 2019-03-08 20:07 (UTC)
@JohnRobson, please see my previous comment. Apparently QuantLib-SWIG still uses boost::shared_ptr and is not fully compatible with std::shared_ptr. Thus you will need to rebuild quantlib with modified PKGBUILD.
JohnRobson commented on 2019-03-08 19:30 (UTC)
@qft, thank you, I tried a clean bash, but still with several errors: https://dpaste.de/Akg4#L9
qft commented on 2019-03-08 17:43 (UTC)
QuantLib has to be compiled without the '-enable-std-classes' and '-enable-std-classes' flags in order to work with this python binding.
JohnRobson commented on 2019-03-08 04:19 (UTC)
jrvarma commented on 2018-07-05 16:00 (UTC)
I made the following changes to install version 1.13 pkgver=1.13 depends=("quantlib>=1.13" "python") source=("$_pkgname-$pkgver.tar.gz::https://bintray.com/quantlib/releases/download_file?file_path=$_pkgname-$pkgver.tar.gz") sha256sums=('0ab99d6a43b2a204d6366fb600aa3cd049ee29e1d0406fefaedcc0f4fd9c65c2')
qft commented on 2016-09-24 01:44 (UTC)
JohnRobson commented on 2016-06-04 04:22 (UTC)
« First ‹ Previous 1 2 3 Next › Last »