Skip to content

Commit

Permalink
Slamdunk (#13580)
Browse files Browse the repository at this point in the history
* Build number updated. sha256 updated.

* R version set to 3.2.2

* Slamdunk build number set to 2.

* Trying out different R versions.

* Installing tidyverse dependency for ggplot2.

* Version 0.3.3

* Slamdunk v0.3.4

* use jinja vars

* Update meta.yaml
  • Loading branch information
t-neumann authored and bgruening committed Feb 13, 2019
1 parent f514c45 commit 5938107
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions recipes/slamdunk/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set version = "0.3.3" %}
{% set sha256 = "9e8ec79b9f47e2bcf17185e3c14b98039e137140a003400e3101f1cbeefc1162" %}
{% set version = "0.3.4" %}
{% set sha256 = "1dddcec91fac6ab199855629bc004e4cc972ce5c66199b70b703f23ab7eab00d" %}

package:
name: slamdunk
version: {{ version }}

source:
sha256: '{{sha256}}'
url: "https://github.com/t-neumann/slamdunk/archive/v0.3.3.tar.gz"
url: "https://github.com/t-neumann/slamdunk/archive/v{{ version }}.tar.gz"

build:
entry_points:
Expand All @@ -22,7 +22,6 @@ requirements:
- {{ compiler('cxx') }}
- cmake
- wget

host:
- python
- setuptools
Expand All @@ -40,7 +39,7 @@ requirements:
- ncurses
- zlib
- bzip2
- curl
- curl >7.59
- xz
- libdeflate
run:
Expand All @@ -59,7 +58,7 @@ requirements:
- ncurses
- zlib
- bzip2
- curl
- curl >7.59
- xz
- libdeflate

Expand Down

0 comments on commit 5938107

Please sign in to comment.