[BUG FIX] Fix install: headers in /path/to/local/include/arpack (#398)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
arpack-ng - 3.9.1
|
||||
|
||||
[ Franck Houssen ]
|
||||
* [BUG FIX] Fix install: headers in /path/to/local/include/arpack
|
||||
|
||||
-- Franck Houssen <fghoussen@users.noreply.github.com> Sat, 11 Feb 2023 13:52:57 +0100
|
||||
|
||||
arpack-ng - 3.9.0
|
||||
|
||||
+1
-1
@@ -45,7 +45,7 @@ option(INTERFACE64 "use the 64-bit integer interface (ILP64) for ARPACK, BLAS an
|
||||
# 'make install' to the correct location, and also define
|
||||
# paths for target_include_directories and target_link_libraries
|
||||
include(GNUInstallDirs)
|
||||
set(ARPACK_INSTALL_INCLUDEDIR "${CMAKE_INSTALL_INCLUDEDIR}/arpack-ng${ITF64SUFFIX}")
|
||||
set(ARPACK_INSTALL_INCLUDEDIR "${CMAKE_INSTALL_INCLUDEDIR}/arpack${ITF64SUFFIX}")
|
||||
set(ARPACK_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake/arpackng${LIBSUFFIX}${ITF64SUFFIX}")
|
||||
|
||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
pkgincludedir = $(includedir)/arpack-ng@ITF64SUFFIX@
|
||||
pkgincludedir = $(includedir)/arpack@ITF64SUFFIX@
|
||||
pkginclude_HEADERS = debug.h stat.h debugF90.h statF90.h arpackdef.h
|
||||
|
||||
AM_DISTCHECK_CONFIGURE_FLAGS =
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@/arpack-ng@ITF64SUFFIX@
|
||||
includedir=@includedir@/arpack@ITF64SUFFIX@
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
includedir=@includedir@/arpack-ng@ITF64SUFFIX@
|
||||
includedir=@includedir@/arpack@ITF64SUFFIX@
|
||||
|
||||
Name: arpackSolver
|
||||
Description: Utility to test arpack with matrix market files
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@/arpack-ng@ITF64SUFFIX@
|
||||
includedir=@includedir@/arpack@ITF64SUFFIX@
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems
|
||||
|
||||
Reference in New Issue
Block a user