-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #146 from regro-cf-autotick-bot/3.12.1_hf4db5d
h5py v3.12.1
- Loading branch information
Showing
7 changed files
with
29 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/setup_build.py b/setup_build.py | ||
index a041fa69..960bdccb 100644 | ||
--- a/setup_build.py | ||
+++ b/setup_build.py | ||
@@ -129,7 +129,7 @@ class h5py_build_ext(build_ext): | ||
from Cython.Build import cythonize | ||
import numpy | ||
|
||
- complex256_support = hasattr(numpy, 'complex256') | ||
+ complex256_support = False | ||
|
||
# This allows ccache to recognise the files when pip builds in a temp | ||
# directory. It speeds up repeatedly running tests through tox with | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
mpi: | ||
- nompi | ||
- mpich # [not win] | ||
- openmpi # [not win] | ||
- openmpi # [not win] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters