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

Remove various packages from the blacklist #10280

Merged
merged 3 commits into from
Aug 7, 2018
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
9 changes: 0 additions & 9 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -1598,9 +1598,6 @@ recipes/infernal/1.0.2
# PREFIX/lib is a directory
recipes/proot

# python package pytz missing
recipes/samsifter

recipes/java-jdk/7.0.91
# /opt/conda/conda-bld/kat_1530056226354/test_tmp/run_test.sh: line 7: 8288 Aborted (core dumped) kat --version
recipes/kat/2.3.4
Expand Down Expand Up @@ -1776,12 +1773,6 @@ recipes/allegro
# broken pipe
recipes/antarna

# missing gfortran
recipes/tepid
recipes/ig-checkflowtypes
recipes/epicseg


#gff.h missing
recipes/gffcompare

Expand Down
2 changes: 1 addition & 1 deletion recipes/samsifter/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

$PYTHON setup.py install
$PYTHON setup.py install --single-version-externally-managed --record=record.txt

# Add more build steps here, if they are necessary.

Expand Down
8 changes: 7 additions & 1 deletion recipes/tepid/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ package:
name: tepid
version: '0.8'

# numpy 1.9.2 was built against libgfortran 1.9.2
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('fortran') }}
host:
- python
- setuptools
- 'pysam <0.9,>0.8'
- pybedtools
- numpy ==1.9.2
- libgfortran ==1.0
- pandas
- nose
- samtools ==1.2
Expand All @@ -29,6 +30,7 @@ requirements:
- python
- pybedtools
- numpy ==1.9.2
- libgfortran ==1.0
- pandas
- 'pysam <0.9,>0.8'
- nose
Expand All @@ -47,3 +49,7 @@ test:
- tepid-map | grep data
- tepid-discover --version
- tepid-refine --version

extra:
skip-lints:
- should_use_compilers