Skip to content

Commit

Permalink
Revert meta.yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Oct 25, 2023
1 parent 5ca1a28 commit 6e75cd9
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions conda/conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
{# We need to have a default value for the initial pass over the recipe #}
{% set gpu_enabled_bool = false %}
{% endif %}
{% if ucx_enabled == "true" %}
{% set ucx_enabled_bool = true %}
{% elif ucx_enabled == "false" %}
{% set ucx_enabled_bool = false %}
{% else %}
{# We need to have a default value for the initial pass over the recipe #}
{% set ucx_enabled_bool = false %}
{% endif %}
{% if debug_build == "true" %}
{% set debug_build_bool = true %}
{% elif debug_build == "false" %}
Expand Down Expand Up @@ -55,12 +47,6 @@
{% set cpu_tag='' %}
{% endif %}

{% if not ucx_enabled_bool %}
{% set ucx_tag='_ucx' %}
{% else %}
{% set ucx_tag='' %}
{% endif %}

{% if debug_build_bool %}
{% set debug_tag='_debug' %}
{% else %}
Expand All @@ -86,7 +72,7 @@ build:
missing_dso_whitelist:
- '*libcuda.so*'

string: "cuda{{ cuda_major }}_py{{ py_version }}{{ git_describe_hash }}_{{ PKG_BUILDNUM }}{{ cpu_tag }}{{ ucx_tag }}{{ debug_tag }}"
string: "cuda{{ cuda_major }}_py{{ py_version }}{{ git_describe_hash }}_{{ PKG_BUILDNUM }}{{ cpu_tag }}{{ debug_tag }}"

script_env:
- SCCACHE_BUCKET
Expand Down Expand Up @@ -196,4 +182,4 @@ about:

extra:
recipe-maintainers:
- m3vaz
- m3vaz

0 comments on commit 6e75cd9

Please sign in to comment.