mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[arpack-ng] Workaround "outdated dynamic CRT" (#29935)
* [arpack-ng] Allow obsolete msvcrt * [arpack-ng] Update DB
This commit is contained in:
parent
f3a39f1aaf
commit
f1cebbc731
@ -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
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8bee9f6f6141b136982fd4b4b1d7e6a4a6d9a0df",
|
||||
"version": "3.9.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "ad2fd897c58d9cf2976a1be1efc10e36aa4e1af6",
|
||||
"version": "3.9.0",
|
||||
|
@ -206,7 +206,7 @@
|
||||
},
|
||||
"arpack-ng": {
|
||||
"baseline": "3.9.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"arrayfire": {
|
||||
"baseline": "3.8.0",
|
||||
|
Loading…
Reference in New Issue
Block a user