Skip to content

Commit

Permalink
Bump build/number to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Apr 9, 2024
1 parent 487393a commit b1ecbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set version = "5.0.2" %}
{% set major = version.rpartition('.')[0] %}
{% set cuda_major = (cuda_compiler_version|default("11.8")).rpartition('.')[0] %}
{% set build = 1 %}
{% set build = 2 %}

# give conda package a higher build number
{% if mpi_type == 'conda' %}
Expand Down

0 comments on commit b1ecbde

Please sign in to comment.