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

sumaclust breaks nightly builds #13516

Merged
merged 7 commits into from
Feb 6, 2019
Merged
Show file tree
Hide file tree
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
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