Skip to content

Commit

Permalink
Reinstate buld config, bump build
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Feb 4, 2019
1 parent 01adeb1 commit 867beb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions recipes/fastq_utils/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
c_compiler:
- gcc # [linux]
- clang # [osx]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
7 changes: 2 additions & 5 deletions recipes/fastq_utils/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ source:
sha256: 0f0e554a0735eab68d2f4367e2b9071d71a94340b44318579e0a03b6850961e9

build:
number: 0
number: 1
skip: true # [win32]

requirements:
build:
- gxx_linux-64 # [linux64]
- gcc_linux-64 # [linux64]
- clangxx_osx-64 # [osx]
- clang_osx-64 # [osx]
- {{ compiler('c') }}
- make
- libtool
- zlib
Expand Down

0 comments on commit 867beb8

Please sign in to comment.