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

fineRADstructure #14345

Merged
merged 4 commits into from
May 15, 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
10 changes: 10 additions & 0 deletions recipes/fineradstructure/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
# https://bioconda.github.io/troubleshooting.html#zlib-errors
export CFLAGS="-I$PREFIX/include"
export LDFLAGS="-L$PREFIX/lib"
export CPATH=${PREFIX}/include
export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH

./configure --prefix=$PREFIX --with-gsl-prefix=$PREFIX #--disable-gsltest
make
make install
37 changes: 37 additions & 0 deletions recipes/fineradstructure/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{% set version = "0.3.2r109" %}
{% set sha256 = "ff05ff14388e786615c7788669cf2b910d38fc35f4f7fbb83f58539a11896083" %}

package:
name: fineradstructure
version: {{ version }}

build:
number: 0
skip: True # [osx]

source:
url: https://github.com/millanek/fineRADstructure/archive/v.{{ version }}.tar.gz
sha256: {{ sha256 }}

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- autoconf
- automake
host:
- zlib
- gsl
run:
- zlib
- gsl

about:
home: http://cichlid.gurdon.cam.ac.uk/fineRADstructure.html
license: Attribution-NonCommercial-NoDerivs 3.0 Creative Commons Licence
summary: Inference of population structure from RAD datasets

test:
commands:
- RADpainter
- finestructure -V