[Rcpp-commits] r3641 - in pkg/RcppEigen/inst/include/Eigen: . src/Core src/Eigen2Support src/Eigen2Support/Geometry src/Geometry src/Geometry/arch src/Householder src/IterativeLinearSolvers src/OrderingMethods src/PardisoSupport src/SVD src/SparseCholesky src/SparseCore src/StlSupport src/SuperLUSupport src/UmfPackSupport src/misc src/plugins
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 25 21:37:11 CEST 2012
Author: dmbates
Date: 2012-06-25 21:37:11 +0200 (Mon, 25 Jun 2012)
New Revision: 3641
Removed:
pkg/RcppEigen/inst/include/Eigen/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/Core/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/Eigen2Support/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/Eigen2Support/Geometry/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/Geometry/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/Geometry/arch/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/Householder/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/IterativeLinearSolvers/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/OrderingMethods/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/PardisoSupport/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/SVD/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/SparseCholesky/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/SparseCore/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/StlSupport/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/SuperLUSupport/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/UmfPackSupport/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/misc/CMakeLists.txt
pkg/RcppEigen/inst/include/Eigen/src/plugins/CMakeLists.txt
Log:
Remove the redundant CMakeLists.txt files
Deleted: pkg/RcppEigen/inst/include/Eigen/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,19 +0,0 @@
-include(RegexUtils)
-test_escape_string_as_regex()
-
-file(GLOB Eigen_directory_files "*")
-
-escape_string_as_regex(ESCAPED_CMAKE_CURRENT_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
-
-foreach(f ${Eigen_directory_files})
- if(NOT f MATCHES "\\.txt" AND NOT f MATCHES "${ESCAPED_CMAKE_CURRENT_SOURCE_DIR}/[.].+" AND NOT f MATCHES "${ESCAPED_CMAKE_CURRENT_SOURCE_DIR}/src")
- list(APPEND Eigen_directory_files_to_install ${f})
- endif()
-endforeach(f ${Eigen_directory_files})
-
-install(FILES
- ${Eigen_directory_files_to_install}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen COMPONENT Devel
- )
-
-add_subdirectory(src)
Deleted: pkg/RcppEigen/inst/include/Eigen/src/Core/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/Core/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/Core/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,10 +0,0 @@
-FILE(GLOB Eigen_Core_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_Core_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core COMPONENT Devel
- )
-
-ADD_SUBDIRECTORY(products)
-ADD_SUBDIRECTORY(util)
-ADD_SUBDIRECTORY(arch)
Deleted: pkg/RcppEigen/inst/include/Eigen/src/Eigen2Support/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/Eigen2Support/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/Eigen2Support/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,8 +0,0 @@
-FILE(GLOB Eigen_Eigen2Support_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_Eigen2Support_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Eigen2Support COMPONENT Devel
- )
-
-ADD_SUBDIRECTORY(Geometry)
\ No newline at end of file
Deleted: pkg/RcppEigen/inst/include/Eigen/src/Eigen2Support/Geometry/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/Eigen2Support/Geometry/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/Eigen2Support/Geometry/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_Eigen2Support_Geometry_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_Eigen2Support_Geometry_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Eigen2Support/Geometry
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/Geometry/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/Geometry/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/Geometry/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,8 +0,0 @@
-FILE(GLOB Eigen_Geometry_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_Geometry_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Geometry COMPONENT Devel
- )
-
-ADD_SUBDIRECTORY(arch)
Deleted: pkg/RcppEigen/inst/include/Eigen/src/Geometry/arch/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/Geometry/arch/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/Geometry/arch/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_Geometry_arch_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_Geometry_arch_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Geometry/arch COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/Householder/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/Householder/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/Householder/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_Householder_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_Householder_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Householder COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/IterativeLinearSolvers/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/IterativeLinearSolvers/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/IterativeLinearSolvers/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_IterativeLinearSolvers_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_IterativeLinearSolvers_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/IterativeLinearSolvers COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/OrderingMethods/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/OrderingMethods/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/OrderingMethods/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_OrderingMethods_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_OrderingMethods_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/OrderingMethods COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/PardisoSupport/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/PardisoSupport/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/PardisoSupport/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_PardisoSupport_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_PardisoSupport_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/PardisoSupport COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/SVD/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/SVD/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/SVD/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_SVD_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_SVD_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SVD COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/SparseCholesky/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/SparseCholesky/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/SparseCholesky/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_SparseCholesky_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_SparseCholesky_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SparseCholesky COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/SparseCore/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/SparseCore/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/SparseCore/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_SparseCore_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_SparseCore_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SparseCore COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/StlSupport/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/StlSupport/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/StlSupport/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_StlSupport_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_StlSupport_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/StlSupport COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/SuperLUSupport/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/SuperLUSupport/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/SuperLUSupport/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_SuperLUSupport_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_SuperLUSupport_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SuperLUSupport COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/UmfPackSupport/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/UmfPackSupport/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/UmfPackSupport/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_UmfPackSupport_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_UmfPackSupport_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/UmfPackSupport COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/misc/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/misc/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/misc/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_misc_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_misc_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/misc COMPONENT Devel
- )
Deleted: pkg/RcppEigen/inst/include/Eigen/src/plugins/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/plugins/CMakeLists.txt 2012-06-23 17:07:05 UTC (rev 3640)
+++ pkg/RcppEigen/inst/include/Eigen/src/plugins/CMakeLists.txt 2012-06-25 19:37:11 UTC (rev 3641)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_plugins_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_plugins_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/plugins COMPONENT Devel
- )
More information about the Rcpp-commits
mailing list