[76999] trunk/dports/math/eigen3/Portfile

eborisch at macports.org eborisch at macports.org
Thu Mar 17 09:18:43 PDT 2011


Revision: 76999
          http://trac.macports.org/changeset/76999
Author:   eborisch at macports.org
Date:     2011-03-17 09:18:43 -0700 (Thu, 17 Mar 2011)
Log Message:
-----------
eigen3: Fix comments / variant descriptions

Modified Paths:
--------------
    trunk/dports/math/eigen3/Portfile

Modified: trunk/dports/math/eigen3/Portfile
===================================================================
--- trunk/dports/math/eigen3/Portfile	2011-03-17 16:16:30 UTC (rev 76998)
+++ trunk/dports/math/eigen3/Portfile	2011-03-17 16:18:43 UTC (rev 76999)
@@ -41,9 +41,9 @@
   build.target-append doc
 }
 
-variant blas description { Build Eigen-based libblas. Conflicts with other BLAS sources. } requires configured {
+variant blas description { Build eigen-based blas (libeigen_blas*) } requires configured {
   if {![variant_isset gcc44] && ![variant_isset gcc45]} {
-    ui_error "eigen3 +blas needs either +gcc44 or +gcc45 to succeed!"
+    ui_error "eigen3 +blas needs either +gcc44 or +gcc45 enabled!"
     return -code error
   } else {
     build.target-append blas
@@ -78,7 +78,7 @@
   }
 }
 
-# Are we doing a header-only or configured (for 'port test' or +doc) build?
+# Are we doing a header-only or configured (for 'port test' or +doc/+blas) build?
 if {![variant_isset configured]} {
   # We can skip everything and just copy the headers -- fast!
   # Just headers so noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110317/4d1ea830/attachment.html>


More information about the macports-changes mailing list