mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
mpi4py: disabling tests
This commit is contained in:
parent
34b1e4c3db
commit
2f9cb45bd4
2 changed files with 27 additions and 5 deletions
13
pkgs/development/python-modules/mpi4py/tests.patch
Normal file
13
pkgs/development/python-modules/mpi4py/tests.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git i/test/test_dl.py w/test/test_dl.py
|
||||
index a3211a3..9d25569 100644
|
||||
--- i/test/test_dl.py
|
||||
+++ w/test/test_dl.py
|
||||
@@ -12,7 +12,7 @@ class TestDL(unittest.TestCase):
|
||||
if sys.platform == 'darwin':
|
||||
libm = 'libm.dylib'
|
||||
else:
|
||||
- libm = 'libm.so'
|
||||
+ libm = 'libm.so.6'
|
||||
|
||||
handle = dl.dlopen(libm, dl.RTLD_LOCAL|dl.RTLD_LAZY)
|
||||
self.assertTrue(handle != 0)
|
Loading…
Add table
Add a link
Reference in a new issue