Hello!
Linux Mint: 18.3 (Sylvia)
Python: 3.6.3
NumPy: 1.13.3
Cython 0.27.3
I am trying to build numpy and scipy wheels from source using the intel mkl compilers. Numpy compiles just fine, however when I run the test suite, the suite hangs on test_path_type_input within test_einsum.TestEinSumPath (or maybe the test after it? not sure because the last test name visible is this one; see screen cap)
Running the test suite for scipy results in the suite hanging on test_lapack within test_build.TestF77Mismatch
In both cases (numpy and scipy) the tests run and pass fine when run individually, so I'm not sure what else might be the cause.
Any help is greatly appreciated. See screen shot for images of the test suites when they're stuck is included.


Hello!
Linux Mint: 18.3 (Sylvia)
Python: 3.6.3
NumPy: 1.13.3
Cython 0.27.3
I am trying to build numpy and scipy wheels from source using the intel mkl compilers. Numpy compiles just fine, however when I run the test suite, the suite hangs on
test_path_type_inputwithintest_einsum.TestEinSumPath(or maybe the test after it? not sure because the last test name visible is this one; see screen cap)Running the test suite for scipy results in the suite hanging on
test_lapackwithintest_build.TestF77MismatchIn both cases (numpy and scipy) the tests run and pass fine when run individually, so I'm not sure what else might be the cause.
Any help is greatly appreciated. See screen shot for images of the test suites when they're stuck is included.

