Skip to content

Commit

Permalink
Merge pull request #438 from sylvestre/cmake
Browse files Browse the repository at this point in the history
configure should still install cmake files
  • Loading branch information
sylvestre authored Oct 15, 2023
2 parents 4032903 + 3371fdf commit 569a385
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@@ITF64SUFFIX@.pc parpack@LIBSUFFIX@@ITF64SUFFIX@.pc

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@@ITF64SUFFIX@.pc parpack@LIBSUFFIX@@ITF64SUFFIX@.pc
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 569a385

Please sign in to comment.