File: environment_linux.yml

package info (click to toggle)
lfortran 0.58.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 54,512 kB
  • sloc: cpp: 162,179; f90: 68,251; python: 17,476; ansic: 6,278; yacc: 2,334; sh: 1,317; fortran: 892; makefile: 33; javascript: 15
file content (26 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (4)
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
name: lf
channels:
  - conda-forge
dependencies:
  - llvmdev=11
  # Enable for OpenMP:
  #- llvm-openmp=11
  - toml=0.10.2
  - pytest=8.3.4
  - jupyter=1.1.1
  - xeus=5.1.0
  - xeus-zmq=3.0.0
  - nlohmann_json=3.11.3
  - jupyter_kernel_test
  - xonsh=0.16.0
  - re2c=4.0.1
  - numpy=2.2.0
  - bison=3.4
  - rapidjson=1.1.0
  - ninja=1.11.1
  - zlib=1.3.1
  - zstd-static=1.5.6
  - cmake=3.29.1
  - make=4.3
  # install libunwind if building with llvmdev > 11 only on Linux
  # - libunwind=1.7.2