[105537] trunk/dports/math/octave-devel/Portfile

Ryan Schmidt ryandesign at macports.org
Tue Apr 23 21:54:44 PDT 2013


On Apr 23, 2013, at 20:25, michaelld at macports.org wrote:

> Revision: 105537
>          https://trac.macports.org/changeset/105537
> Author:   michaelld at macports.org
> Date:     2013-04-23 18:25:22 -0700 (Tue, 23 Apr 2013)
> Log Message:
> -----------
> octave-devel: requires a Fortran compiler, so blacklist any configure.compiler that does not provide one (for now).
> 
> Modified Paths:
> --------------
>    trunk/dports/math/octave-devel/Portfile
> 
> Modified: trunk/dports/math/octave-devel/Portfile
> ===================================================================
> --- trunk/dports/math/octave-devel/Portfile	2013-04-24 01:24:56 UTC (rev 105536)
> +++ trunk/dports/math/octave-devel/Portfile	2013-04-24 01:25:22 UTC (rev 105537)
> @@ -62,9 +62,14 @@
> 
> universal_variant   no
> 
> -# do not use CLANG (yet)
> -compiler.blacklist  clang
> +# octave requires a fortran compiler, so require the use of one of the
> +# MacPorts GCC ports (for now).
> 
> +compiler.blacklist gcc-3.3 gcc-4.0 gcc-4.2 llvm-gcc-4.2 \
> +    apple-gcc-4.0 apple-gcc-4.2 clang macports-clang-2.9 \
> +    macports-clang-3.0 macports-clang-3.1 macports-clang-3.2 \
> +    macports-clang-3.3

And macports-llvm-gcc-4.2?




More information about the macports-dev mailing list