Skip to content

Commit

Permalink
math/dune-*: chase the upgrade of arpack++ (arpackpp)
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed Oct 15, 2023
1 parent 52672d5 commit 5cbea19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion math/dune-fem/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-fem
DISTVERSION= 2.8.0.5
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand Down
2 changes: 1 addition & 1 deletion math/dune-istl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-istl
DISTVERSION= 2.8.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand Down
4 changes: 2 additions & 2 deletions math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake
Expand Up @@ -7,15 +7,15 @@
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
)

# 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++"
+ PATH_SUFFIXES "include" "include/arpackpp"
)

# The arpack++ package in Debian also includes a shared library that we have

0 comments on commit 5cbea19

Please sign in to comment.