aboutsummaryrefslogtreecommitdiff
path: root/reproduce/config
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2019-04-05 10:50:06 +0100
committerRaul Infante-Sainz <infantesainz@gmail.com>2019-04-05 10:50:06 +0100
commit43ffe3bd4a89ee9377fea170a9d9d26cb38cc3dd (patch)
tree834903dc011b2699526a1ebb9ae628db399b0101 /reproduce/config
parent2d75d867e638ef95d7d05c5a05cf1a372be50c82 (diff)
Python cython and pkgconfig packages added for h5py
After trying to set the pipeline from scratch with no internet conection (but all tarballs already downladed), `h5py' Python package complained about not having access to download `pkgconfig'. After solving this dependency, it also complained about not having `cython'. With this commit, we add `pkgconfig' (Python) and `cython' to the pipeline in order to be able to install `h5py' properly.
Diffstat (limited to 'reproduce/config')
-rw-r--r--reproduce/config/pipeline/dependency-versions.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk
index 2e74a45..b4cb819 100644
--- a/reproduce/config/pipeline/dependency-versions.mk
+++ b/reproduce/config/pipeline/dependency-versions.mk
@@ -98,6 +98,7 @@ cffi-version = 1.12.2
chardet-version = 3.0.4
cryptography-version = 2.6.1
cycler-version = 0.10.0
+cython-version = 0.29.6
entrypoints-version = 0.3
h5py-version = 2.9.0
html5lib-version = 1.0.1
@@ -111,6 +112,7 @@ numpy-version = 1.16.2
pip-version = 19.0.2
pycparser-version = 2.19
pyparsing-version = 2.3.1
+pypkgconfig-version = 1.5.1
python-dateutil-version = 2.8.0
requests-version = 2.21.0
scipy-version = 1.2.1