From owner-freebsd-python@FreeBSD.ORG Thu Feb 13 05:26:57 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E76CE5CF for ; Thu, 13 Feb 2014 05:26:57 +0000 (UTC) Received: from forward9l.mail.yandex.net (forward9l.mail.yandex.net [84.201.143.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EE34199B for ; Thu, 13 Feb 2014 05:26:57 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward9l.mail.yandex.net (Yandex) with ESMTP id A9026E60CE1 for ; Thu, 13 Feb 2014 09:26:46 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 68906134133C for ; Thu, 13 Feb 2014 09:26:46 +0400 (MSK) Received: from unknown (unknown [178.76.234.16]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 0v8pguHLNT-Qji8NS8b; Thu, 13 Feb 2014 09:26:45 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 131b4334-ea02-4e04-89ca-9a170626ca3f DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1392269205; bh=fk8AEzW1onsP/ZSLCtIZxABVfb8LQlwqNuy4jLIDm9g=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=SteakCP6xJYSsK3TEgyovns5MJ/hzpJPKlGvBAoBScdkR9qzvplWDyYrF+ESVN1Db fX8Equ4eBGLhtS2FAREIV4XK7Xo7Vka/SDXIVbjLlIsb43T9J45iojSPPw7xcsk5CH Znb1119Ij/VvRh16VeRewzL2hi1o0+mZ95J1kbvg= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <52FC576E.3050500@yandex.ru> Date: Thu, 13 Feb 2014 09:26:06 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: python Subject: math/py-numpy and WITH_FIXED_FENV Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2014 05:26:58 -0000 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