math/dune-*: chase the upgrade of arpack++ (arpackpp)

This commit is contained in:
Thierry Thomas 2023-10-15 18:53:10 +02:00
parent 52672d5fb8
commit 5cbea196fd
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= dune-fem
DISTVERSION= 2.8.0.5
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org

View file

@ -1,6 +1,6 @@
PORTNAME= dune-istl
DISTVERSION= 2.8.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org

View file

@ -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