Skip to content

Commit

Permalink
Test OSX builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Jun 6, 2020
1 parent 1bdd4e4 commit 6db787a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions recipes/bowtie2/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

LDFLAGS=""
CXXFLAGS="$CXXFLAGS -std=c++11"
make CXX=$CXX CPP=$CXX CC=$CC LDLIBS="-L$PREFIX/lib -lz -ltbb -ltbbmalloc -lpthread"

binaries="\
Expand Down
4 changes: 2 additions & 2 deletions recipes/bowtie2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ source:
sha256: 9fb25513886bf294217dd9c5ca26d18dd5e02e0ae999935ac7ba5700befc492e

build:
number: 1
skip: True # [py2k or osx]
number: 2
skip: True # [py2k or linux]

requirements:
build:
Expand Down

0 comments on commit 6db787a

Please sign in to comment.