2023-02-27 23:34:22 +01:00
|
|
|
{
|
|
|
|
"name": "arpack-ng",
|
2024-04-29 13:13:11 +00:00
|
|
|
"version": "3.9.1",
|
2024-12-16 17:09:35 +01:00
|
|
|
"port-version": 1,
|
2023-02-27 23:34:22 +01:00
|
|
|
"description": "ARPACK-NG is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.",
|
|
|
|
"homepage": "https://github.com/opencollab/arpack-ng",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
"blas",
|
|
|
|
"lapack",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-gfortran",
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|