[Lunar-commits] <moonbase> Vc: Bump to 0.4.90 (something a little more stable than git).

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Sep 17 23:08:31 CEST 2011


commit e16b82f0020214a677716de1ad9c4d4b894f1e7a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Sep 17 17:08:31 2011 -0400

    Vc: Bump to 0.4.90 (something a little more stable than git).
    
    Note: You will need gcc-4.5.3 or better. I have been running 4.5.3 for a while
    and tempted to bump gcc. I think it would be less disruptive than gcc-4.6.x.
---
 zbeta/Vc/CONFIGURE |    2 +-
 zbeta/Vc/DETAILS   |   12 +++++-------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/zbeta/Vc/CONFIGURE b/zbeta/Vc/CONFIGURE
index dcebdf8..8ced373 100644
--- a/zbeta/Vc/CONFIGURE
+++ b/zbeta/Vc/CONFIGURE
@@ -11,5 +11,5 @@ mquery USE_XOP "Use XOP?" y "-DUSE_XOP=ON" "-DUSE_XOP=OFF"
 mquery BUILD_BENCHMARKS "Build benchmarks?" y "-DBUILD_BENCHMARKS=ON" "BUILD_BENCHMARKS=OFF"
 mquery BUILD_EXAMPLES "Build examples?" n "-DBUILD_EXAMPLES=ON" "-DBUILD_EXAMPLES=OFF"
 mquery BUILD_TESTING "Build the testing tree." y "-DBUILD_TESTING=ON" "-DBUILD_TESTING=OFF"
-mquery STRICT_ALIASING "Enable strict aliasing rules for more aggressive optimizations" y "-DENABLE_STRICT_ALIASING=ON" "-DENABLE_STRICT_ALIASING=OFF"
+mquery STRICT_ALIASING "Enable strict aliasing rules for more aggressive optimizations" n "-DENABLE_STRICT_ALIASING=ON" "-DENABLE_STRICT_ALIASING=OFF"
 
diff --git a/zbeta/Vc/DETAILS b/zbeta/Vc/DETAILS
index 6a9e45c..119223d 100644
--- a/zbeta/Vc/DETAILS
+++ b/zbeta/Vc/DETAILS
@@ -1,15 +1,13 @@
           MODULE=Vc
-         VERSION=git
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=git://code.compeng.uni-frankfurt.de/vc
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Vc-git
-#      SOURCE_VFY=sha1:2507cc378766f428e5bcc203b10b037ab05bf200
+         VERSION=0.4.90
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://code.compeng.uni-frankfurt.de/attachments/download/51/
+      SOURCE_VFY=sha1:2507cc378766f428e5bcc203b10b037ab05bf200
         WEB_SITE=http://code.compeng.uni-frankfurt.de/projects/vc
          ENTERED=20110517
-         UPDATED=20110517
+         UPDATED=20110917
            SHORT="library to ease explicit vectorization of C++ code"
 
-#PSAFE=no
 cat << EOF
 The use of SIMD is becoming increasingly important with modern CPUs. The SIMD 
 instruction sets are being improved: new instructions are added as well as 


More information about the Lunar-commits mailing list