X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 48C6BDC01FE for ; Tue, 9 Sep 2014 06:57:49 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id w10so3493535pde.13 for ; Mon, 08 Sep 2014 23:57:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=/w5RuPQCtOFJMHM7/FqbKl1YRF8aKrXeXpn5x2A08Dk=; b=pK9elfGhMV2E3rLelSF3SSrn7+Li93J9mT1BZAaUmGQfjs74q/NkL+6w8fW4ssk80R F7xgGB3rA8DKyj26kQVUZ0uTvlp8NyNpUG4XNXquJY9DF7w/FiUc+SqKn+h90MYsTpWZ ZkALA2j4/28w52oN0s43THyT5h4Z4v73o9TnY4rdYV/3yYArrZvFywkjBzRgB152ufkG ErblMmayGTNsljQoY7AInS9F2UQgGVadoGJezaccjYNpR7Dcy1HhYxYlvlcSUkBjURJF kMaQK37ht0g1Ce09EvOAvNObbHlfjQ33f7SlBtOAJ73KVB0xfSXbwMTv1tQ/Bw+bUqFF 9MeA== X-Received: by 10.68.222.136 with SMTP id qm8mr27289555pbc.92.1410245868434; Mon, 08 Sep 2014 23:57:48 -0700 (PDT) Received: from newbook ([50.0.225.234]) by mx.google.com with ESMTPSA id g7sm10783398pdj.7.2014.09.08.23.57.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Sep 2014 23:57:48 -0700 (PDT) Date: Mon, 8 Sep 2014 23:57:45 -0700 From: Isaac Dunham To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Re: [PATCH] testing/openblas: add missing makedepend on perl Message-ID: <20140909065745.GB2003@newbook> References: <1410245285-10242-1-git-send-email-ibid.ag@gmail.com> 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: <1410245285-10242-1-git-send-email-ibid.ag@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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? Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---