diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-10-15 18:53:10 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-10-15 19:08:47 +0200 |
commit | 5cbea196fd99687150c9eba13008d9132162652f (patch) | |
tree | c1a81b2c6ce67373387f24c5984475d4c03fdf8d /math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake | |
parent | math/arpack++: upgrade to 2.4.0 (diff) |
math/dune-*: chase the upgrade of arpack++ (arpackpp)
Diffstat (limited to 'math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake')
-rw-r--r-- | math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake b/math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake index 470baa06ce68..1cde6eeb66bb 100644 --- a/math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake +++ b/math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake @@ -7,7 +7,7 @@ NAMES "arssym.h" PATHS ${ARPACKPP_PREFIX} ${ARPACKPP_ROOT} - PATH_SUFFIXES "include" "include/arpack++" -+ PATH_SUFFIXES "include" "include/ARPACK++" ++ PATH_SUFFIXES "include" "include/arpackpp" NO_DEFAULT_PATH ) @@ -15,7 +15,7 @@ find_path(ARPACKPP_INCLUDE_DIR NAMES "arssym.h" - PATH_SUFFIXES "include" "include/arpack++" -+ PATH_SUFFIXES "include" "include/ARPACK++" ++ PATH_SUFFIXES "include" "include/arpackpp" ) # The arpack++ package in Debian also includes a shared library that we have |