Date: Thu, 26 Sep 2019 15:23:44 +0200 From: Piotr Kubaj <pkubaj@anongoth.pl> To: thierry@freebsd.org Cc: Jan Beich <jbeich@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r512582 - head/math/suitesparse Message-ID: <20190926132344.GA44823@talos> In-Reply-To: <20190926115734.Horde.3z0badEkm0V_qVN8AvNa2Gl@graf.pompo.net> References: <201909221249.x8MCnoxJ014032@repo.freebsd.org> <tv91-693k-wny@FreeBSD.org> <20190924155630.GD56546@graf.pompo.net> <1rw5-4qdl-wny@FreeBSD.org> <20190924181843.GD59717@graf.pompo.net> <1rw5-bboi-wny@FreeBSD.org> <20190926115734.Horde.3z0badEkm0V_qVN8AvNa2Gl@graf.pompo.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--UugvWAfsgieZRqgk Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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@freebsd.org wrote: >Selon Jan Beich <jbeich@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=3Dcompiler: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=3D240672 > >--=20 >Th. Thomas. --UugvWAfsgieZRqgk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl2Mu+AACgkQelmbhSCD nJ3L+g/+KF1b+7psumnpMFdQ3nCA/UZUUNMY98/pJelVWRII2G7pigq7FeuP/usH 9JljkXzpk143KSSetkezITpTZ+jxZKJl8DLDLbC9784mlAF/23aM2QVRjQXdqpbu l+e+6TqAJA9iLfAm4sXtLAfShdvgMppuFg7QDhPXZ522T2anADNKZHfgZbVR9OG8 /NdLNOAHsb8WlvMXfzEper2CgenV4npzitTxKVCQdiOMavxwi1AToSuNSarFlfot 4hAEV00Iwoyx0hfSa+rxOp+8C9Y0iy7TqjDv4OqrSYNRk6qJHlx3vVtliRt0P0Rj BbaBxZvAtJHCQlsGS6nxufgIBD1eQghsOpNdq2U9ZJWxBn7YeCGmB8OZZO40XXYY uIf4iSdFXnalOUPnjnVSTiCZxykmwUUfu3f5EubUXMjUKtbHkTSYUVljeaj1raUl wpD5umnyb64hsWpwQKGu6aHI8MldJFJRWgP6InZC2IjWoIeUFBbBae+7h9hMETWd Lxvr20uZXsr1dqDNgjcYOlgzMIe1RO4CpQImjJ7tgajqE8UF9gqBgzVb9QRoYHTM /s7yUqL5UuipwZoN12jhkruACW90McGn8KFvrz7uKe0kCD7fG3Xx1knJ2QeokT2u NSmeMPItPNLPDCYbOQuEbJojxlFtqfjhEiAu4KFSZTAUK/m9vrw= =QijF -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190926132344.GA44823>