Re: math/py-numpy depends on gcc 4.9

2018-04-27 Thread Christian Weisgerber
On 2018-04-27, Jeremie Courreges-Anglas  wrote:

>> I am building php on arm and trying to get rid of gcc 4.9 dependencies.
>> Py-numpy wants to build gcc 4.9.
>
> lang/gcc/4.9 builds on arm now, you may stop your rampage. ;)

Not on aarch64, though, which suffers from the same problem.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



Re: math/py-numpy depends on gcc 4.9

2018-04-26 Thread Brian Callahan


On 04/27/18 00:21, Jeremie Courreges-Anglas wrote:

On Thu, Apr 26 2018,  wrote:

I am building php on arm and trying to get rid of gcc 4.9 dependencies.
Py-numpy wants to build gcc 4.9.

lang/gcc/4.9 builds on arm now, you may stop your rampage. ;)


Can the build be modified to change to
clang equivalents?

lang/flang doesn't support arm, upstream numpy advises using gcc 4+



flang only supports aarch64, not armv7. flang devs have also fucked up 
their build process so it's still marked BROKEN anyway.




Re: math/py-numpy depends on gcc 4.9

2018-04-26 Thread Jeremie Courreges-Anglas
On Thu, Apr 26 2018,  wrote:
> I am building php on arm and trying to get rid of gcc 4.9 dependencies.
> Py-numpy wants to build gcc 4.9.

lang/gcc/4.9 builds on arm now, you may stop your rampage. ;)

> Can the build be modified to change to
> clang equivalents?

lang/flang doesn't support arm, upstream numpy advises using gcc 4+

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



math/py-numpy depends on gcc 4.9

2018-04-26 Thread s_graf
I am building php on arm and trying to get rid of gcc 4.9 dependencies.
Py-numpy wants to build gcc 4.9.  Can the build be modified to change to
clang equivalents?