mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
da78c7eb88
* [glpk] Fix feature build error * update version * update * version * Add new line * version --------- Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "glpk",
|
|
"version": "5.0",
|
|
"port-version": 3,
|
|
"maintainers": "Fabio A. Correa Duran",
|
|
"description": [
|
|
"The GNU Linear Programming Kit (GLPK) solves large-scale linear programming (LP), mixed integer programming (MIP), and related problems.",
|
|
"GLPK includes the following main components:",
|
|
"Primal and dual simplex methods",
|
|
"Primal-dual interior-point method",
|
|
"Branch-and-cut method",
|
|
"Translator for GNU MathProg",
|
|
"Application program interface (API)",
|
|
"Stand-alone LP/MIP solver "
|
|
],
|
|
"homepage": "https://www.gnu.org/software/glpk/",
|
|
"documentation": "https://www.gnu.org/software/glpk/#documentation",
|
|
"license": "GPL-3.0-or-later",
|
|
"supports": "!xbox",
|
|
"features": {
|
|
"dl": {
|
|
"description": "Enable shared library support",
|
|
"dependencies": [
|
|
"dlfcn-win32"
|
|
]
|
|
},
|
|
"gmp": {
|
|
"description": "Use the GNU Multiple Precision Arithmetic Library",
|
|
"dependencies": [
|
|
"gmp"
|
|
]
|
|
},
|
|
"mysql": {
|
|
"description": "Sharing between MathProg objects and MySQL databases (libmysql)",
|
|
"dependencies": [
|
|
{
|
|
"name": "glpk",
|
|
"features": [
|
|
"dl"
|
|
]
|
|
},
|
|
"libmysql"
|
|
]
|
|
},
|
|
"odbc": {
|
|
"description": "Sharing between MathProg objects and databases through ODBC (libiodbc)",
|
|
"dependencies": [
|
|
{
|
|
"name": "glpk",
|
|
"features": [
|
|
"dl"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|