Sunday, November 03, 2019

Re: WIP: Update of math/py-numpy to 1.16.5

Now that the python issues seem to be solved, just one comment on the proposed diff:

> -MODFORTRAN_COMPILER = gfortran
> +MODFORTRAN_COMPILER = flang

numpy developers basically say to use gnu compilers, otherwise you're on your own.

And numpy's fortran compiler can't be switched in isolation. We'd have to do a switch across all the forward and reverse dependencies in the tree at the same time.

No comments:

Post a Comment