Skip to content

Commit

Permalink
CPM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Aug 20, 2024
1 parent 1736411 commit 3a40b47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -754,10 +754,10 @@ set(CPACK_PACKAGE_VERSION_PATCH "${TFEL_VERSION_PATCH}")
set(CPACK_PACKAGE_VERSION_MAJOR "${TFEL_VERSION_MAJOR}")
set(CPACK_PACKAGE_VERSION_MINOR "${TFEL_VERSION_MINOR}")
set(CPACK_PACKAGE_VENDOR "CEA_EDF")
set(CPACK_SOURCE_IGNORE_FILES "build;/\.git/;.*~")
#set(CPACK_SOURCE_IGNORE_FILES "build;/\.git/;.*~")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "TFEL is a numerical library.")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENCE-GNU-GPL")
#set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
#set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENCE-GNU-GPL")

# rpm packaging
set(CPACK_RPM_COMPONENT_INSTALL ON)
Expand Down
2 changes: 1 addition & 1 deletion docs/mfront/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ macro(install_mfront_desc3 directory1 directory2 file)
DESTINATION share/doc/mfront/${directory2}
COMPONENT mfront)
endif(TFEL_APPEND_SUFFIX)
endmacro(install_mfront_desc2 directory file)
endmacro(install_mfront_desc3 directory file)

install_mfront_desc(AdditionalConvergenceChecks)
install_mfront_desc(AdditionalTangentOperatorBlock)
Expand Down

0 comments on commit 3a40b47

Please sign in to comment.