|
From: Dirk E. <ed...@de...> - 2024-10-15 15:37:20
|
Sweet. Switched to
(cd Python && \
swig -python -c++ -outdir src/QuantLib \
-o src/QuantLib/quantlib_wrap.cpp \
../SWIG/quantlib.i; \
for python in $(PYTHONS); do \
CC="$(cxxcompiler)" \
CXX="$(cxxcompiler)" \
CFLAGS="$(compilerflags)" \
CXXFLAGS="$(compilerflags)" \
$$python setup.py build; \
done )
and it is running. I already python3-setuptools, I added python3-build for
good measure. No wheels for builds within / for the Debian distribution, of
course.
Thanks as always for the prompt and on-point reply!
Dirk
--
dirk.eddelbuettel.com | @eddelbuettel | ed...@de...
|