about summary refs log tree commit diff
path: root/pkgs/development/python-modules/mpi4py/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-05-27pythonPackages.mpi4py: add patch for openmpi-4.0.1Markus Kowalewski1-0/+6
2019-04-08pythonPackages.mpi4py: 3.0.0 -> 3.0.1Markus Kowalewski1-16/+2
2019-02-22Merge branch 'master' into staging-nextVladimír Čunát1-4/+11
Hydra nixpkgs: ?compare=1506218
2019-02-21pythonPackages.mpi4py: add patch for openmpi-4.0.0 compatibilityMarkus Kowalewski1-4/+11
2019-02-17Python: fix outfall after setting `strictDeps = true;`Frederik Rietdijk1-1/+1
2018-09-26mpi4py: Add patch to skip broken tests.Markus Kowalewski1-3/+8
Fixes compilation with openmpi-3.1.2
2018-09-26openmpi: 3.1.0 -> 3.1.2Markus Kowalewski1-0/+2
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk1-1/+0
The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2018-02-10mpi4py: disable test_spawn.pyMarkus Kowalewski1-0/+6
test_spawn.py fails when build with openmpi-3.0.0 in a sandboxed environment.
2018-01-26mpi4py/h5py: fix test to run reliably with openmpi-3Markus Kowalewski1-2/+6
2017-11-15pythonPackages.mpi4py: 2.0.0 -> 3.0.0André-Patrick Bubel1-27/+3
Tests run with sandboxing enabled again and we can remove some of the fixes as they aren't necessary anymore. PyPy and Python 3 are also supported.
2017-09-18mpi4py: disabling testsSamuel Leathers1-5/+14
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-05-27Python: many package updatesFrederik Rietdijk1-2/+2
Did not test all packages. Likely we'll have some breakage.
2017-05-27Python: add pname attributes to librariesFrederik Rietdijk1-1/+3
so that we can use the update script.
2014-09-07mpi4py: Disable for Python3 and PyPyAndreas Herrmann1-1/+3
Builds for Python3 and PyPy are failing at the moment [1-3]. Therefore, they are disabled. [1]: https://github.com/NixOS/nixpkgs/pull/3938#issuecomment-54750065 [2]: http://hydra.nixos.org/build/13993137/nixlog/1/raw [3]: http://hydra.nixos.org/build/13873028/log/raw
2014-09-04mpi4py: Change descriptionAndreas Herrmann1-1/+1
2014-09-03mpi4py: Adhere to package description conventionAndreas Herrmann1-3/+2
2014-09-02mpi4py: New package, version 1.3.1Andreas Herrmann1-0/+55
2014-08-31Revert "mpi4py: New package, version 1.3.1"Domen Kožar1-45/+0
This reverts commit 63c062947eb765e4a02bc892e1891da7057fdfec. Doesn't build.
2014-07-18mpi4py: New package, version 1.3.1Andreas Herrmann1-0/+45
Python wrapper for the message passing interface standard. Currently building without mpe, or vampir-trace support.