Skip to content

Commit

Permalink
configure should still install cmake files
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Oct 14, 2023
1 parent 4032903 commit 3371fdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ detect_arpack_bug.m4 CMakeLists.txt

pkgconfig_DATA = arpack@LIBSUFFIX@@[email protected] parpack@LIBSUFFIX@@[email protected]

cmakedir = $(libdir)/cmake/arpack-ng
cmake_DATA = cmake/arpackng-config-version.cmake \
cmake/arpackng-config.cmake

# Due to the LIBSUFFIX/ITF64SUFFIX, configure doesn't automatically clean this file:
DISTCLEANFILES = arpack@LIBSUFFIX@@[email protected] parpack@LIBSUFFIX@@[email protected]
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ AC_CONFIG_FILES([
AC_CONFIG_FILES([
arpackdef.h
arpackicb.h
cmake/arpackng-config-version.cmake
cmake/arpackng-config.cmake
Makefile
ICB/Makefile
UTIL/Makefile
Expand Down

0 comments on commit 3371fdf

Please sign in to comment.