Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyoptsparse v2.11.0 #47

Merged
merged 6 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

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

6 changes: 0 additions & 6 deletions .azure-pipelines/azure-pipelines-osx.yml

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

3 changes: 0 additions & 3 deletions .azure-pipelines/azure-pipelines-win.yml

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

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions .ci_support/migrations/ipopt31416.yaml

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions .ci_support/osx_arm64_numpy1.22python3.8.____cpython.yaml

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions README.md

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

7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{% set name = "pyoptsparse" %}
{% set version = "2.10.2" %}
{% set version = "2.11.0" %}

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

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

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

requirements:
build:
Expand Down