|
From: Laurent N <lau...@gm...> - 2022-04-12 07:30:30
|
Hi, I wonder if you can share how you build the python library for linux. When i install the python addin via pip install, the .so file from the distribution is ~30Mo. However when I build it from scratch on centos 7, i am getting a file _QuantLib.cpython[xxx].so which is 130Mo+. I am trrying to reproduce what you did before i make some changes for my own use. I tried modifying the options passed to gcc, to no avail. I am using QuantLib 1.24 and QuantLib-SWIG 1.24 and python 3.7. Appreciate any help or pointers. Thanks Laurent |