Skip to content

Commit

Permalink
Fix builds for ARPACK-NG some more
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Nov 11, 2023
1 parent 6e9ef09 commit 8f2d975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@Properties(
inherit = openblas.class,
value = @Platform(
include = {"arpack-ng/arpackdef.h", "arpack-ng/arpack.h", "arpack-ng/arpack.hpp", "arpack-ng/debug_c.hpp", "arpack-ng/stat_c.hpp"},
include = {"arpack/arpackdef.h", "arpack/arpack.h", "arpack/arpack.hpp", "arpack/debug_c.hpp", "arpack/stat_c.hpp"},
link = "arpack@.2",
preload = "libarpack-2"),
global = "org.bytedeco.arpackng.global.arpack")
Expand Down

0 comments on commit 8f2d975

Please sign in to comment.