Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated concoct to version 1.0.0 #12600

Merged
merged 4 commits into from
Dec 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions recipes/concoct/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
package:
name: concoct
version: "0.4.2"
version: "1.0.0"

source:
url: https://github.com/BinPro/CONCOCT/archive/0.4.2.tar.gz
sha256: 1242460a6d0b53e2aa28a1426213db397f6fd7dcaccd783cf24a2d09c035605c
url: https://github.com/BinPro/CONCOCT/archive/1.0.0.tar.gz
sha256: 4428a1d7bce5c7546106bea0a0ff6c2168e3680f6422adce5ef523bce46dc180

build:
preserve_egg_dir: True
number: 0
skip: True # [not py27]
skip: True # [osx]

requirements:
build:
Expand All @@ -29,6 +29,7 @@ requirements:
- sphinx >=1.2.2
- gsl
- openblas
- openmp

run:
- python
Expand All @@ -44,6 +45,7 @@ requirements:
- sphinx >=1.2.2
- gsl
- openblas
- openmp

test:
commands:
Expand Down