vcpkg/ports/hypre/vcpkg.json
chausner 1bf071d189
[hypre] Update to 2.23.0 (#21394)
* Update hypre to 2.23.0

* Update CI baseline

* Add back vcpkg_check_linkage(ONLY_STATIC_LIBRARY) on Windows

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:35:34 -08:00

20 lines
429 B
JSON

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