Skip to content

Commit

Permalink
Drop cuda_version loading in recipe
Browse files Browse the repository at this point in the history
This doesn't affect the hash correctly. So drop it.

We should get a different hash when building for a different CUDA
version to help distinguish between packages.
  • Loading branch information
jakirkham committed Aug 6, 2024
1 parent 96fb694 commit 95e72ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions conda/recipes/pynvjitlink/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
{% set project_data = data["project"] %}
{% set project_urls = project_data["urls"] %}

{% if cuda_version is undefined %}
{% set cuda_version = load_file_regex(
load_file="pynvjitlink/CUDA_VERSION",
regex_pattern="(?P<value>.*)"
)[0] %}
{% endif %}

package:
name: pynvjitlink
version: {{ version }}
Expand Down

0 comments on commit 95e72ad

Please sign in to comment.