Commit Graph

16281 Commits

Author SHA1 Message Date
Matthew Bauer
3d18975478 python.pkgs.scipy: set SCIPY_USE_G77_ABI_WRAPPER=1
To avoid segmentation fault on MKL, we need to use the CBLAS ABI.
Normally, scipy will autodetect this, but here we don’t link using the
‘libmkl_rt.so’ name. So we need to manually set this.

See 50012918db/doc/source/building/linux.rst (fortran-abi-mismatch)
2020-04-22 12:38:28 -05:00
John Ericson
607522c78d numpy: Use blas and lapack dev outputs for include dirs 2020-04-20 21:40:48 -04:00
Matthew Bauer
ff2f2644f8 blas,lapack: use isILP64 instead of is64bit
This is a better name since we have multiple 64-bit things that could
be referred to.

LP64  : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05:00
Matthew Bauer
015f46beba numpy: set lapack,blas library names correctly 2020-04-20 13:53:29 -05:00
Jörg Thalheim
216237e349
Merge pull request #85579 from siriobalmelli-foss/fix/howdoi 2020-04-20 10:41:53 +01:00
Pierre Bourdon
f52443efae pythonPackages.pyopengl: avoid dragging in 500M of -dev packages
Only the actual shared libraries are required to be installed, and they
are imported directly by path via ctypes. The package's patchPhase
already takes care of embedding the Nix store paths of the required
libraries into pyopengl.

This reduces the transitive closure size of PyOpenGL: 622M -> 136M.
2020-04-20 08:54:36 +02:00
Maximilian Bosch
45948bd56b
python3Packages.pytesseract: 0.3.3 -> 0.3.4
https://pypi.org/project/pytesseract/0.3.4/
2020-04-19 22:43:03 +02:00
Sirio Balmelli
85501cae5e
howdoi: cachelib and appdirs dependencies _also_ needed for Linux.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 19:43:08 +00:00
Sirio Balmelli
0e48a68559
howdoi: fix Darwin build dependencies
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 21:39:37 +02:00
worldofpeace
2a8f5b02b7
Merge pull request #85571 from rnhmjoj/secretstorage
pythonPackages.secretstorage: drop old dependency
2020-04-19 13:19:56 -04:00
rnhmjoj
c9a77e4d6d
pythonPackages.secretstorage: drop old dependency
pygobject was an optional dependency at some point but it has been
removed and is no longer needed.
2020-04-19 19:18:18 +02:00
rnhmjoj
a3e64e81fc
pythonPackages.publicsuffix2: init at 2.2019-12-21 2020-04-19 11:19:27 +02:00
Vladimír Čunát
e233a9d4dd
Merge #84442: staging-next branch 2020-04-18 23:11:00 +02:00
Markus Wamser
5fbab6dabb
pythonPackages.pdfposter init at 0.7.post1 (#82926)
Signed-off-by: Markus S. Wamser <github-dev@mail2013.wamser.eu>
2020-04-18 13:15:29 -04:00
Pavol Rusnak
fadcfc3ea4
treewide: per RFC45, remove more unquoted URLs 2020-04-18 14:04:37 +02:00
Vladimír Čunát
d96487b9ca
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
Vladimír Čunát
312e9037f4
python2.pkgs.cryptography: fixup build of dependants
... most notably fix pyopenssl.  I can't say I really understand this,
but the commit seems safe enough.
2020-04-18 07:39:10 +02:00
Matthew Bauer
1c8aba8334 treewide: use blas and lapack
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.

treewide: cleanup from blas/lapack changes

A few issues in the original treewide:

- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
Matthieu Coudron
c881dd5e68 pythonPackages.pagelabels: init at 1.2.0
Used in termpdf I want to package.
2020-04-17 21:01:17 +02:00
Matthieu Coudron
c0a498b5d5 pythonPackages.pdfrw: init at 0.4.0 2020-04-17 21:01:17 +02:00
Jörg Thalheim
ee6f5a32bb
python38.pkgs.python-jsonrpc-server: disable for python38 2020-04-17 11:22:35 +01:00
Timo Kaufmann
42ca7c114e
Merge pull request #85176 from timokau/zimports-init
python.pkgs.zimports: init at 0.2.0
2020-04-17 09:43:12 +00:00
Drew Risinger
0b6602c9a2 python3Packages.cirq: fix test failures (ZHF)
Also build on aarch64 by disabling a few failing tests.
2020-04-16 18:44:02 -07:00
ajs124
9e34eccb0f pythonPackages.rtslib: 2.1.71 -> 2.1.72 2020-04-16 12:56:28 -07:00
ajs124
15e790cec8 pythonPackages.configshell: 1.1.27 -> 1.1.28 2020-04-16 12:54:21 -07:00
R. RyanTM
88be9a1b2f python27Packages.foxdot: 0.8.5 -> 0.8.7 2020-04-16 12:51:21 -07:00
R. RyanTM
f7500ace8d dkimpy: 1.0.2 -> 1.0.4 2020-04-16 10:31:36 -07:00
Jan Tojnar
3d8e436917
Merge branch 'master' into staging-next 2020-04-16 10:09:43 +02:00
Jonathan Ringer
0eec28560f python3Packages.ibis: 1.2.0 -> 1.3.0, fix tests 2020-04-15 21:19:26 -07:00
R. RyanTM
7cfd7367c1 python27Packages.autopep8: 1.5 -> 1.5.1 2020-04-15 17:22:02 +02:00
R. RyanTM
dee5dcbfb5 python37Packages.sphinxcontrib-katex: 0.5.1 -> 0.6.0 2020-04-14 00:13:14 -07:00
Rakesh Gupta
90c1406964 pythonPackages.py-multibase: init at 1.0.1 2020-04-14 00:12:52 -07:00
R. RyanTM
7c309eceeb python27Packages.swagger-ui-bundle: 0.0.5 -> 0.0.6 2020-04-13 21:33:32 -07:00
Timo Kaufmann
c26ee28613 python.pkgs.zimports: init at 0.2.0
The author gives a pretty good overview of why one would want to use
zimports over other import organizers:

https://github.com/sqlalchemyorg/zimports/tree/0.2.0#zzzeek-why-are-you-writing-one-of-these-there-are-a-dozen-pep8-import-fixers
2020-04-13 21:27:03 +02:00
R. RyanTM
ba9116774c python37Packages.PyChromecast: 4.2.0 -> 4.2.3 2020-04-13 10:41:39 -07:00
R. RyanTM
a710a997e5 python37Packages.pikepdf: 1.10.2 -> 1.11.0 2020-04-13 10:17:09 -07:00
R. RyanTM
51ed7a044c python27Packages.gphoto2: 2.2.1 -> 2.2.2 2020-04-13 10:14:24 -07:00
sternenseemann
0648fed704 pythonPackages.pypandoc: 2018-06-18 -> 1.5 2020-04-13 09:50:54 -07:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Rakesh Gupta
a9655812a3 pythonPackages.py-multihash: init at 0.2.3 2020-04-13 09:47:48 -07:00
makefu
382fcf9a09 python3Packages.hydra-check: init at 1.1.1 2020-04-13 09:47:18 -07:00
R. RyanTM
5c4f8b3582 python27Packages.python-nomad: 1.1.0 -> 1.2.1 2020-04-13 09:45:47 -07:00
R. RyanTM
49fb730fab python37Packages.gensim: 3.8.1 -> 3.8.2 2020-04-13 09:43:55 -07:00
R. RyanTM
6f64fb9b2d python27Packages.gspread: 3.3.0 -> 3.3.1 2020-04-13 09:43:27 -07:00
Mario Rodas
3b9ea3750a
Merge pull request #85134 from r-ryantm/auto-update/python2.7-diff_cover
python27Packages.diff_cover: 2.6.0 -> 2.6.1
2020-04-13 07:54:45 -05:00
Michele Guerini Rocco
64e9b709de
Merge pull request #84954 from unode/master
mnemosyne: Fix Qt related segfault and OpenGL warning
2020-04-13 12:56:14 +02:00
Renato Alves
af17bae209
pythonPackages.cherrypy: disable failing test 2020-04-13 12:32:01 +02:00
R. RyanTM
4dd53b2fc2 python27Packages.diff_cover: 2.6.0 -> 2.6.1 2020-04-13 09:27:33 +00:00
Jon Banafato
2da6401bc2 pythonPackages.ofxtools: unbreak
- Remove `sqlalchemy` from `buildInputs`. This dependency was removed in
  [0.7.0]. Per the project's readme, `ofxtools` only depends on the
  standard library.

- Disable for Python versions older than 3.7, the minimum Python version
  supported by `ofxtools` starting with the [0.8.17] release.

- Fix the `checkPhase` by fetching from GitHub instead of PyPI to get a
  distribution that includes tests, overriding the home directory to
  allow tests that depend on it being writeable, and switching to
  `nosetests` to match the upstream project's test setup.

[0.7.0]: 8a795787d9
[0.8.17]: ddeda980ed
2020-04-13 00:26:35 -07:00
R. RyanTM
15f8446bba python27Packages.azure-mgmt-monitor: 0.8.0 -> 0.9.0 2020-04-13 00:16:34 -07:00