From 9eab4d7e6519b82ee231ebc2b2668c585b70e132 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 17 May 2023 05:19:08 -0500 Subject: [PATCH] openfast v3.5.0 (#36) --- .ci_support/linux_64_.yaml | 6 +++--- .ci_support/osx_64_.yaml | 8 ++++---- .ci_support/osx_arm64_.yaml | 8 ++++---- .scripts/build_steps.sh | 4 ++-- .scripts/run_osx_build.sh | 4 ++-- README.md | 8 ++++---- recipe/meta.yaml | 4 ++-- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 668784d..d1eaf1d 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,7 +1,7 @@ c_compiler: - gcc c_compiler_version: -- '11' +- '12' cdt_name: - cos6 channel_sources: @@ -11,13 +11,13 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '11' +- '12' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 fortran_compiler: - gfortran fortran_compiler_version: -- '11' +- '12' libblas: - 3.9 *netlib liblapack: diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index 80a066b..22bd805 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET: c_compiler: - clang c_compiler_version: -- '14' +- '15' channel_sources: - conda-forge channel_targets: @@ -11,17 +11,17 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '14' +- '15' fortran_compiler: - gfortran fortran_compiler_version: -- '11' +- '12' libblas: - 3.9 *netlib liblapack: - 3.9 *netlib llvm_openmp: -- '14' +- '15' macos_machine: - x86_64-apple-darwin13.4.0 target_platform: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index fd3a5b3..f653fb0 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET: c_compiler: - clang c_compiler_version: -- '14' +- '15' channel_sources: - conda-forge channel_targets: @@ -11,17 +11,17 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '14' +- '15' fortran_compiler: - gfortran fortran_compiler_version: -- '11' +- '12' libblas: - 3.9 *netlib liblapack: - 3.9 *netlib llvm_openmp: -- '14' +- '15' macos_machine: - arm64-apple-darwin20.0.0 target_platform: diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 84431a6..a6b09f6 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -33,9 +33,9 @@ CONDARC mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" + conda-build pip boa conda-forge-ci-setup=3 mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" + conda-build pip boa conda-forge-ci-setup=3 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index b3abaeb..bb00584 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -24,9 +24,9 @@ source ${MINIFORGE_HOME}/etc/profile.d/conda.sh conda activate base mamba install --update-specs --quiet --yes --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" + conda-build pip boa conda-forge-ci-setup=3 mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 "py-lief<0.12" + conda-build pip boa conda-forge-ci-setup=3 diff --git a/README.md b/README.md index 046d632..8a210d7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -About openfast -============== +About openfast-feedstock +======================== + +Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/openfast-feedstock/blob/main/LICENSE.txt) Home: https://github.com/openfast/openfast Package license: Apache-2.0 -Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/openfast-feedstock/blob/main/LICENSE.txt) - Summary: OpenFAST whole turbine simulation tool Development: https://github.com/openfast/openfast diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 150477c..8636e6a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "openfast" %} -{% set version = "3.4.1" %} +{% set version = "3.5.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/openfast/openfast/archive/v{{ version }}.tar.gz - sha256: 0717c3aba48aa58fac10de308313328f6ed798cdf9c210172ccc978ec591f170 + sha256: 159bdd00d8483da77146c7a2d316e65150eee027a5a63dd1efbbbddee677e793 # Download the tar-ball and do `openssl sha256 file.tar.gz` to update # source: