From: Dirk E. <ed...@de...> - 2024-01-22 22:12:28
|
QuantLib 1.33 updated like a champ. No changes in RQuantLib either. With it built and available I turned to QuantLib-SWIG but it is giving me fits though. It used to build via (from https://salsa.debian.org/edd/quantlib-swig/-/blob/master/debian/rules which should be world-readable) # need to build the Makefile for R (and Ruby ?) ./configure --prefix=/usr \ --build $(arch) (cd Python && for python in $(PYTHONS); do \ CC="$(cxxcompiler)" \ CXX="$(cxxcompiler)" \ CFLAGS="$(compilerflags)" \ CXXFLAGS="$(compilerflags)" \ $$python setup.py build; \ done ) (I removed setup and package building details for brevity.) But now there is no `configure` and even if I make I get into trouble in the Python directory (these days the only binding I package for Debian). (I also constrained it to just python3.11 as as 3.12 is not quite done setting up inside Debian.) Any hints? Am I doing something wrong, or did something change in the release process? Dirk -- dirk.eddelbuettel.com | @eddelbuettel | ed...@de... |