From owner-cvs-ports@FreeBSD.ORG Wed Jan 12 17:10:57 2005 Return-Path: <owner-cvs-ports@FreeBSD.ORG> Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D340316A4D0 for <cvs-ports@FreeBSD.org>; Wed, 12 Jan 2005 17:10:57 +0000 (GMT) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 6171C43D3F for <cvs-ports@FreeBSD.org>; Wed, 12 Jan 2005 17:10:56 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 12922 invoked from network); 12 Jan 2005 17:07:13 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 12 Jan 2005 17:07:13 -0000 Received: (qmail 16746 invoked by uid 89); 12 Jan 2005 17:11:05 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 12 Jan 2005 17:11:05 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id EF47F11611; Wed, 12 Jan 2005 19:10:18 +0200 (EET) Date: Wed, 12 Jan 2005 19:10:15 +0200 From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> To: Thomas Gellekum <tg@FreeBSD.org> Message-ID: <20050112191015.1be68347@it.buh.tecnik93.com> In-Reply-To: <200501121221.j0CCL1ta067978@repoman.freebsd.org> References: <200501121221.j0CCL1ta067978@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.13 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/py-numeric Makefile distinfo ports/math/py-numeric/files patch-setup.py X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree <cvs-ports.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>, <mailto:cvs-ports-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-ports> List-Post: <mailto:cvs-ports@freebsd.org> List-Help: <mailto:cvs-ports-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>, <mailto:cvs-ports-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 12 Jan 2005 17:10:58 -0000 On Wed, 12 Jan 2005 12:21:01 +0000 (UTC) Thomas Gellekum <tg@FreeBSD.org> wrote: > tg 2005-01-12 12:21:01 UTC > > FreeBSD ports repository > > Modified files: > math/py-numeric Makefile distinfo > Added files: > math/py-numeric/files patch-setup.py This fails to patch: # m work/Numeric-23.7/setup.py.rej *************** *** 33,53 **** # delete all but the first one in this list if using your own LAPACK/BLAS sourcelist = [os.path.join('Src', 'lapack_litemodule.c'), - # os.path.join('Src', 'blas_lite.c'), - # os.path.join('Src', 'f2c_lite.c'), - # os.path.join('Src', 'zlapack_lite.c'), - # os.path.join('Src', 'dlapack_lite.c') ] # set these to use your own BLAS; - library_dirs_list = ['/usr/lib/atlas'] - libraries_list = ['lapack', 'cblas', 'f77blas', 'atlas', 'g2c'] # if you also set `use_dotblas` (see below), you'll need: # ['lapack', 'cblas', 'f77blas', 'atlas', 'g2c'] # set to true (1), if you also want BLAS optimized matrixmultiply/dot/innerproduct - use_dotblas = 1 - include_dirs = ['/usr/include/atlas'] # You may need to set this to find cblas.h # e.g. on UNIX using ATLAS this should be ['/usr/include/atlas'] # The packages are split in this way to allow future optional inclusion --- 33,53 ---- # delete all but the first one in this list if using your own LAPACK/BLAS sourcelist = [os.path.join('Src', 'lapack_litemodule.c'), + os.path.join('Src', 'blas_lite.c'), + os.path.join('Src', 'f2c_lite.c'), + os.path.join('Src', 'zlapack_lite.c'), + os.path.join('Src', 'dlapack_lite.c') ] # set these to use your own BLAS; + library_dirs_list = [] + libraries_list = [] # if you also set `use_dotblas` (see below), you'll need: # ['lapack', 'cblas', 'f77blas', 'atlas', 'g2c'] # set to true (1), if you also want BLAS optimized matrixmultiply/dot/innerproduct + use_dotblas = 0 + include_dirs = [] # You may need to set this to find cblas.h # e.g. on UNIX using ATLAS this should be ['/usr/include/atlas'] -- IOnut Unregistered ;) FreeBSD "user"