Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 09:26:06 +0400
From:      Ruslan Makhmatkhanov <cvs-src@yandex.ru>
To:        python <python@FreeBSD.org>
Subject:   math/py-numpy and WITH_FIXED_FENV
Message-ID:  <52FC576E.3050500@yandex.ru>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52FC576E.3050500>