Revision
144066
Author
mcalhoun@macports.org
Date
2015-12-30 23:33:39 -0800 (Wed, 30 Dec 2015)

Log Message

OpenBlas: SuiteSparse, octave, arpack, and qrupdate require lapack variant, so make it the default

Modified Paths

Diff

Modified: trunk/dports/math/OpenBLAS/Portfile (144065 => 144066)


--- trunk/dports/math/OpenBLAS/Portfile	2015-12-31 06:32:12 UTC (rev 144065)
+++ trunk/dports/math/OpenBLAS/Portfile	2015-12-31 07:33:39 UTC (rev 144066)
@@ -25,12 +25,14 @@
     github.setup    xianyi OpenBLAS da7f69e8f401
     name            ${github.project}-devel
     version         20151125
+    revision        1
     conflicts       OpenBLAS
 
     fetch.type      git
     livecheck.url   ${github.homepage}/commits/develop.atom
 } else {
     github.setup    xianyi OpenBLAS 0.2.15 v
+    revision        1
     conflicts       OpenBLAS-devel
 
 checksums           rmd160  776f78d6abd2c2733bf673ac18f0360f4bb12430 \
@@ -104,6 +106,7 @@
 }
 
 variant lapack description "Add Lapack/CLapack support to the library" { }
+default_variants-append +lapack
 
 use_configure       no