Skip to content

Commit

Permalink
Updated concoct to version 1.0.0 (#12600)
Browse files Browse the repository at this point in the history
* Updated concoct to version 1.0.0

* Skip build for macosx at this point

* New build number

* Reset build number to 0, thanks @druvus
  • Loading branch information
alneberg authored and druvus committed Dec 13, 2018
1 parent 5585a63 commit ec82a69
Showing 1 changed file with 6 additions and 4 deletions.
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

0 comments on commit ec82a69

Please sign in to comment.