[Rcpp-commits] r3642 - in pkg/RcppEigen/inst/include/unsupported/Eigen/src: AutoDiff BVH IterativeSolvers KroneckerProduct MatrixFunctions NonLinearOptimization NumericalDiff Polynomials Skyline Splines

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 25 21:37:44 CEST 2012


Author: dmbates
Date: 2012-06-25 21:37:43 +0200 (Mon, 25 Jun 2012)
New Revision: 3642

Removed:
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/AutoDiff/CMakeLists.txt
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/BVH/CMakeLists.txt
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/IterativeSolvers/CMakeLists.txt
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/KroneckerProduct/CMakeLists.txt
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/MatrixFunctions/CMakeLists.txt
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/NonLinearOptimization/CMakeLists.txt
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/NumericalDiff/CMakeLists.txt
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/Polynomials/CMakeLists.txt
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/Skyline/CMakeLists.txt
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/Splines/CMakeLists.txt
Log:
Remove the redundant CMakeLists.txt files

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/src/AutoDiff/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/AutoDiff/CMakeLists.txt	2012-06-25 19:37:11 UTC (rev 3641)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/AutoDiff/CMakeLists.txt	2012-06-25 19:37:43 UTC (rev 3642)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_AutoDiff_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_AutoDiff_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/AutoDiff COMPONENT Devel
-  )

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/src/BVH/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/BVH/CMakeLists.txt	2012-06-25 19:37:11 UTC (rev 3641)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/BVH/CMakeLists.txt	2012-06-25 19:37:43 UTC (rev 3642)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_BVH_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_BVH_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/BVH COMPONENT Devel
-  )

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/src/IterativeSolvers/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/IterativeSolvers/CMakeLists.txt	2012-06-25 19:37:11 UTC (rev 3641)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/IterativeSolvers/CMakeLists.txt	2012-06-25 19:37:43 UTC (rev 3642)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_IterativeSolvers_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_IterativeSolvers_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/IterativeSolvers COMPONENT Devel
-  )

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/src/KroneckerProduct/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/KroneckerProduct/CMakeLists.txt	2012-06-25 19:37:11 UTC (rev 3641)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/KroneckerProduct/CMakeLists.txt	2012-06-25 19:37:43 UTC (rev 3642)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_KroneckerProduct_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_KroneckerProduct_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/KroneckerProduct COMPONENT Devel
-  )

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/src/MatrixFunctions/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/MatrixFunctions/CMakeLists.txt	2012-06-25 19:37:11 UTC (rev 3641)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/MatrixFunctions/CMakeLists.txt	2012-06-25 19:37:43 UTC (rev 3642)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_MatrixFunctions_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_MatrixFunctions_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/MatrixFunctions COMPONENT Devel
-  )

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/src/NonLinearOptimization/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/NonLinearOptimization/CMakeLists.txt	2012-06-25 19:37:11 UTC (rev 3641)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/NonLinearOptimization/CMakeLists.txt	2012-06-25 19:37:43 UTC (rev 3642)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_NonLinearOptimization_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_NonLinearOptimization_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/NonLinearOptimization COMPONENT Devel
-  )

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/src/NumericalDiff/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/NumericalDiff/CMakeLists.txt	2012-06-25 19:37:11 UTC (rev 3641)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/NumericalDiff/CMakeLists.txt	2012-06-25 19:37:43 UTC (rev 3642)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_NumericalDiff_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_NumericalDiff_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/NumericalDiff COMPONENT Devel
-  )

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/src/Polynomials/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/Polynomials/CMakeLists.txt	2012-06-25 19:37:11 UTC (rev 3641)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/Polynomials/CMakeLists.txt	2012-06-25 19:37:43 UTC (rev 3642)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_Polynomials_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_Polynomials_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Polynomials COMPONENT Devel
-  )

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/src/Skyline/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/Skyline/CMakeLists.txt	2012-06-25 19:37:11 UTC (rev 3641)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/Skyline/CMakeLists.txt	2012-06-25 19:37:43 UTC (rev 3642)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_Skyline_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_Skyline_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Skyline COMPONENT Devel
-  )

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/src/Splines/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/Splines/CMakeLists.txt	2012-06-25 19:37:11 UTC (rev 3641)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/Splines/CMakeLists.txt	2012-06-25 19:37:43 UTC (rev 3642)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_Splines_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_Splines_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Splines COMPONENT Devel
-  )



More information about the Rcpp-commits mailing list