We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 3.4 binary wheels contain two copies of libgfortran for soversions 3 and 5, required by blas and scimath_f respectively:
libgfortran
blas
scimath_f
$ objdump -x $VENV/lib/python3.8/site-packages/python_casacore.libs/libcasa_scimath_f-7da31c9f.so.6 | grep 'NEEDED.*gfortran' NEEDED libgfortran-040039e1.so.5.0.0 $ objdump -x $VENV/lib/python3.8/site-packages/python_casacore.libs/libblas-357956a1.so.3.4.2 | grep 'NEEDED.*gfortran' NEEDED libgfortran-91cc3cb1.so.3.0.0
I'm not sure if this one is on purpose or accident, or whether it will have impacts during runtime (probably not?), but I thought I'd report it here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The 3.4 binary wheels contain two copies of
libgfortran
for soversions 3 and 5, required byblas
andscimath_f
respectively:I'm not sure if this one is on purpose or accident, or whether it will have impacts during runtime (probably not?), but I thought I'd report it here.
The text was updated successfully, but these errors were encountered: