[arpack-ng] Export Fortran symbols (#42718)

This commit is contained in:
Alexander Neumann 2024-12-16 17:09:35 +01:00 committed by GitHub
parent 6936437e11
commit bda3f4603b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 1 deletions

View File

@ -23,6 +23,7 @@ vcpkg_cmake_configure(
-DICBEXMM=OFF
-DEXAMPLES=OFF
-DTESTS=OFF
-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
)
vcpkg_cmake_install()

View File

@ -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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "278c6c66052d39f6df0519440ea599b13125116e",
"version": "3.9.1",
"port-version": 1
},
{
"git-tree": "7dd6a7103d3c8f2b5377921d2edc2b29d330a531",
"version": "3.9.1",

View File

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