Skip to content

Commit

Permalink
porechop: Use the standard release
Browse files Browse the repository at this point in the history
A special tag of Porechop was made to support older versions of GCC.
Use the standard release with a recent version of GCC.
  • Loading branch information
sjackman committed Oct 18, 2018
1 parent e8c19ec commit 8b03f08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
4 changes: 0 additions & 4 deletions recipes/porechop/build.sh

This file was deleted.

17 changes: 7 additions & 10 deletions recipes/porechop/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# NOTE: Currently we require a modified version of Porechop with downgraded
# SeqAn to compile with the latest GCC available in conda (4.8).
#
# When GCC 4.9 or later is available on conda, the source metadata should be
# updated to point to the latest mainstream Porechop release.

{% set version = "0.2.3_seqan2.1.1" %}
{% set version = "0.2.3" %}

package:
name: porechop
version: {{ version }}

source:
url: https://github.com/rrwick/Porechop/archive/v0.2.3-C++11.tar.gz
sha256: 817371dceed77e583e387e9ca7c10214c0faff7c0a89320d60a66efdc6c0d35a
url: https://github.com/rrwick/Porechop/archive/v0.2.3.tar.gz
sha256: bfed39f82abc54f44fffd9b13d2121868084da7ac3d158ac9b9aa6fa0257f0f4

build:
number: 3
number: 4
skip: True # [py27]
entry_points:
- porechop = porechop.porechop:main
script: |
{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
{{ PYTHON }} -m unittest
requirements:
build:
Expand Down

0 comments on commit 8b03f08

Please sign in to comment.