Skip to content

Commit

Permalink
openfast v3.5.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot authored May 17, 2023
1 parent a84ebf0 commit 9eab4d7
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '14'
- '15'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
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:
Expand Down
8 changes: 4 additions & 4 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '14'
- '15'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
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:
Expand Down
4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "openfast" %}
{% set version = "3.4.1" %}
{% set version = "3.5.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

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:
Expand Down

0 comments on commit 9eab4d7

Please sign in to comment.