mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"name": "hypre",
|
|
"version": "2.29.0",
|
|
"port-version": 1,
|
|
"description": "Parallel solvers for sparse linear systems featuring multigrid methods",
|
|
"homepage": "https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods",
|
|
"dependencies": [
|
|
"blas",
|
|
"lapack",
|
|
"mpi",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|