-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Missing libquadmath.so #32
Comments
@chenghlee Try installing the libgcc-ng conda package. You will find libquadmath.so there. |
If you're using conda-build, the dependencies should be getting added automatically for you with run_exports. If you're using the compilers on your own without conda-build, then you're on your own. We'd be interested in fixing things if you are using conda-build but not getting the appropriate deps. |
Installing |
fixed in #14 new compiler packages are coming soon |
readelf -d $CONDA_PREFIX/lib/libgfortran.so.4.0.0
(from thelibgfortran-ng-7.2.0-h9f7466a_2
package) shows one of its needed shared libraries islibquadmath.so.0
. However, none of the packages I can find in the "defaults" channel provides this dynamic library.When building a simple "hello world" FORTRAN application, I get the following error:
The contents of
hello-world.f90
:The text was updated successfully, but these errors were encountered: