diff options
author | Daniil Kazantsev <dkazanc3@googlemail.com> | 2019-02-18 14:53:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 14:53:09 +0000 |
commit | e0ec6084fdd38de8d4984280eb9019f74f94d930 (patch) | |
tree | 812ac5126d40a906ad1d1c1f043c2753e1ca87a4 /Wrappers/Python | |
parent | 18aa759ad4f7052498987b98f5f1fff9207c217d (diff) | |
parent | c6c19b2a590fa545c1a1c8d753da7b4f12610494 (diff) | |
download | regularization-e0ec6084fdd38de8d4984280eb9019f74f94d930.tar.gz regularization-e0ec6084fdd38de8d4984280eb9019f74f94d930.tar.bz2 regularization-e0ec6084fdd38de8d4984280eb9019f74f94d930.tar.xz regularization-e0ec6084fdd38de8d4984280eb9019f74f94d930.zip |
Merge pull request #95 from vais-ral/add_dependency
added libgcc-ng dependency
Diffstat (limited to 'Wrappers/Python')
-rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index 9dd5544..7435b2b 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -32,7 +32,8 @@ requirements: - vc 14 # [win and py36] - vc 14 # [win and py35] - vc 9 # [win and py27] - + - libgcc-ng + about: home: http://www.ccpi.ac.uk license: BSD license |