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
The EPEL8 packages for RHEL8 etc. have this configuration, for which configure fails to find the right libraries (which I noticed because I'd deleted the lapack directory in the packaging for float):
$ R CMD config BLAS_LIBS
-lopenblas
$ R CMD config LAPACK_LIBS
$
I fixed it with a patch against the 0.2-4 source which is at
The EPEL8 packages for RHEL8 etc. have this configuration, for which configure fails to find the right libraries (which I noticed because I'd deleted the lapack directory in the packaging for float):
$ R CMD config BLAS_LIBS
-lopenblas
$ R CMD config LAPACK_LIBS
$
I fixed it with a patch against the 0.2-4 source which is at
https://copr-dist-git.fedorainfracloud.org/cgit/loveshack/livhpc/R-float.git/plain/R-float-conf.patch?h=epel8
The text was updated successfully, but these errors were encountered: