[arpack-ng] Workaround "outdated dynamic CRT" (#29935)

* [arpack-ng] Allow obsolete msvcrt

* [arpack-ng] Update DB
This commit is contained in:
Fabien Péan 2023-03-01 18:45:11 +01:00 committed by GitHub
parent f3a39f1aaf
commit f1cebbc731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,6 @@
include(vcpkg_find_fortran)
vcpkg_find_fortran(FORTRAN_CMAKE)
set(VCPKG_POLICY_ALLOW_OBSOLETE_MSVCRT enabled)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH

View File

@ -1,6 +1,7 @@
{
"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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8bee9f6f6141b136982fd4b4b1d7e6a4a6d9a0df",
"version": "3.9.0",
"port-version": 1
},
{
"git-tree": "ad2fd897c58d9cf2976a1be1efc10e36aa4e1af6",
"version": "3.9.0",

View File

@ -206,7 +206,7 @@
},
"arpack-ng": {
"baseline": "3.9.0",
"port-version": 0
"port-version": 1
},
"arrayfire": {
"baseline": "3.8.0",