Skip to content

Commit

Permalink
Update version/build string handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Oct 15, 2024
1 parent 4eb7dd1 commit c70c69e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions plumed/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% set name = "plumed" %}
{% set version = "2.10" %}
{% set version = "2.10.dev1" %}
{% set git_rev = "b0ffcb55ad8cc3c71ec5c30a1bd46f68dd33bceb" %}

package:
name: {{ name|lower }}
version: {{ version }}.git.{{ git_rev }}
version: {{ version }}

source:
# url: https://github.com/plumed/plumed2/archive/v{{ version }}.tar.gz
Expand All @@ -14,6 +14,7 @@ source:

build:
number: 0
string: git.{{ git_rev }}
skip: True # [win]
# Most programs should link libplumedWrapper.a so that libplumedKernel.so will be loaded
# with dlopen. There is no need for pinning thus.
Expand Down
5 changes: 3 additions & 2 deletions py-plumed/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% set name = "py-plumed" %}
{% set version = "2.10" %}
{% set version = "2.10.dev1" %}
{% set git_rev = "b0ffcb55ad8cc3c71ec5c30a1bd46f68dd33bceb" %}

package:
name: {{ name|lower }}
version: {{ version }}.git.{{ git_rev }}
version: {{ version }}

source:
# url: https://github.com/plumed/plumed2/archive/v{{ version }}.tar.gz
Expand All @@ -14,6 +14,7 @@ source:

build:
number: 0
string: git.{{ git_rev }}
skip: True # [win or py2k]

requirements:
Expand Down

0 comments on commit c70c69e

Please sign in to comment.