From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 18 12:10:32 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A457416A4DE for ; Mon, 18 Sep 2006 12:10:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC7943D45 for ; Mon, 18 Sep 2006 12:10:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8ICAWvw049183 for ; Mon, 18 Sep 2006 12:10:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8ICAWOG049182; Mon, 18 Sep 2006 12:10:32 GMT (envelope-from gnats) Date: Mon, 18 Sep 2006 12:10:32 GMT Message-Id: <200609181210.k8ICAWOG049182@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: trasz@pin.if.uz.zgora.pl Cc: Subject: Re: ports/100330: [patch] Make it possible to build math/octave w/o math/atlas. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: trasz@pin.if.uz.zgora.pl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 12:10:32 -0000 The following reply was made to PR ports/100330; it has been noted by GNATS. From: trasz@pin.if.uz.zgora.pl To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/100330: [patch] Make it possible to build math/octave w/o math/atlas. Date: Mon, 18 Sep 2006 14:10:29 +0200 On 0715T1744, Thierry Thomas wrote: > On Sat 15 jul 06 at 17:41:23 +0200, trasz@pin.if.uz.zgora.pl > wrote: > > On 0715T1054, Thierry Thomas wrote: > > > > >Description: > > > > Right now math/octave depends on math/atlas, which takes enormous time > > > > to build and is marked NO_PACKAGE, making quick installation of octave impossible. > > > > This patch should make it possible to build package for octave. > > > > > > A better fix would be to use blas from math/blas. Check the other ports > > > which test if WITH_ATLAS is defined and set BLAS_LIB accordingly. > > > > Thanks. What do you think about this one? > > It seems fine (but I have not tested it). What about this patch? (Yes, I can take maintainership if neccesary.)