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

ipopt v3.14.17 #127

Closed
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
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "Ipopt" %}
{% set version = "3.14.16" %}
{% set version = "3.14.17" %}

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

source:
- url: https://github.com/coin-or/Ipopt/archive/releases/{{ version }}.tar.gz
sha256: cc8c217991240db7eb14189eee0dff88f20a89bac11958b48625fa512fe8d104
sha256: 17ab8e9a6059ab11172c184e5947e7a7dda9fed0764764779c27e5b8e46f3d75
patches:
- pkg-config-do-not-add-requires-private.patch

build:
number: 11
number: 0
run_exports:
- {{ pin_subpackage('ipopt', max_pin='x.x.x') }}

Expand Down