zeek/auxil/vcpkg/ports/hypre/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
429 B
JSON

{
"name": "hypre",
"version": "2.32.0",
"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
}
]
}