git: 5cbea196fd99 - main - math/dune-*: chase the upgrade of arpack++ (arpackpp)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Oct 2023 17:10:29 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cbea196fd99687150c9eba13008d9132162652f commit 5cbea196fd99687150c9eba13008d9132162652f Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-10-15 16:53:10 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-10-15 17:08:47 +0000 math/dune-*: chase the upgrade of arpack++ (arpackpp) --- math/dune-fem/Makefile | 2 +- math/dune-istl/Makefile | 2 +- math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile index e22e2dec53b7..974d9717edf1 100644 --- a/math/dune-fem/Makefile +++ b/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 diff --git a/math/dune-istl/Makefile b/math/dune-istl/Makefile index 0b6485a18779..edc8248b425e 100644 --- a/math/dune-istl/Makefile +++ b/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 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