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

See how OSX is done #14459

Closed
wants to merge 3 commits into from
Closed
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
6 changes: 1 addition & 5 deletions recipes/methyldackel/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
#!/bin/bash
export C_INCLUDE_PATH="$PREFIX/include"
cd htslib && make CC=$CC OPTS="-I$PREFIX/include -L$PREFIX/lib -Wall -g -O3 -pthread" LDFLAGS="-L$PREFIX/lib" && cd ..
export LIBRARY_PATH="$PREFIX/lib"
export LIBRARY_PATH="$PREFIX/lib"
make install CC=$CC OPTS="-I$PREFIX/include -L$PREFIX/lib -Wall -g -O3 -pthread" prefix=$PREFIX/bin
make install CC=$CC CFLAGS="-O3 -Wall -I$PREFIX/include" LIBS="-L$PREFIX/lib" prefix=$PREFIX/bin
13 changes: 9 additions & 4 deletions recipes/methyldackel/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
package:
name: methyldackel
version: "0.3.0"
version: "0.4.0"

build:
number: 3
number: 4

source:
sha256: b5a49f213bba9113d2c9951de9daf676efd9b9c94327097e960b8623765f1b91
url: https://github.com/dpryan79/MethylDackel/archive/0.3.0.tar.gz
url: https://github.com/dpryan79/MethylDackel/archive/master.zip

requirements:
build:
- {{ compiler('c') }}
host:
- zlib
- htslib
run:
- zlib
- htslib

test:
commands:
Expand All @@ -25,3 +26,7 @@ about:
home: https://github.com/dpryan79/MethylDackel
license: MIT
summary: A (mostly) universal methylation extractor for BS-seq experiments. Formerly named PileOMeth.

extra:
skip-lints:
- missing_hash