svn commit: r512582 - head/math/suitesparse

Piotr Kubaj pkubaj at anongoth.pl
Thu Sep 26 13:23:56 UTC 2019


Have a look at Mk/Uses/compiler.mk. Both c++0x and c++11-lang force either a base Clang (if it exists) or GCC from ports (on architectures where there's GCC in base).

So those options do literally the same thing. You can also set c++14-lang, c++11-lib or c++17-lang and it will also do the same.

On 19-09-26 11:57:34, thierry at freebsd.org wrote:
>Selon Jan Beich <jbeich at freebsd.org> le mar. 24 sept. 23:56:45 2019 :
>
>>>> > Is there a way to request a compiler < C++11 and require openmp when not
>>>> > in base?
>>
>> Why? math/suitesparse has USES=compiler:c++0x which pulls
>> lang/gcc${GCC_DEFAULT}
>> on architectures like powerpc* (ELFv1)and sparc64. mips* and riscv* are out
>> of luck atm due to not supporting either Clang or lang/gcc*.
>
>Please see PR 240672:
>https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240672
>
>-- 
>Th. Thomas.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20190926/3969c6f3/attachment.sig>


More information about the svn-ports-head mailing list