TomAoki on Nostr: For anyone struggling from build failure of math/openblas: Try setting "USE_GCC= 12" ...
For anyone struggling from build failure of math/openblas:
Try setting "USE_GCC= 12" for math/openblas like below in /etc/make.conf.
Not yet tested the resulting package runs OK with its consumers, as the build for it just finished sanely but builds for a plenty of ports are still ongoing, thus, prevent me from trying.
.if ${.CURDIR:M/usr/ports/math/openblas}
USE_GCC= 12
.endif
#FreeBSD #OpenBLAS
Try setting "USE_GCC= 12" for math/openblas like below in /etc/make.conf.
Not yet tested the resulting package runs OK with its consumers, as the build for it just finished sanely but builds for a plenty of ports are still ongoing, thus, prevent me from trying.
.if ${.CURDIR:M/usr/ports/math/openblas}
USE_GCC= 12
.endif
#FreeBSD #OpenBLAS