forked from rapidsai/integration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
176 lines (169 loc) · 5.19 KB
/
Copy pathmeta.yaml
File metadata and controls
176 lines (169 loc) · 5.19 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# Copyright (c) 2020-2023, NVIDIA CORPORATION.
{% set rapids_version = environ.get('RAPIDS_VER', '0.0.0') %}
{% set minor_version = rapids_version.split('.')[0] + '.' + rapids_version.split('.')[1] %}
{% set cuda_version = '.'.join(environ.get('CUDA_VER', '10.0').split('.')[:2]) %}
{% set py_version = environ.get('CONDA_PY', 36) %}
{% set cuda_major=cuda_version.split('.')[0] %}
{% set date_string = environ['RAPIDS_DATE_STRING'] %}
###
# Versions referenced below are set in `conda/recipe/*versions.yaml` except for
# those set above (e.g. `cuda_version`)
#
# gpuCI loads the correct file based on the build type (NIGHTLY or RELEASE) in
# `ci/cpu/build-env.sh` and `ci/axis/*.yaml`
#
# Manual builds need to use the `conda build` flag of `-m <path-to-file>.yaml`
# to set these versions
###
package:
name: rapids-build-env
version: {{ rapids_version }}
source:
git_url: ../../..
build:
number: {{ GIT_DESCRIBE_NUMBER }}
string: cuda{{ cuda_major }}_py{{ py_version }}_{{ date_string }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
script_env:
- CUDA_VERSION
- RAPIDS_VER
- VERSION_SUFFIX
requirements:
host:
- python
run:
- asvdb
- autoconf
- automake
- benchmark {{ benchmark_version }}
- black {{ black_version }}
- conda-forge::blas
- boost
- boost-cpp {{ boost_cpp_version }}
- boto3
- cachetools
- conda-forge::clang {{ clang_version }} # [x86_64]
- conda-forge::clang-tools {{ clang_version }} # [x86_64]
- cmake {{ cmake_version }}
- cmakelang {{ cmakelang_version }}
- cmake_setuptools {{ cmake_setuptools_version }}
- conda {{ conda_version }}
- conda-build {{ conda_build_version }}
- conda-verify {{ conda_verify_version }}
- cubinlinker # CUDA enhanced compat.
- cuda-python {{ cuda_python_version }}
- cudatoolkit ={{ cuda_major }}.*
- cupy {{ cupy_version }}
- c-compiler
- cxx-compiler
- gcc_impl_{{ target_platform }} {{ gcc_version }}
- cython {{ cython_version }}
- dask {{ dask_version }}
- dask-core {{ dask_version }}
- dask-ml
- datashader {{ datashader_version }}
- distributed {{ distributed_version }}
- dlpack {{ dlpack_version }}
- double-conversion {{ double_conversion_version }}
- faiss-proc=*=cuda
- libfaiss {{ faiss_version }}
- fastavro {{ fastavro_version }}
- feather-format
- flake8 {{ flake8_version }}
- fmt {{ fmt_version }}
- fsspec {{ fsspec_version }}
- gcsfs {{ gcsfs_version }}
- gdal {{ gdal_version }}
- geopandas {{ geopandas_version }}
- git
- gmock {{ gmock_version }}
- graphviz
- gtest {{ gtest_version }}
- h5py
- hdbscan
- holoviews {{ holoviews_version }}
- httpretty
- hypothesis
- isort {{ isort_version }}
- lapack
- libarrow {{ arrow_version }}
- libcypher-parser
- liblapack
- librdkafka {{ librdkafka_version }}
- libtool
- libwebp
- lightgbm
- make
- mimesis {{ mimesis_version }}
- mock
- moto {{ moto_version }}
- mypy {{ mypy_version }}
- nccl {{ nccl_version }}
- networkx {{ networkx_version }}
- ninja
- nltk
- numba {{ numba_version }}
- numpy {{ numpy_version }}
- nvtx {{ nvtx_version }}
- openslide
- packaging
- pandas {{ pandas_version }}
- panel {{ panel_version }}
- pillow {{ pillow_version }}
- pip
- pkg-config
- pre-commit
- protobuf {{ protobuf_version }}
- psutil
- ptxcompiler # CUDA enhanced compat. See https://github.com/rapidsai/ptxcompiler
- pyarrow {{ arrow_version }}
- pydeck {{ pydeck_version }}
- pydocstyle {{ pydocstyle_version }}
- pynvml
- pyorc
- pyppeteer {{ pyppeteer_version }}
- pyproj {{ pyproj_version }}
- pytest
- pytest-asyncio {{ pytest_asyncio_version }}
- pytest-benchmark
- pytest-cases
- pytest-cov
- pytest-timeout
- pytest-xdist
- python
- python-confluent-kafka {{ python_confluent_kafka_version }}
- python-louvain
- python-snappy
- rapidjson {{ rapidjson_version }}
- ripgrep
- s3fs {{ s3fs_version }}
- setuptools {{ setuptools_version }}
- scikit-build {{ scikit_build_version }}
- scikit-image {{ scikit_image_version }}
- scikit-learn {{ scikit_learn_version }}
- scipy {{ scipy_version }}
- shellcheck
- spdlog {{ spdlog_version }}
- statsmodels
- streamz
- sysroot_{{ target_platform }} {{ sysroot_version }}
- thriftpy2
- tomli # [py<311]
- transformers {{ transformers_version }}
- treelite {{ treelite_version }}
- twine
- types-cachetools
- typing_extensions
- conda-forge::ucx-proc=*=gpu
- conda-forge::ucx {{ ucx_version }}
- umap-learn
- versioneer {{ versioneer_version }}
- werkzeug {{ werkzeug_version }} # Temporary transient dependency pinning to avoid URL-LIB3 + moto timeouts
about:
home: http://rapids.ai/
license: Apache-2.0
license_file: LICENSE
summary: 'RAPIDS Build Dependencies and Tool Environment Installer'
description: |
Meta-package for installing build dependencies and tools needed to build all RAPIDS libraries.
doc_url: https://docs.rapids.ai/
dev_url: https://github.com/rapidsai/