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

add missing dependency for ipopt on libscotch #864

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
12 changes: 12 additions & 0 deletions recipe/patch_yaml/ipopt-scotch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ipopt links libscotch without depending on it
# This affects versions back to 3.13.3,
# but tracking down scotches that far is too tedious
# and mumps-seq's transitive pin is generally enough for past builds
# because all 5.6 and 5.7 builds before 5.7.3 pin scotch 7.0.4
if:
name: ipopt
version: 3.14.16
build_number_lt: 6
not_subdir_in: win-*
then:
- add_depends: libscotch 7.0.4