Skip to content

Commit

Permalink
Merge pull request #48 from regro-cf-autotick-bot/2.11.1_hb250ad
Browse files Browse the repository at this point in the history
pyoptsparse v2.11.1
  • Loading branch information
marcomangano authored May 9, 2024
2 parents b93d0ec + e74435f commit 61f2f67
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set name = "pyoptsparse" %}
{% set version = "2.11.0" %}
{% set version = "2.11.1" %}

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

source:
url: https://github.com/mdolab/pyoptsparse/archive/refs/tags/v{{ version }}.tar.gz
sha256: f40b8869aff6d84f359d90ed41325e651faf2522268a66fa240e6cc2605434cc
sha256: 25f0ec3aefc8ffe877310fa0da4299d06da0ea4e3f9bb75d1eb6fd640c598e04

build:
number: 0
skip: true # [python_impl == 'pypy']
skip: true # [win and vc<14]
skip: True # [py==38]
skip: true # [py==38]

requirements:
build:
Expand Down

0 comments on commit 61f2f67

Please sign in to comment.