Skip to content

Commit

Permalink
pnr/openroad: add py_suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Jul 20, 2023
1 parent 4cba605 commit 72bda6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pnr/openroad/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{% set version = '%s_%04i_%s'|format(GIT_DESCRIBE_TAG|replace('v', '')|replace('-', '')|default('0.X'), GIT_DESCRIBE_NUMBER|int, GIT_DESCRIBE_HASH|default('gUNKNOWN')) %}

{% set python_version = PYTHON_VERSION | default('3.7') %}
{% set py_suffix = 'py%s'|format(python_version|replace('.', '')) %}
{% set lemon_version = '1.3.1' %}
{% set lemon_md5 = 'e89f887559113b68657eca67cf3329b5' %}
package:
Expand All @@ -23,7 +24,7 @@ build:
# number: 202202031935
number: {{ environ.get('DATE_NUM') }}
# string: 20220203_1935
string: {{ environ.get('DATE_STR') }}
string: {{ environ.get('DATE_STR') }}_{{ py_suffix }}
script_env:
- CI
ignore_run_exports_from:
Expand Down

0 comments on commit 72bda6f

Please sign in to comment.