Hi,

* Santiago Vila <sanv...@debian.org> [250504 18:08]:
El 1/5/25 a las 14:19, Chris Hofstaedtler escribió:
In my opinion, _both_ FoundationPy.so and libFoundationPy.so link to a
python-version specific library (libboost_python313.so.1.83.0). Therefore, they
shall NOT be installed into usr/lib/python3/dist-packages, but into
/usr/lib/python3.13/site-packages.

I would try rectifying this first, and then see if that solves the test failure.

Maybe you are right, but I can't figure out what would be the way to do that.

In the meantime, I've discovered that adding this line to debian/tests/build1:

export 
LD_LIBRARY_PATH=/usr/lib/python3/dist-packages/esys/lsm/util:/usr/lib/python3/dist-packages/esys/lsm

makes it to work again. Naturally, people should not have to do that
to use the package, but this led me to think about rpath.

I'm currently trying to see if adding --enable-rpath to ./configure improve 
things.

I was pondering rpath, but then I saw that the files are basically in the wrong folder.

But yeah, maybe --enable-rpath is the right answer, at least temporarily.

Chris

Reply via email to