diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-03 07:41:14 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-03 07:41:14 +0000 |
commit | a44229b5cf69d83727da43d6063e803b0e42d81d (patch) | |
tree | 3879cb05b82d8f56423d2c6394e7da479da467c0 /math/deal.ii/files/patch-doc_CMakeLists.txt | |
parent | - Update libva to 2.3.0 (diff) |
New port: math/deal.ii: Finite element Differential Equations Analysis Library (DEAL)
The official name of the project is deal.II
Diffstat (limited to 'math/deal.ii/files/patch-doc_CMakeLists.txt')
-rw-r--r-- | math/deal.ii/files/patch-doc_CMakeLists.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/math/deal.ii/files/patch-doc_CMakeLists.txt b/math/deal.ii/files/patch-doc_CMakeLists.txt new file mode 100644 index 000000000000..a37add7e2c19 --- /dev/null +++ b/math/deal.ii/files/patch-doc_CMakeLists.txt @@ -0,0 +1,21 @@ +--- doc/CMakeLists.txt.orig 2018-10-03 01:10:49 UTC ++++ doc/CMakeLists.txt +@@ -55,12 +55,12 @@ ENDIF(DEAL_II_COMPONENT_DOCUMENTATION) + # Always install a minimalistic README and LICENSE file: + # + +-INSTALL(FILES +- ${CMAKE_SOURCE_DIR}/README.md +- ${CMAKE_SOURCE_DIR}/LICENSE +- DESTINATION ${DEAL_II_DOCREADME_RELDIR} +- COMPONENT library +- ) ++#INSTALL(FILES ++# ${CMAKE_SOURCE_DIR}/README.md ++# ${CMAKE_SOURCE_DIR}/LICENSE ++# DESTINATION ${DEAL_II_DOCREADME_RELDIR} ++# COMPONENT library ++# ) + + # + # Add a dummy target to make documentation files known to IDEs. |