Revision: 145168 https://trac.macports.org/changeset/145168 Author: michaelld@macports.org Date: 2016-01-27 05:37:28 -0800 (Wed, 27 Jan 2016) Log Message: ----------- OpenBLAS*: + add myself as comaintainer, but leave also openmaintainer; + fix variant descriptions; + whitespace. Modified Paths: -------------- trunk/dports/math/OpenBLAS/Portfile Modified: trunk/dports/math/OpenBLAS/Portfile =================================================================== --- trunk/dports/math/OpenBLAS/Portfile 2016-01-27 13:34:21 UTC (rev 145167) +++ trunk/dports/math/OpenBLAS/Portfile 2016-01-27 13:37:28 UTC (rev 145168) @@ -8,7 +8,7 @@ name OpenBLAS categories math science license BSD -maintainers nicos openmaintainer +maintainers nicos michaelld openmaintainer description OpenBLAS is an optimized BLAS library based on GotoBLAS2 long_description ${description} platforms darwin @@ -66,12 +66,12 @@ } variant gcc5 conflicts gcc45 gcc46 gcc47 gcc48 gcc49 gcc6 clang \ - description "Use Gcc49 as compiler" { + description "Use Gcc5 as compiler" { configure.compiler macports-gcc-5 } variant gcc6 conflicts gcc45 gcc46 gcc47 gcc48 gcc49 gcc5 clang \ - description "Use Gcc49 as compiler" { + description "Use Gcc6 as compiler" { configure.compiler macports-gcc-6 } @@ -82,12 +82,12 @@ } else { # Xcode's clang < 5.0 does not support avx - #Use a compiler depending on system - if {${configure.cxx_stdlib} eq "libc++"} { - configure.compiler macports-clang-3.7 - } else { - configure.compiler macports-clang-3.4 - } + #Use a compiler depending on system + if {${configure.cxx_stdlib} eq "libc++"} { + configure.compiler macports-clang-3.7 + } else { + configure.compiler macports-clang-3.4 + } } depends_build-append port:gcc5 configure.fc ${prefix}/bin/gfortran-mp-5