mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[arpack-ng] Export Fortran symbols (#42718)
This commit is contained in:
parent
6936437e11
commit
bda3f4603b
@ -23,6 +23,7 @@ vcpkg_cmake_configure(
|
||||
-DICBEXMM=OFF
|
||||
-DEXAMPLES=OFF
|
||||
-DTESTS=OFF
|
||||
-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "arpack-ng",
|
||||
"version": "3.9.1",
|
||||
"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": "278c6c66052d39f6df0519440ea599b13125116e",
|
||||
"version": "3.9.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "7dd6a7103d3c8f2b5377921d2edc2b29d330a531",
|
||||
"version": "3.9.1",
|
||||
|
@ -238,7 +238,7 @@
|
||||
},
|
||||
"arpack-ng": {
|
||||
"baseline": "3.9.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"arrayfire": {
|
||||
"baseline": "3.8.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user