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

Update control-freec to 11.5 #12199

Merged
merged 7 commits into from
Aug 28, 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
3 changes: 1 addition & 2 deletions recipes/control-freec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ do
done

cd src
make
cp freec $PREFIX/bin
$CXX -o $PREFIX/bin/freec $CXXFLAGS $LDFLAGS *.cpp -lpthread
5 changes: 3 additions & 2 deletions recipes/control-freec/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "11.4" %}
{% set version = "11.5" %}

package:
name: control-freec
version: {{ version }}

source:
url: https://github.com/BoevaLab/FREEC/archive/v{{ version }}.tar.gz
md5: b9453af0c2cf4707a482fd64f819abad
sha256: 30f24c6db628eb5ce5a5f8ed8e83763915554edb02d940fee2607e0ad7e705a7
patches:
- makeGraph_Chromosome.R.patch
- perl_shebang.patch
Expand All @@ -17,6 +17,7 @@ build:
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
run:
- perl
- r-base
Expand Down