diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-05 17:28:16 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-05 17:28:16 +0100 |
commit | 6432d6ef0b33e9ec7b9ec443e8275c0bd4f63245 (patch) | |
tree | 4eed9ac813b72e7c2c2a16ba88f12b66855838b9 /reproduce/config/pipeline | |
parent | 39372eedc72c4f608fc6bd9df10e67dfb8462bf1 (diff) | |
parent | 43ffe3bd4a89ee9377fea170a9d9d26cb38cc3dd (diff) |
Imported work on adding Cython and Python's pkgconfig module
This work is now merged, I just added the new argument to the `pybuild'
function.
Diffstat (limited to 'reproduce/config/pipeline')
-rw-r--r-- | reproduce/config/pipeline/dependency-versions.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index 2af633f..8ae8d56 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -96,6 +96,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 @@ -109,6 +110,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 |