math/py-numpy and WITH_FIXED_FENV
Ruslan Makhmatkhanov
cvs-src at yandex.ru
Thu Feb 13 05:26:58 UTC 2014
Hello,
does anybody know if WITH_FIXED_FENV in math/py-numpy have any use
beside the unsupported FreeBSD versions? It only set in this case:
.if (${OSVERSION} <= 703100 || \
(${OSVERSION} >= 800000 && ${OSVERSION} <= 800502) || \
(${OSVERSION} >= 900000 && ${OSVERSION} <= 900009)) && \
(${ARCH} == "i386" || ${ARCH} == "amd64")
WITH_FIXED_FENV= yes
.endif
So, as for me, WITH_FIXED_FENV code may be safely trimmed from the
Makefile, but I'm not sure if there is any situations where user of
supported version of FreeBSD may explicitly set this variable for some
reason.
--
Regards,
Ruslan
T.O.S. Of Reality
More information about the freebsd-python
mailing list