X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1BCCDDC1882 for ; Tue, 9 Sep 2014 15:11:52 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id bj1so3722450pad.37 for ; Tue, 09 Sep 2014 08:11:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=OO6dRu9Xj5GAy0uYt4PttwklXH4bUlVhVP60AC8v940=; b=j2WNJWLdJUkYIUYIChsh40eSO8W6Py4ngMePqeOXkTYiCTetGHkbPhDO+MYy3Vdmn5 f29dzShz1HKQbsoPr1+erWIdUnULcUDHN6B4gKRAzVlDfauCdjiQnv8W15I1B7zIt8NM 9pSvJKYe/FEQKHS5RQvvUWD8VvE/u2Wr/2qSUeC9aVMRaoLYBhPAQU4vlD7ltkURRyat VqAnZ7i7N2RYAA+l+L1og28q7CX4tkSVs5FiHWWw3QJCj5AOVXOmlUp7zJ0TXxUaG7E2 5s6r5Uf6f17DWuKyRSGUHyXHIQC9TeEnPnXRVZVpo3NQv6dY5kAeeCuUIXrjSPykFVd8 wjDQ== X-Received: by 10.68.219.102 with SMTP id pn6mr31427638pbc.135.1410275510760; Tue, 09 Sep 2014 08:11:50 -0700 (PDT) Received: from newbook ([50.0.228.177]) by mx.google.com with ESMTPSA id bq17sm12676304pac.47.2014.09.09.08.11.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Sep 2014 08:11:50 -0700 (PDT) Date: Tue, 9 Sep 2014 08:11:47 -0700 From: Isaac Dunham To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Re: [PATCH] testing/openblas: add missing makedepend on perl Message-ID: <20140909151147.GA17520@newbook> References: <1410245285-10242-1-git-send-email-ibid.ag@gmail.com> <20140909065745.GB2003@newbook> <20140909131134.71c919eb@ncopa-desktop.alpinelinux.org> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140909131134.71c919eb@ncopa-desktop.alpinelinux.org> User-Agent: Mutt/1.5.23 (2014-03-12) On Tue, Sep 09, 2014 at 01:11:34PM +0200, Natanael Copa wrote: > On Mon, 8 Sep 2014 23:57:45 -0700 > Isaac Dunham wrote: > > > On Mon, Sep 08, 2014 at 11:48:05PM -0700, Isaac Dunham wrote: > > > --- > > > testing/openblas/APKBUILD | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > diff --git a/testing/openblas/APKBUILD b/testing/openblas/APKBUILD > > > > I'm not sure how I missed the build failures. > > > > There's a bit of a build chain: > > openblas -> py-numpy -> py-scipy > > \-> py-matplotlib > > > > I'd like py-matplotlib to build with the new numpy, not the old one. > > py-scipy needs the new py-numpy. > > What's the proper process for rebuilding these? > > increase pkgrel? > > So you simply want rebuild py-matplotlib and py-numpy? Yes, once openblas finishes building. (It will probably take a couple hours.) Thanks, isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---