[148705] trunk/dports/math/octave-devel/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sun May 15 03:45:33 PDT 2016
Revision: 148705
https://trac.macports.org/changeset/148705
Author: mcalhoun at macports.org
Date: 2016-05-15 03:45:33 -0700 (Sun, 15 May 2016)
Log Message:
-----------
octave-devel, octave-devel-rc, octave-devel-release: comment and whitespace changes
Modified Paths:
--------------
trunk/dports/math/octave-devel/Portfile
Modified: trunk/dports/math/octave-devel/Portfile
===================================================================
--- trunk/dports/math/octave-devel/Portfile 2016-05-15 10:43:22 UTC (rev 148704)
+++ trunk/dports/math/octave-devel/Portfile 2016-05-15 10:45:33 UTC (rev 148705)
@@ -378,11 +378,6 @@
variant accelerate description {use BLAS from Apple's Accelerate.framework} conflicts atlas openblas {
depends_lib-append port:vecLibFort
- # dependents must be built with same BLAS and LAPACK
- #require_active_variants port:arpack accelerate
- #require_active_variants port:SuiteSparse accelerate
- #require_active_variants port:qrupdate accelerate
-
configure.args-append \
--with-blas=-lvecLibFort \
--with-lapack=""
@@ -394,11 +389,6 @@
# LAPACK required
require_active_variants path:lib/libopenblas.dylib:OpenBLAS lapack
- # dependents must be built with same BLAS and LAPACK
- #require_active_variants port:arpack openblas
- #require_active_variants port:SuiteSparse openblas
- #require_active_variants port:qrupdate openblas
-
# replicate default values if configure script finds openblas on its own
configure.args-append \
--with-blas=-lopenblas \
@@ -408,11 +398,6 @@
variant atlas description {use BLAS from MacPorts' atlas port} conflicts accelerate openblas {
depends_lib-append port:atlas
- # dependents must be built with same BLAS and LAPACK
- #require_active_variants port:arpack atlas
- #require_active_variants port:SuiteSparse atlas
- #require_active_variants port:qrupdate atlas
-
# replicate default values if configure script finds atlas on its own
configure.args-append \
--with-blas="-lcblas -lf77blas -latlas" \
@@ -443,6 +428,7 @@
variant fltk description {enable fltk as a graphics toolkit for plotting} {
depends_lib-append path:lib/libfltk.dylib:fltk
+
configure.args-replace --without-fltk --with-fltk
}
default_variants-append +fltk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160515/ebd3bae8/attachment.html>
More information about the macports-changes
mailing list