-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathrecipe.yaml
More file actions
96 lines (89 loc) · 2.08 KB
/
recipe.yaml
File metadata and controls
96 lines (89 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
context:
version: "0.10.0"
build_number: 1
package:
name: xeus-r
version: ${{ version }}
source:
url: https://github.com/jupyter-xeus/xeus-r/archive/${{ version }}.tar.gz
sha256: 2c13cab2c362e84e56aa70ed46b4700c6a6346b4ef2366fd4789f6ebe82617bc
build:
number: ${{ build_number }}
rpaths:
- lib/R/lib/
- lib/
missing_dso_whitelist:
- '*/R.dll' # [win]
requirements:
build:
- {{ compiler('cxx') }}
- {{ stdlib("c") }}
- cmake
- make # [unix]
- pkg-config
# Dependencies for hera
- if: build_platform != target_platform
then:
- r-base
- cross-r-base
- r-cli
- r-evaluate
- r-glue
- r-IRDisplay
- r-jsonlite
- r-r6
- r-repr
- r-rlang
host:
- xeus >=6,<7
- xeus-zmq >=4.0,<5.0
- nlohmann_json >=3.11.3,<4
- nlohmann_json-abi
- r-base
# Dependencies for hera
- r-cli
- r-evaluate
- r-glue
- r-IRdisplay
- r-jsonlite
- r-r6
- r-repr
- r-rlang
run:
- r-base
- r-cli
- r-evaluate
- r-glue
- r-IRdisplay
- r-jsonlite
- r-r6
- r-repr
- r-rlang
tests:
- package_contents:
files:
exists:
- ${{ "Library/" if win }}bin/xr
- ${{ "Library/" if win }}share/jupyter/kernels/xr/kernel.json
- ${{ "Library/" if win }}include/xeus-r/xinterpreter.hpp
- ${{ "Library/" if win }}lib/cmake/xeus-r/xeus-rConfig.cmake
- ${{ "Library/" if win }}lib/cmake/xeus-r/xeus-rConfigVersion.cmake
- if: unix
then:
- lib/R/library/hera/R/hera.rdb
about:
homepage: https://github.com/jupyter-xeus/xeus-r
repository: https://github.com/jupyter-xeus/xeus-r
license: GPL-3.0-only
license_family: GPL
license_file: LICENSE
summary: R kernel for Jupyter based on xeus
description: Jupyter kernel for the R programming language
documentation: https://xeus-r.readthedocs.io
extra:
recipe-maintainers:
- IsabelParedes
- JohanMabille
- DerThorsten
- SylvainCorlay
- romainfrancois