Skip to content

Commit

Permalink
peptideshaker, searchgui: version bump (#12136)
Browse files Browse the repository at this point in the history
* peptideshaker, searchgui: version bump

solving compomics/searchgui#192

* Update peptide-shaker.py

* searchgui: added c compiler for building

test if linking errors go away this way

* searchgui: removed noarch
  • Loading branch information
bernt-matthias authored and bgruening committed Nov 20, 2018
1 parent fd478dd commit 13453d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/peptide-shaker/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package:

build:
noarch: generic
number: 1
number: 0

source:
url: http://genesis.ugent.be/maven2/eu/isas/peptideshaker/{{ name }}/{{ version }}/{{ name }}-{{ version }}.zip
Expand Down
5 changes: 3 additions & 2 deletions recipes/searchgui/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ package:
version: {{ version }}

build:
noarch: generic
number: 1
number: 0

source:
url: http://genesis.ugent.be/maven2/eu/isas/searchgui/{{ name }}/{{ version }}/{{ name }}-{{ version }}-mac_and_linux.tar.gz
sha256: 86295699c475abff84fd0c3b80627ca468578e581e8f85d2b8cca633593de53e

requirements:
host:
build:
- {{ compiler('c') }}
run:
- openjdk >=6
- mono >=4.0.0
Expand Down

0 comments on commit 13453d3

Please sign in to comment.