File: environment.yml

package info (click to toggle)
llvmlite 0.46.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,140 kB
  • sloc: python: 13,605; cpp: 3,192; makefile: 185; sh: 168
file content (15 lines) | stat: -rw-r--r-- 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: rtd
channels:
  - numba/label/dev
dependencies:
  - python
  # pip for installing llvmlite itself
  - pip
  - llvmdev=20
  - cmake
  - make
  - docutils==0.16
  - gcc_linux-64=11
  - gxx_linux-64=11
  - sphinx_rtd_theme