From owner-cvs-all@FreeBSD.ORG Wed Sep 7 02:35:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED8816A41F; Wed, 7 Sep 2005 02:35:43 +0000 (GMT) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52F1343D45; Wed, 7 Sep 2005 02:35:43 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout10/MantshX 4.0) with ESMTP id j872ZhTt014056; Tue, 6 Sep 2005 19:35:43 -0700 (PDT) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id j872ZcWx003214; Tue, 6 Sep 2005 19:35:41 -0700 (PDT) Date: Wed, 07 Sep 2005 11:35:36 +0900 (JST) Message-Id: <20050907.113536.85343618.chat95@mac.com> To: kris@FreeBSD.org From: NAKATA Maho In-Reply-To: <200509070152.j871qL11077549@repoman.freebsd.org> References: <200509070152.j871qL11077549@repoman.freebsd.org> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/atlas Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 02:35:43 -0000 In Message-ID: <200509070152.j871qL11077549@repoman.freebsd.org> Kris Kennaway wrote: > kris 2005-09-07 01:52:21 UTC > > FreeBSD ports repository > > Modified files: > math/atlas Makefile > Log: > Set NO_PACKAGE: atlas optimizes for the local machine, so a package is not > generally useful. > > Reviewed by: maho (maintainer) > > Revision Changes Path > 1.35 +2 -0 ports/math/atlas/Makefile As of 5.4-RELEASE, build of atlas became extremely fragile, namely; type make 20 times or so to build. apparently something has been changed between 5.4 and 5.3. I suspect this was due to: o timing are not correctly calculated, errors become larger? o I don't use SCHD_ULE. do you know something about it? -- NAKATA, Maho (maho@FreeBSD.org)