Commit c0c2ad3 1 parent e57f0fe commit c0c2ad3 Copy full SHA for c0c2ad3
File tree 13 files changed +8
-15
lines changed
13 files changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,10 @@ export CMAKE_GENERATOR=Ninja
13
13
14
14
rapids-print-env
15
15
16
- version=$( rapids-generate-version)
17
-
18
16
rapids-logger " Begin cpp build"
19
17
20
18
# With boa installed conda build forward to boa
21
- RAPIDS_PACKAGE_VERSION=${ version} rapids-conda-retry mambabuild \
19
+ RAPIDS_PACKAGE_VERSION=$( rapids-generate- version) rapids-conda-retry mambabuild \
22
20
conda/recipes/libcudf
23
21
24
22
rapids-upload-conda-to-s3 cpp
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV_YAML_DIR="$(mktemp -d)"
14
14
15
15
rapids-dependency-file-generator \
16
16
--output conda \
17
- --file_key docs \
17
+ --file-key docs \
18
18
--matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " | tee " ${ENV_YAML_DIR} /env.yaml"
19
19
20
20
rapids-mamba-retry env create --yes -f " ${ENV_YAML_DIR} /env.yaml" -n docs
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV_YAML_DIR="$(mktemp -d)"
10
10
11
11
rapids-dependency-file-generator \
12
12
--output conda \
13
- --file_key checks \
13
+ --file-key checks \
14
14
--matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " | tee " ${ENV_YAML_DIR} /env.yaml"
15
15
16
16
rapids-mamba-retry env create --yes -f " ${ENV_YAML_DIR} /env.yaml" -n checks
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ REQUIREMENTS_FILE="${ENV_YAML_DIR}/requirements.txt"
12
12
13
13
rapids-dependency-file-generator \
14
14
--output requirements \
15
- --file_key test_static_build \
15
+ --file-key test_static_build \
16
16
--matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) " | tee " ${REQUIREMENTS_FILE} "
17
17
18
18
python -m pip install -r " ${REQUIREMENTS_FILE} "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV_YAML_DIR="$(mktemp -d)"
11
11
12
12
rapids-dependency-file-generator \
13
13
--output conda \
14
- --file_key test_cpp \
14
+ --file-key test_cpp \
15
15
--matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) " | tee " ${ENV_YAML_DIR} /env.yaml"
16
16
17
17
rapids-mamba-retry env create --yes -f " ${ENV_YAML_DIR} /env.yaml" -n test
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV_YAML_DIR="$(mktemp -d)"
11
11
12
12
rapids-dependency-file-generator \
13
13
--output conda \
14
- --file_key test_java \
14
+ --file-key test_java \
15
15
--matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) " | tee " ${ENV_YAML_DIR} /env.yaml"
16
16
17
17
rapids-mamba-retry env create --yes -f " ${ENV_YAML_DIR} /env.yaml" -n test
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV_YAML_DIR="$(mktemp -d)"
11
11
12
12
rapids-dependency-file-generator \
13
13
--output conda \
14
- --file_key test_notebooks \
14
+ --file-key test_notebooks \
15
15
--matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " | tee " ${ENV_YAML_DIR} /env.yaml"
16
16
17
17
rapids-mamba-retry env create --yes -f " ${ENV_YAML_DIR} /env.yaml" -n test
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV_YAML_DIR="$(mktemp -d)"
13
13
14
14
rapids-dependency-file-generator \
15
15
--output conda \
16
- --file_key test_python \
16
+ --file-key test_python \
17
17
--matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " | tee " ${ENV_YAML_DIR} /env.yaml"
18
18
19
19
rapids-mamba-retry env create --yes -f " ${ENV_YAML_DIR} /env.yaml" -n test
Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ skip = [
119
119
120
120
[tool .rapids-build-backend ]
121
121
build-backend = " scikit_build_core.build"
122
- commit-file = " cudf/GIT_COMMIT"
123
122
dependencies-file = " ../../dependencies.yaml"
124
123
requires = [
125
124
" cmake>=3.26.4" ,
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ regex = "(?P<value>.*)"
99
99
100
100
[tool .rapids-build-backend ]
101
101
build-backend = " scikit_build_core.build"
102
- commit-file = " cudf_kafka/GIT_COMMIT"
103
102
dependencies-file = " ../../dependencies.yaml"
104
103
requires = [
105
104
" cmake>=3.26.4" ,
Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ docstring-code-format = true
174
174
175
175
[tool .rapids-build-backend ]
176
176
build-backend = " setuptools.build_meta"
177
- commit-file = " cudf_polars/GIT_COMMIT"
178
177
dependencies-file = " ../../dependencies.yaml"
179
178
# Pure python
180
179
disable-cuda = true
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ Homepage = "https://github.com/rapidsai/cudf"
48
48
49
49
[tool .rapids-build-backend ]
50
50
build-backend = " setuptools.build_meta"
51
- commit-file = " custreamz/COMMIT_FILE"
52
51
dependencies-file = " ../../dependencies.yaml"
53
52
54
53
[tool .setuptools ]
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ Homepage = "https://github.com/rapidsai/cudf"
57
57
58
58
[tool .rapids-build-backend ]
59
59
build-backend = " setuptools.build_meta"
60
- commit-file = " dask_cudf/GIT_COMMIT"
61
60
dependencies-file = " ../../dependencies.yaml"
62
61
63
62
[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments