From 214c2172a3e70ca475265df5c30660dffa0d9670 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 1 Oct 2020 19:56:33 +0300 Subject: [PATCH] gcc rebuild blas has /usr/lib/libblas.so.3.9.0 and it needs libquadmath.so.0 from libquadmath lapack has /usr/lib/liblapack.so.3.9.0 and it needs libquadmath.so.0 from libquadmath cblas has /usr/lib/libcblas.so.3.9.0 and it needs libquadmath.so.0 from libquadmath fftw3 has /usr/bin/fftwq-wisdom and it needs libquadmath.so.0 from libquadmath fftw3 has /usr/lib/libfftw3q.so.3.5.8 and it needs libquadmath.so.0 from libquadmath fftw3 has /usr/lib/libfftw3q_threads.so.3.5.8 and it needs libquadmath.so.0 from libquadmath python3-numpy has /usr/lib/python3.8/site-packages/numpy/linalg/_umath_linalg.cpython-38-x86_64-linux-gnu.so and it needs libquadmath.so.0 from libquadmath python3-numpy has /usr/lib/python3.8/site-packages/numpy/linalg/lapack_lite.cpython-38-x86_64-linux-gnu.so and it needs libquadmath.so.0 from libquadmath python-numpy has /usr/lib/python2.7/site-packages/numpy/core/_multiarray_umath.so and it needs libquadmath.so.0 from libquadmath python-numpy has /usr/lib/python2.7/site-packages/numpy/linalg/_umath_linalg.so and it needs libquadmath.so.0 from libquadmath python-numpy has /usr/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so and it needs libquadmath.so.0 from libquadmath libgfortran has /usr/lib/libgfortran.so.5.0.0 and it needs libquadmath.so.0 from libquadmath done. (/home/akn/.revdep-rebuild_3f850944.4_lnames, /home/akn/.revdep-rebuild_3f850944.4_rdnames) --- system/devel/gcc/pspec.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/devel/gcc/pspec.xml b/system/devel/gcc/pspec.xml index a3e52434..7d5e53cd 100755 --- a/system/devel/gcc/pspec.xml +++ b/system/devel/gcc/pspec.xml @@ -89,6 +89,9 @@ libgfortran library Contains GCC shared support library for gfortran + + libquadmath + /usr/lib/libgfortran.so* /usr/lib32/libgfortran.so* @@ -141,7 +144,7 @@ - 2020-03-18 + 2020-10-01 9.2.1 Rebuild. Mustafa Cinasal