math/dune-istl: Add forgotten file
This commit is contained in:
parent
f6e35ec477
commit
3db1b983d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561775
1 changed files with 21 additions and 0 deletions
21
math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake
Normal file
21
math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake
Normal file
|
@ -0,0 +1,21 @@
|
|||
- math/arpack++ installs headers into include/ARPACK++, not include/arpack++
|
||||
|
||||
--- cmake/modules/FindARPACKPP.cmake.orig 2021-01-16 23:52:06 UTC
|
||||
+++ cmake/modules/FindARPACKPP.cmake
|
||||
@@ -32,14 +32,14 @@ find_package(ARPACK)
|
||||
find_path(ARPACKPP_INCLUDE_DIR
|
||||
NAMES "arssym.h"
|
||||
PATHS ${ARPACKPP_PREFIX} ${ARPACKPP_ROOT}
|
||||
- PATH_SUFFIXES "include" "include/arpack++"
|
||||
+ PATH_SUFFIXES "include" "include/ARPACK++"
|
||||
NO_DEFAULT_PATH
|
||||
)
|
||||
|
||||
# look for header files, including default paths
|
||||
find_path(ARPACKPP_INCLUDE_DIR
|
||||
NAMES "arssym.h"
|
||||
- PATH_SUFFIXES "include" "include/arpack++"
|
||||
+ PATH_SUFFIXES "include" "include/ARPACK++"
|
||||
)
|
||||
|
||||
# The arpack++ package in Debian also includes a shared library that we have
|
Loading…
Reference in a new issue