~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 2

[alpine-devel] [PATCH] testing/openblas: add missing makedepend on perl

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<1410245285-10242-1-git-send-email-ibid.ag@gmail.com>
Sender timestamp
1410245285
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 testing/openblas/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/openblas/APKBUILD b/testing/openblas/APKBUILD
index ce6f2fc..2718866 100644
--- a/testing/openblas/APKBUILD
+++ b/testing/openblas/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=openblas
pkgver=0.2.11
pkgrel=0
pkgrel=1
pkgdesc="A fast BSD-licensed BLAS based on gotoBLAS2, with LAPACK"
url="http://www.openblas.net"
arch="all"
license="BSD"
depends=""
depends_dev="gfortran"
makedepends="$depends_dev"
makedepends="$depends_dev perl"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::http://github.com/xianyi/OpenBLAS/archive/v$pkgver.tar.gz
-- 
2.1.0



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---

[alpine-devel] Re: [PATCH] testing/openblas: add missing makedepend on perl

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<20140909065745.GB2003@newbook>
In-Reply-To
<1410245285-10242-1-git-send-email-ibid.ag@gmail.com> (view parent)
Sender timestamp
1410245865
DKIM signature
missing
Download raw message
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
---

Re: [alpine-devel] Re: [PATCH] testing/openblas: add missing makedepend on perl

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<20140909151147.GA17520@newbook>
In-Reply-To
<20140909131134.71c919eb@ncopa-desktop.alpinelinux.org> (view parent)
Sender timestamp
1410275507
DKIM signature
missing
Download raw message
On Tue, Sep 09, 2014 at 01:11:34PM +0200, Natanael Copa wrote:
> On Mon, 8 Sep 2014 23:57:45 -0700
> Isaac Dunham <ibid.ag@gmail.com> 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
---

Re: [alpine-devel] Re: [PATCH] testing/openblas: add missing makedepend on perl

Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140909131134.71c919eb@ncopa-desktop.alpinelinux.org>
In-Reply-To
<20140909065745.GB2003@newbook> (view parent)
Sender timestamp
1410261094
DKIM signature
missing
Download raw message
On Mon, 8 Sep 2014 23:57:45 -0700
Isaac Dunham <ibid.ag@gmail.com> 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?

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)