[109058] trunk/dports/science/bob/Portfile

Jeremy Huddleston Sequoia jeremyhu at macports.org
Wed Aug 7 12:57:19 PDT 2013


This is probably not what you want to do.

1) use compiler.blacklist instead
2) This will break ppc builds (if they weren’t already)

What is the problem you are trying to solve?


On Aug 7, 2013, at 11:37 AM, devans at macports.org wrote:

> Revision
> 109058
> Author
> devans at macports.org
> Date
> 2013-08-07 11:37:39 -0700 (Wed, 07 Aug 2013)
> Log Message
> 
> bob: maintainer fix via email for SL build.
> Modified Paths
> 
> 	• trunk/dports/science/bob/Portfile
> Diff
> 
> Modified: trunk/dports/science/bob/Portfile (109057 => 109058)
> 
> --- trunk/dports/science/bob/Portfile	2013-08-07 18:11:41 UTC (rev 109057)
> +++ trunk/dports/science/bob/Portfile	2013-08-07 18:37:39 UTC (rev 109058)
> 
> @@ -48,6 +48,15 @@
> 
>      port:libsvm \
> 
>      port:qt4-mac
> 
>  
> 
> +#
> +# fix build on SL and earlier
> +# compiler needs to support C++11 features
> +#
> +
> +if {${os.platform} == "darwin" && ${os.major} < 11} {
> +    configure.compiler macports-clang-3.1
> +}
> +
> 
>  configure.args      -DCMAKE_BUILD_TYPE=Release -DBOB_VERSION=${version} -DBOB_SOVERSION=${soversion}
> 
>  
> 
>  # blitz is not universal
> 
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-changes



More information about the macports-dev mailing list