aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/coin-or-ipopt/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/coin-or-ipopt/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/coin-or-ipopt/vcpkg.json')
-rw-r--r--vcpkg/ports/coin-or-ipopt/vcpkg.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/coin-or-ipopt/vcpkg.json b/vcpkg/ports/coin-or-ipopt/vcpkg.json
new file mode 100644
index 0000000..d3a9d58
--- /dev/null
+++ b/vcpkg/ports/coin-or-ipopt/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "coin-or-ipopt",
+ "version-date": "2023-02-01",
+ "description": "Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software package for large-scale nonlinear optimization",
+ "homepage": "https://github.com/coin-or/Ipopt",
+ "license": "EPL-2.0",
+ "dependencies": [
+ "coinutils",
+ "intel-mkl"
+ ]
+}