Hi Nils,
Thanks, this is helpful.
Is there a straight-forward way in which I can trigger the relocation, I’m trying to test what goes wrong, so:
1/ I built sage from source, all works as expected
2a/ I move the installation, Sage barks at me.
2b/ However, just starting python from the relocated binary and issuing
>>> from fpylll import *
>>> BKZ.DEFAULT_STRATEGY
'/bulk/home/malb/software/sage-long-path-for-binary-building/local/share/fplll/strategies/default.json'
>>> print load_strategies_json("/home/malb/projects/lattices/fplll/strategies/default.json")[60]
Strategy< 60, (40), 0.29-0.50>
seems to work.
3/ How do I get the relocation script to run to see if that indeed breaks the above code?
Sorry, if that should be obvious.
Cheers,
Martin