mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:18:59 +08:00
f1cebbc731
* [arpack-ng] Allow obsolete msvcrt * [arpack-ng] Update DB
26 lines
551 B
JSON
26 lines
551 B
JSON
{
|
|
"name": "arpack-ng",
|
|
"version": "3.9.0",
|
|
"port-version": 1,
|
|
"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"
|
|
}
|
|
]
|
|
}
|