mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:59:07 +08:00
1bf071d189
* 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>
20 lines
429 B
JSON
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
|
|
}
|
|
]
|
|
}
|