Skip to content

Commit

Permalink
[arpack-ng] Export Fortran symbols (microsoft#42718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A authored Dec 16, 2024
1 parent 6936437 commit bda3f46
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/arpack-ng/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ vcpkg_cmake_configure(
-DICBEXMM=OFF
-DEXAMPLES=OFF
-DTESTS=OFF
-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
)

vcpkg_cmake_install()
Expand Down
1 change: 1 addition & 0 deletions ports/arpack-ng/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/arpack-ng.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "278c6c66052d39f6df0519440ea599b13125116e",
"version": "3.9.1",
"port-version": 1
},
{
"git-tree": "7dd6a7103d3c8f2b5377921d2edc2b29d330a531",
"version": "3.9.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
},
"arpack-ng": {
"baseline": "3.9.1",
"port-version": 0
"port-version": 1
},
"arrayfire": {
"baseline": "3.8.0",
Expand Down

0 comments on commit bda3f46

Please sign in to comment.