Skip to content

Commit

Permalink
Unicycler 0.4.7 - b1 - fixes (#15605)
Browse files Browse the repository at this point in the history
* Bump with font config for fastqc recipe

* Bump miniasm once for GCC7

* Try removing the change in 0.4.6 as it introduced weird errors

* Bump miniasm once for GCC7

* Try removing the change in 0.4.6 as it introduced weird errors

* Remove trim_galore changes from branch

* Remove miniasm changes from branch

* Remove Seqan patching with 2.4.0

* Clean build.sh

No more replacing Seqan with 2.4.0
  • Loading branch information
apeltzer authored May 29, 2019
1 parent eca70ae commit dc6c03b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions recipes/unicycler/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ export CPATH="${PREFIX}/include"
# Override Makefile -mtune=native
export CXXFLAGS="-mtune=generic"

# TODO: remove when seqan is updated upstream
rm -rf unicycler/include/seqan
mv seqan/include/seqan unicycler/include/seqan

python -m pip install --no-deps --ignore-installed .
5 changes: 1 addition & 4 deletions recipes/unicycler/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ source:
patches:
- Makefile.patch #[linux]
- misc.py.patch
- url: https://github.com/seqan/seqan/archive/seqan-v2.4.0.tar.gz
sha256: 'd7084d17729214003e84818e0280a16f223c8f1c6a30eeef040c27e0c0047bd7'
folder: 'seqan'

build:
number: 0
number: 1

requirements:
build:
Expand Down

0 comments on commit dc6c03b

Please sign in to comment.