diff options
author | Daniil Kazantsev <dkazanc3@googlemail.com> | 2019-03-16 13:40:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-16 13:40:04 +0000 |
commit | 514ba391805517a999db7ef42808b9ae9662b67b (patch) | |
tree | 7ce7a82e967803127e7aab98a58cb7acf517a95e /recipe/meta.yaml | |
parent | 7845ff5eb1fd10e9ed02610c40ed80879b8cd62c (diff) | |
parent | 597373314e9bd7609b25f123f487b799f6c80dd2 (diff) | |
download | regularization-514ba391805517a999db7ef42808b9ae9662b67b.tar.gz regularization-514ba391805517a999db7ef42808b9ae9662b67b.tar.bz2 regularization-514ba391805517a999db7ef42808b9ae9662b67b.tar.xz regularization-514ba391805517a999db7ef42808b9ae9662b67b.zip |
Merge pull request #111 from vais-ral/fix_win_test
fix test for windows
Diffstat (limited to 'recipe/meta.yaml')
-rw-r--r-- | recipe/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6ff4e31..111cd68 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -35,7 +35,7 @@ requirements: - vc 14 # [win and py36] - vc 14 # [win and py35] - vc 9 # [win and py27] - - libgcc-ng + - libgcc-ng # [unix] about: home: http://www.ccpi.ac.uk |