Bugzilla – Bug 1136831
LTO: python-numpy build fails
Last modified: 2023-09-21 11:50:03 UTC
Fails later in python-networkx package: [ 424s] G = yaml.load(path) [ 427s] ====================================================================== [ 427s] ERROR: test_spectral_bipartivity.TestSpectralBipartivity.test_single_nodes [ 427s] ---------------------------------------------------------------------- [ 427s] Traceback (most recent call last): [ 427s] File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest [ 427s] self.test(*self.arg) [ 427s] File "/home/abuild/rpmbuild/BUILD/networkx-2.2/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py", line 82, in test_single_nodes [ 427s] sbn = sb(G, nodes=[1, 2]) [ 427s] File "/home/abuild/rpmbuild/BUILD/networkx-2.2/networkx/algorithms/bipartite/spectral.py", line 64, in spectral_bipartivity [ 427s] expA = scipy.linalg.expm(A) [ 427s] File "/usr/lib64/python2.7/site-packages/scipy/linalg/matfuncs.py", line 255, in expm [ 427s] import scipy.sparse.linalg [ 427s] File "/usr/lib64/python2.7/site-packages/scipy/sparse/linalg/__init__.py", line 118, in <module> [ 427s] from .matfuncs import * [ 427s] File "/usr/lib64/python2.7/site-packages/scipy/sparse/linalg/matfuncs.py", line 19, in <module> [ 427s] import scipy.special [ 427s] File "/usr/lib64/python2.7/site-packages/scipy/special/__init__.py", line 641, in <module> [ 427s] from ._ufuncs import * [ 427s] ImportError: /usr/lib64/python2.7/site-packages/scipy/special/_ufuncs.so: undefined symbol: npy_cexp