CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/10/28 04:28:32
Modified files:
math/py-numpy : Makefile
Log message:
Make fortran optional in numpy
Since ports/lang/gcc doesn't have riscv64 support yet this helps us
unlock a bunch of ports there. Disabling fortran/blas/lapack means that
some feature are missing. This is mitigated by numpy shipping a minimal
lapack copy translated to C.
