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 strainest, starseqr, strudel, and svtools from the blacklist #10291

Merged
merged 1 commit 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
16 changes: 0 additions & 16 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -1479,9 +1479,6 @@ recipes/remurna
# Can't locate Text/Soundex.pm in @INC
recipes/repeatmasker

# missing tarball
recipes/strudel

# ./Histogram.h:315:14: error: 'swap<Histogram>' is missing exception specification 'noexcept(is_nothrow_move_constructible<Histogram>::value && is_nothrow_move_assignable<Histogram>::value)'
recipes/abyss/1.9.0
recipes/abyss/1.5.2
Expand Down Expand Up @@ -1730,10 +1727,6 @@ recipes/smashbenchmarking
# - python=3.5
recipes/qcumber

#- perl-digest-md5-file -> perl=5.22.0
#- perl=5.26
#recipes/roary

recipes/saffrontree
recipes/slclust
recipes/schema-salad
Expand All @@ -1743,15 +1736,6 @@ recipes/samtools/0.1.19
# ModuleNotFoundError: No module named 'fasta'
recipes/pyfasta

# RuntimeError: Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml url=https://files.pythonhosted.org/packages/source/c/certifi/certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d
recipes/svtools

# no module named mummer
recipes/strainest

# ../bin/python: can't open file 'setup.py': [Errno 2] No such file or directory
recipes/starseqr

# Tests failed for spanki-0.5.1-py27h24bf2e0_1.tar.bz2 - moving package to /opt/conda/conda-bld/broken
recipes/spanki

Expand Down
9 changes: 4 additions & 5 deletions recipes/starseqr/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package:
name: starseqr
version: "0.6.6"
version: "0.6.7"

source:
url: https://pypi.python.org/packages/6a/73/e747f529d63fbe2dc004289175637951a01fa94592e259efe865187fffbf/starseqr-0.6.6.tar.gz#md5=95aae13cd3c4bcf1cc9872fab23cf84f
md5: 95aae13cd3c4bcf1cc9872fab23cf84f
url: https://github.com/ExpressionAnalysis/STAR-SEQR/archive/v0.6.7.tar.gz
sha256: fc82ab8771156cc482480af1b5271bd2a8c74f6daa7c102bdb39a7d0880440d5

build:
number: 1
skip: False
number: 0

requirements:
build:
Expand Down
3 changes: 3 additions & 0 deletions recipes/strainest/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
$PYTHON setup.py install --single-version-externally-managed --record=record.txt

5 changes: 3 additions & 2 deletions recipes/strainest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ source:

build:
number: 2
noarch: python
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- {{ compiler('cxx') }}
host:
- python
- setuptools
Expand All @@ -38,6 +38,7 @@ requirements:
- scikit-learn >=0.16.1
- matplotlib >=1.3.0
- biopython >=1.50
- mummer 3.23

test:
commands:
Expand Down
4 changes: 2 additions & 2 deletions recipes/strainest/strainest.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- setup.py.bak.py 2017-09-20 16:27:13.000000000 +0200
+++ setup.py 2017-11-06 20:16:51.000000000 +0100
--- setup.py
+++ setup.py
@@ -6,30 +6,6 @@
from setuptools.command.install import install

Expand Down
2 changes: 1 addition & 1 deletion recipes/strudel/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:
version: {{ version }}

source:
url: http://bioinf.hutton.ac.uk/strudel/installers/bioconda/{{name}}-{{version}}-{{build}}.zip
url: http://bioinf.hutton.ac.uk/strudel/installers/bioconda/{{name}}-{{version}}-0.zip
md5: 47bc4412f2b5a5601acec53571f56dc8

build:
Expand Down
8 changes: 1 addition & 7 deletions recipes/svtools/build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#!/bin/bash

$PYTHON setup.py install

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

# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
$PYTHON setup.py install --single-version-externally-managed --record=record.txt