Christopher Ostrouchov
66e1288962
pythonPackages.kubernetes: add missing dependency ( #46179 )
...
fix build issue from missing dependency `adal`. This is due to `adal`
being added as a dependency in July
23rd. https://github.com/kubernetes-client/python/commit/9afec55f4a765b62e9e5b67dffa9d8f68a520987#diff-b4ef698db8ca845e5845c4618278f29a
2018-09-07 11:25:53 +02:00
Christopher Ostrouchov
427e4910ec
pythonPackages.ordered-set: add missing dependency ( #46183 )
...
missing dependency for doing tests (pytestrunner) added three months
ago June https://github.com/LuminosoInsight/ordered-set/commit/c0b9308988a0c5953d98aecef63bb61f3a758609 .
2018-09-07 09:26:07 +02:00
Christopher Ostrouchov
6586765a8f
pythonPackages.phonopy: refactor ( #46161 )
...
Fixing phonopy not building. Tests were moved on Jul 30.
2018-09-07 08:41:24 +02:00
Christopher Ostrouchov
b5b48c0a91
pythonPackages.locustio: 0.8.1 -> 0.9.0 ( #46191 )
...
Fixing build issue. Additionally fetching from github becuase pypi
packge does not come with README which is a buildtime dependency.
2018-09-07 08:38:41 +02:00
Christopher Ostrouchov
b1d6d159aa
pythonPackages.pyslurm: 20180604 -> 20180811 ( #46187 )
...
Update version to support latest version of slurm. Fixes since
previously did not build.
2018-09-07 08:28:12 +02:00
Christopher Ostrouchov
7bcc2870c7
pythonPackages.jupyterlab_launcher: refactor ( #46178 )
...
jupyterlab_launcher does not support python version < 3.5. Disabled
for older versions
2018-09-06 20:40:43 +02:00
Chris Ostrouchov
1d6fd65957
pythonPackages.geopandas: 0.3.0 -> 0.4.0
...
Additionally fix issue with tests failing for 18.09 release.
Tests required url fetch. Disabled with "not web".
2018-09-06 18:50:11 +02:00
Chris Ostrouchov
63cf879d6c
pythonPackages.pymatgen: 2018.8.10 -> 2018.9.1
...
Also 2018.8.10 does not build in previous state because auto updating
from pypi did not account for a new requirement `networkx`. This has
been added.
2018-09-06 00:04:28 -04:00
Chris Ostrouchov
dd12060b94
libxnd: init at 0.2.0dev3
...
General container that maps a wide range of Python values directly to memory."
2018-08-27 12:30:18 -04:00
Chris Ostrouchov
e2f92066a2
libndtypes: init at 0.2.0dev3
...
Dynamic types for data description and in-memory computations
2018-08-11 16:01:00 -04:00
Chris Ostrouchov
058e22e0a3
pythonPackages.dftfit: init at 0.4.11
...
- tests require lfs download so not run
- python 3+
- fetchpypi since fetchurl is large download
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
dc552ab32e
pythonPackages.lammps-cython: init at 0.5.7
...
- python 3+
- all tests pass
- fetchurl since project based in gitlab and to run tests
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
fb40e62657
pythonPackages.pymatgen-lammps: init at 0.4.5
...
- all tests pass
- python 3+
- fetchurl since package is on gitlab
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
ff27546351
pythonPackages.pygmo: init at 2.8
...
- python 2.7, 3+
- skipping tests becuase none are easy to run (require some parallel workers)
- fetchFromgitHub so that running tests in future is possible
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
def307e476
pagmo2: init at 2.8
...
- c++ headers for library
- parallel optimization framework
- all tests but 1/55 pass so skipping tests
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
4716facdd1
pythonPackage.ase: init at 3.16.2
...
- tests just hang so skipping tests
- python 2.7, 3+
- repository is in gitlab so had to fetchurl
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
0513a0054d
pythonPackages.pathlib: init at 1.0.1
...
- python 2.7, 3+
- all tests pass
- package is depricated but is required by a package
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
da136c4618
pythonPackages.docutils: refactored
...
- moved docutils to `python-modules`
2018-08-10 16:39:53 -04:00
Chris Ostrouchov
eb6e376753
pythonPackages.pytest-benchmark: init at 3.1.1
...
- fetchFromGitHub to get all tests
- all tests pass
- python 2.7, 3+
2018-08-10 16:38:38 -04:00
Chris Ostrouchov
6e9d37713a
pythonPackages.statistics: init at 1.0.3.5
...
- package does not come with tests
2018-08-10 16:37:45 -04:00
Chris Ostrouchov
90c353d44e
pythonPackages.py-cpuinfo: init at 4.0.0
...
- fetchFromGitHub to run all tests
- all tests pass
2018-08-10 16:36:50 -04:00
Chris Ostrouchov
9745611ed6
lammps: 16Feb16 -> patch_2Aug2018
...
Major changes and update to lammps build
- using fetchFromGitHub to get source instead of lammps mirror
- configurable lammps packages included and includes for compilation
- cleaner build script
- preserving the executable, shared library names, and include headers
2018-08-10 16:35:54 -04:00
Christopher Ostrouchov
1d46027c3d
pythonPackages.pysrim: init at 0.5.8 ( #44756 )
...
- compatible with 2.7, 3+
- tests are not run due to requiring git lfs download of repository
2018-08-09 00:31:51 +02:00
Christopher Ostrouchov
74f0282d65
pythonPackages.singledispatch: move expression ( #44654 )
2018-08-08 22:35:46 +02:00
Christopher Ostrouchov
8de02232c5
pythonPackages.sortedcontainers: 1.5.7 -> 2.0.4 ( #44653 )
...
Moving sortedcontianers from top-level -> python-modules and updating
to newest sortedcontianers release.
2018-08-08 22:12:12 +02:00
Christopher Ostrouchov
c2e7a20f34
pythonPackages.docrep: init at 0.2.3 ( #44665 )
2018-08-08 10:53:28 +02:00
Christopher Ostrouchov
6ec399ef23
pythonPackages.jupyterlab: 0.32.1 -> 0.33.7 ( #44638 )
...
previous jupyterlab 0.32.1 did not build due to requiring
jupyterlab_launcher version between (0.10.0 <-> 0.11.0) now
requires (0.11.2 <-> 0.12.0).
2018-08-08 10:16:13 +02:00
Christopher Ostrouchov
1e8a03e241
Add costrouc to maintainer list ( #44655 )
...
Added `costrouc` to maintainer list. email, github, and name
2018-08-08 08:07:45 +02:00
Chris Ostrouchov
d076a13c1d
openmpi: patch for legitimate zero size messages
...
This patch is required in order to make python-mpi4py tests pass.
It is also a bug in the openmpi implementation to see full discussion
see https://www.open-mpi.org/community/lists/users/2015/11/28030.php
2016-04-04 11:09:00 -04:00
Chris Ostrouchov
a32d5d3755
lammps: init at 2016-02-16
2016-04-01 18:37:52 -04:00