-
Notifications
You must be signed in to change notification settings - Fork 9
/
environment.linux.yml
58 lines (57 loc) · 1.1 KB
/
environment.linux.yml
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
channels:
- conda-forge
- intel
- saedrna
- defaults
dependencies:
- assimp
- boost-cpp
- blas[openblas]
- capstone
- catch2
- cereal
- ceres-solver
- cgal-cpp
- cmake
- eigen
- embree3
- entwine
- geogram
- geographiclib 1.50 he1b5a44_1000
- gflags
- glew
- glfw
- glog
- ipp-include
- ipp-static
- ocl-icd
- laszip
- libgdal
- libblas
- libcblas
- liblapacke
- libtiff
- ninja
- opencv
- openscenegraph
- pcl
- pdal
- proj
- qt
- suitesparse
- tbb
- tbb-devel
- xerces-c
- gcc_linux-64 # [linux]
- gxx_linux-64 # [linux]
- ocl-icd # [linux]
- libselinux-cos6-x86_64 # [linux]
- libx11-cos6-x86_64 # [linux]
- libxau-cos6-x86_64 # [linux]
- libxcb-cos6-x86_64 # [linux]
- libxdamage-cos6-x86_64 # [linux]
- libxext-cos6-x86_64 # [linux]
- libxfixes-cos6-x86_64 # [linux]
- libxxf86vm-cos6-x86_64 # [linux]
- mesa-dri-drivers-cos6-x86_64 # [linux]
- mesa-libgl-devel-cos6-x86_64 # [linux]