Skip to content

Commit

Permalink
include minor version in suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Feb 27, 2021
1 parent fe16fb3 commit 3712e9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
{% set sha256 = "ce8508e318a01a63d4e8b3090ab2ded3c598a50258cc49e2625b9120d4c03ea5" %}

{% set suffix = version.split(".")[0] %}
# temporarily add minor version for 11.1 without having to change rest of recipe
{% set suffix = suffix + "." + version.split(".")[1] %}

package:
name: llvm-package
Expand Down

0 comments on commit 3712e9f

Please sign in to comment.