On Mon, Jan 16, 2023 at 09:12:26AM +0100, Antoine Jacoutot wrote: > On Sun, Jan 15, 2023 at 11:12:44PM +0100, Frederic Cambus wrote: > > > > When I imported binutils back in August, sthen@ hinted that it was a > > bit strange to now have gas in a separate port [1], to which I agreed. > > > > Following the binutils 2.40 update, I enabled the build of gas in the > > binutils package. This means we can now remove devel/gas. > > > > CC'ed MAINTAINER (pascal@) > > > > Comments? OK to remove it? > > math/py-numpy will need some love as it depends on devel/gas.
Why should it even need gas? numpy needs clang+egfortran, and BLAS/LAPACK. I normally build it with OpenBLAS (which in turn can be built with clang+egfortran) - not the admittedly lame reference BLAS/LAPACK. OpenBLAS is not packaged, sadly - although it's basically the only option for performant free BLAS/LAPACK with a BSD license nowadays. Such a setup allows building scipy on OpenBSD, by the way. Dima PS. some time ago I asked whether egfortran can be renamed (back?) to gfortran, and its package should also be named gfortran, and not g95 (which is simply wrong, as g95 is a different, and dead by now, project). (there is no gfortran package present any more, so it should be OK to re-use the name)