diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index ba4b251..856f469 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -43,6 +43,8 @@ setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" source run_conda_forge_build_setup + + # make the build number clobber make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/build-locally.py b/build-locally.py index 8ac9b84..6788aea 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,5 +1,5 @@ #!/bin/sh -"""exec' "python3" "$0" "$@" #""" # fmt: off # fmt: on +"""exec" "python3" "$0" "$@" #""" # fmt: off # fmt: on # # This file has been generated by conda-smithy in order to build the recipe # locally. diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d579749..988cbd8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "flux-core" %} -{% set version = "0.64.0" %} +{% set version = "0.67.0" %} package: name: {{ name|lower }} @@ -7,12 +7,12 @@ package: source: url: https://github.com/flux-framework/flux-core/releases/download/v{{ version }}/flux-core-{{ version }}.tar.gz - sha256: 0334d6191915f1b89b70cdbf14f24200f8899da31090df5f502020533b304bb3 + sha256: 9406e776cbeff971881143fd1b94c42ec912e5b226401d2d3d91d766dd81de8c patches: - centos6.patch # This patch can be removed once the conda-forge reference is updated build: - number: 1 + number: 0 skip: true # [not linux] run_exports: - {{ pin_subpackage('flux-core', max_pin='x.x') }}