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
In this error the compiler cannot find a library it is dependent on <code>mpfr</code>. To fix this we will need to add the relevant library to the compiler definition in<code>~/.spack/linux/compiler.yaml</code>. In this case we are using <code>gcc/10.2.0-fasrc0</code> which when loaded also loads:
439
+
In this error the compiler cannot find a library it is dependent on <code>mpfr</code>. To fix this we will need to add the relevant library to the compiler definition in<code>~/.spack/linux/compilers.yaml</code>. In this case we are using <code>gcc/10.2.0-fasrc01</code> which when loaded also loads:
And then pull out the <code>LIBRARY_PATH</code>. Once we have the paths for all three of these dependencies we can add them to the <code>~/.spack/linux/compiler.yaml</code> as follows
472
+
And then pull out the <code>LIBRARY_PATH</code>. Once we have the paths for all three of these dependencies we can add them to the <code>~/.spack/linux/compilers.yaml</code> as follows
0 commit comments