[Rcpp-commits] r3497 - in pkg/RcppEigen/inst/include: . unsupported/Eigen unsupported/Eigen/src/MoreVectorization

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 8 20:19:09 CET 2012


Author: dmbates
Date: 2012-03-08 20:19:09 +0100 (Thu, 08 Mar 2012)
New Revision: 3497

Removed:
   pkg/RcppEigen/inst/include/RcppEigenConfig.h
   pkg/RcppEigen/inst/include/unsupported/Eigen/MoreVectorization
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/MoreVectorization/CMakeLists.txt
Log:
Delete the unsupported/Eigen/src/MoreVectorization module which we don't need


Deleted: pkg/RcppEigen/inst/include/RcppEigenConfig.h
===================================================================
--- pkg/RcppEigen/inst/include/RcppEigenConfig.h	2012-03-08 19:17:46 UTC (rev 3496)
+++ pkg/RcppEigen/inst/include/RcppEigenConfig.h	2012-03-08 19:19:09 UTC (rev 3497)
@@ -1,26 +0,0 @@
-// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
-//
-// RcppEigenConfig.h: Rcpp/Eigen glue
-//
-// Copyright (C)      2011 Douglas Bates, Dirk Eddelbuettel and Romain Francois
-//
-// This file is part of RcppEigen.
-//
-// RcppEigen is free software: you can redistribute it and/or modify it
-// under the terms of the GNU General Public License as published by
-// the Free Software Foundation, either version 2 of the License, or
-// (at your option) any later version.
-//
-// RcppEigen is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with RcppEigen.  If not, see <http://www.gnu.org/licenses/>.
-
-#ifndef RcppEigen__RcppEigenConfig__h
-#define RcppEigen__RcppEigenConfig__h
-
-#endif
-

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/MoreVectorization
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/MoreVectorization	2012-03-08 19:17:46 UTC (rev 3496)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/MoreVectorization	2012-03-08 19:19:09 UTC (rev 3497)
@@ -1,16 +0,0 @@
-#ifndef EIGEN_MOREVECTORIZATION_MODULE_H
-#define EIGEN_MOREVECTORIZATION_MODULE_H
-
-#include <Eigen/Core>
-
-namespace Eigen {
-
-/** \ingroup Unsupported_modules
-  * \defgroup MoreVectorization More vectorization module
-  */
-
-#include "src/MoreVectorization/MathFunctions.h"
-
-}
-
-#endif // EIGEN_MOREVECTORIZATION_MODULE_H

Deleted: pkg/RcppEigen/inst/include/unsupported/Eigen/src/MoreVectorization/CMakeLists.txt
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/MoreVectorization/CMakeLists.txt	2012-03-08 19:17:46 UTC (rev 3496)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/MoreVectorization/CMakeLists.txt	2012-03-08 19:19:09 UTC (rev 3497)
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_MoreVectorization_SRCS "*.h")
-
-INSTALL(FILES
-  ${Eigen_MoreVectorization_SRCS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/MoreVectorization COMPONENT Devel
-  )



More information about the Rcpp-commits mailing list