From 5cbea196fd99687150c9eba13008d9132162652f Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 15 Oct 2023 18:53:10 +0200 Subject: math/dune-*: chase the upgrade of arpack++ (arpackpp) --- math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake') 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 -- cgit v1.2.3