You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for advice for running build_tarballs.jl on a local system (in prep to be uploaded to Yggdrasil), however I'm encountering warnings during the audit such as:
Linked library libcasa_casa.so (resolved path /usr/local/lib/libcasa_casa.so) is not within the given prefix
It comes down to setting the rpath I assume, however my rpaths are [/usr/local/lib, /workspace/....], according to the audit. I don't understand how /usr/local/lib is sneaking in there.
The specific package for which this is problematic is casacore - it will not build if I also have a local version of Casacore installed on my system. I assume this is not actually a BinaryBuilder problem per se, but something wrong with the CMake configuration, specifically with regards to setting the rpath.
Any advice would be appreciated here.
The text was updated successfully, but these errors were encountered:
Apologies for the support request.
I'm looking for advice for running
build_tarballs.jl
on a local system (in prep to be uploaded to Yggdrasil), however I'm encountering warnings during the audit such as:It comes down to setting the rpath I assume, however my rpaths are
[/usr/local/lib, /workspace/....]
, according to the audit. I don't understand how/usr/local/lib
is sneaking in there.The specific package for which this is problematic is
casacore
- it will not build if I also have a local version of Casacore installed on my system. I assume this is not actually aBinaryBuilder
problem per se, but something wrong with the CMake configuration, specifically with regards to setting the rpath.Any advice would be appreciated here.
The text was updated successfully, but these errors were encountered: