[Lunar-commits] <moonbase> eigen: Deleting/renamed.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Sep 7 17:21:23 CEST 2011


commit b83b141a4f1b85c9a40e88916d0a329b1405ce9a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Sep 7 11:21:23 2011 -0400

    eigen: Deleting/renamed.
---
 libs/eigen/BUILD   |   16 ----------------
 libs/eigen/DEPENDS |    1 -
 libs/eigen/DETAILS |   26 --------------------------
 3 files changed, 0 insertions(+), 43 deletions(-)

diff --git a/libs/eigen/BUILD b/libs/eigen/BUILD
deleted file mode 100644
index 8413e7e..0000000
--- a/libs/eigen/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-(
-
-  OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build"  &&
-
-  sedit "s:share/pkgconfig:/usr/lib/pkgconfig:g" CMakeLists.txt &&                                                                                                                                                                  
-
-  mkdir $OOSB_DIR  &&                                                                                                                                             
-  cd $OOSB_DIR     &&
-
-  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-                           -DCMAKE_BUILD_TYPE=RELEASE             \
-                           $OPTS                                 &&
-
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/libs/eigen/DEPENDS b/libs/eigen/DEPENDS
deleted file mode 100644
index 60dd614..0000000
--- a/libs/eigen/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends cmake
diff --git a/libs/eigen/DETAILS b/libs/eigen/DETAILS
deleted file mode 100644
index c1384a5..0000000
--- a/libs/eigen/DETAILS
+++ /dev/null
@@ -1,26 +0,0 @@
-          MODULE=eigen
-         VERSION=3.0.2
-          SOURCE=$VERSION.tar.bz2
-      SOURCE_URL=http://bitbucket.org/eigen/$MODULE/get
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MODULE-$VERSION
-      SOURCE_VFY=sha1:2bcc7a6b415f5c75b5e061a399c3f9ab9aadb708
-        WEB_SITE=http://eigen.tuxfamily.org
-         ENTERED=20080112
-         UPDATED=20110906
-           SHORT="linear algebra libraries for simple mathematical needs"
-
-cat << EOF
-Unlike most other linear algebra libraries, Eigen focuses on the simple
-mathematical needs of applications: games and other OpenGL apps, spreadsheets
-and other office apps, etc. Eigen is dedicated to providing optimal speed with
-GCC.
-    * Its fixed-size classes are specially optimized for small sizes up to 4,
-      although it is theoretically possible to specialize them to any size.
-      They never cause dynamic memory applications and the simple operations on
-      them are as fast as is possible at least for sizes up to 4 (see below).
-
-    * Its dynamic-size classes are more flexible and suitable for larger sizes.
-
-Both fixed-size and dynamic-size classes use the same underlying C++ code,
-thanks to a curiously recurring template pattern.
-EOF


More information about the Lunar-commits mailing list