Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2021 00:31:29 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561775 - head/math/dune-istl/files
Message-ID:  <202101170031.10H0VTfZ067560@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jan 17 00:31:29 2021
New Revision: 561775
URL: https://svnweb.freebsd.org/changeset/ports/561775

Log:
  math/dune-istl: Add forgotten file

Added:
  head/math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake   (contents, props changed)

Added: head/math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-istl/files/patch-cmake_modules_FindARPACKPP.cmake	Sun Jan 17 00:31:29 2021	(r561775)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101170031.10H0VTfZ067560>