Skip to content

Commit

Permalink
sumaclust breaks nightly builds (#13516)
Browse files Browse the repository at this point in the history
* ok, lets see what going on here and on the nightly builds

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* add to host as well

* CC
  • Loading branch information
bgruening authored and dpryan79 committed Feb 6, 2019
1 parent a5d07af commit 7af25ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion recipes/sumaclust/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

make
make CC=$CC
mkdir -p $PREFIX/bin
cp sumaclust $PREFIX/bin
chmod +x $PREFIX/bin/sumaclust
24 changes: 12 additions & 12 deletions recipes/sumaclust/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{% set hash_type = "sha256" %}
{% set hash_value = "a7c122ff90671d8589deb05a1a8b008e8f439103bb0b7eca48c3d6da205cf2f2" %}
{% set version = "1.0.31" %}

package:
name: sumaclust
version: "1.0.31"
version: 1.0.31

source:
url: https://git.metabarcoding.org/obitools/sumaclust/uploads/59ff189079b9e318f07b9ff9d5fee54b/sumaclust_v1.0.31.tar.gz
'{{ hash_type }}': '{{ hash_value }}'
url: https://git.metabarcoding.org/obitools/sumaclust/uploads/59ff189079b9e318f07b9ff9d5fee54b/sumaclust_v{{ version }}.tar.gz
sha256: a7c122ff90671d8589deb05a1a8b008e8f439103bb0b7eca48c3d6da205cf2f2

build:
number: 1

requirements:
build:
- {{ compiler('c') }} # [linux]
- gcc # [osx]
- {{ compiler('c') }}
- llvm-openmp # [osx]
host:
- llvm-openmp # [osx]
run:
- libgcc # [osx]
- llvm-openmp # [osx]

test:
commands:
Expand All @@ -24,7 +28,3 @@ about:
summary: Sumaclust clusters sequences in a way that is fast and exact at the same time, using the same clustering algorithm as UCLUST and CD-HIT. For more information see url.
home: https://git.metabarcoding.org/obitools/sumaclust/wikis/home
license: CeCILL FREE SOFTWARE LICENSE AGREEMENT

extra:
skip-lints:
- should_use_compilers

0 comments on commit 7af25ed

Please sign in to comment.