Bug#822021: scalapack: Build arch:all+arch:any but is missing build-{arch,indep} targets

2016-09-11 Thread Sebastiaan Couwenberg
On 09/11/2016 07:00 PM, Sebastiaan Couwenberg wrote:
> On 09/11/2016 06:53 PM, Muammar El Khatib wrote:
>> On Sun, Sep 11, 2016 at 04:25:26PM +0200, Sebastiaan Couwenberg wrote:
>> I had already applied this patch:
>>
>> scalapack (1.8.0-13) unstable; urgency=medium
>>
>>   * Added missing build-{arch,indep} targets. Thanks to Santiago Vila for
>> providing a patch. Closes: #822021.
>>   * hppa architecture switched to openmpi. Closes: #834182.
>>
>>  -- Muammar El Khatib   Mon, 05 Sep 2016 23:48:13 
>> +0200
>>
>> I am waiting for the openmpi upload of today that closes #837062 to proceed.

PS, in case you hadn't yet, don't forget to incorporate the changes from
the last three NMUS:

 scalapack (1.8.0-12.3) https://tracker.debian.org/news/747399
 scalapack (1.8.0-12.2) https://tracker.debian.org/news/746047
 scalapack (1.8.0-12.1) https://tracker.debian.org/news/675073

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#822021: scalapack: Build arch:all+arch:any but is missing build-{arch,indep} targets

2016-09-11 Thread Sebastiaan Couwenberg
Control: tags -1 pending

Hi Muammar,

On 09/11/2016 06:53 PM, Muammar El Khatib wrote:
> On Sun, Sep 11, 2016 at 04:25:26PM +0200, Sebastiaan Couwenberg wrote:
>> On Tue, 26 Jul 2016 16:17:49 +0200 (CEST) Santiago Vila  wrote:
>>> tags 822021 + patch
>>> thanks
>>>
>>> I also recommend switching to dh, but in the meantime, the attached
>>> patch should work.
>>
>> Muammar, please apply this patch and upload a new scalapack revision to
>> unstable as soon as possible.
>>
>> scalapack binNMUes for the ongoing openmpi transition are failing
>> because of this issue, and prevent building its many reverse dependencies.
>>
> 
> I had already applied this patch:
> 
> scalapack (1.8.0-13) unstable; urgency=medium
> 
>   * Added missing build-{arch,indep} targets. Thanks to Santiago Vila for
> providing a patch. Closes: #822021.
>   * hppa architecture switched to openmpi. Closes: #834182.
> 
>  -- Muammar El Khatib   Mon, 05 Sep 2016 23:48:13 
> +0200
> 
> I am waiting for the openmpi upload of today that closes #837062 to proceed.

Thanks, that's excellent news. Let's tag this bugreport accordingly.

openmpi (2.0.1-4) should be available on the mirrors in about 4 hours.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#822021: scalapack: Build arch:all+arch:any but is missing build-{arch,indep} targets

2016-09-11 Thread Muammar El Khatib
Hi Sebastiaan,

On Sun, Sep 11, 2016 at 04:25:26PM +0200, Sebastiaan Couwenberg wrote:
> On Tue, 26 Jul 2016 16:17:49 +0200 (CEST) Santiago Vila  wrote:
> > tags 822021 + patch
> > thanks
> >
> > I also recommend switching to dh, but in the meantime, the attached
> > patch should work.
>
> Muammar, please apply this patch and upload a new scalapack revision to
> unstable as soon as possible.
>
> scalapack binNMUes for the ongoing openmpi transition are failing
> because of this issue, and prevent building its many reverse dependencies.
>

I had already applied this patch:

scalapack (1.8.0-13) unstable; urgency=medium

  * Added missing build-{arch,indep} targets. Thanks to Santiago Vila for
providing a patch. Closes: #822021.
  * hppa architecture switched to openmpi. Closes: #834182.

 -- Muammar El Khatib   Mon, 05 Sep 2016 23:48:13 +0200

I am waiting for the openmpi upload of today that closes #837062 to proceed.


Cheers,
--
Muammar El Khatib.
Linux user: 403107.
GPG Key = 71246E4A.
http://muammar.me | http://proyectociencia.org
  ,''`.
 : :' :
 `. `'
   `-



Bug#822021: scalapack: Build arch:all+arch:any but is missing build-{arch,indep} targets

2016-09-11 Thread Sebastiaan Couwenberg
On Tue, 26 Jul 2016 16:17:49 +0200 (CEST) Santiago Vila  wrote:
> tags 822021 + patch
> thanks
> 
> I also recommend switching to dh, but in the meantime, the attached
> patch should work.

Muammar, please apply this patch and upload a new scalapack revision to
unstable as soon as possible.

scalapack binNMUes for the ongoing openmpi transition are failing
because of this issue, and prevent building its many reverse dependencies.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#822021: scalapack: Build arch:all+arch:any but is missing build-{arch,indep} targets

2016-07-26 Thread Santiago Vila
tags 822021 + patch
thanks

I also recommend switching to dh, but in the meantime, the attached
patch should work.

Thanks.--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,10 @@ SCALAPACK_MPI=$(ARCH_DEFAULT_MPI_IMPL)
 OPENMPI_ARCHS=alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 
kfreebsd-i386 mips mipsel mips64 mips64el powerpc ppc64 ppc64el sparc s390x x32 
sparc64
 MPICH_ARCHS=hppa m68k sh4
 
+build-arch: build
+
+build-indep: build
+
 build: build-$(SCALAPACK_MPI) build-pvm
 
 build-openmpi: build-stamp-openmpi
@@ -496,4 +500,4 @@ source diff:
 
 binary: binary-arch binary-indep
 
-.PHONY: binary binary-indep binary-arch clean build
+.PHONY: binary binary-indep binary-arch clean build build-arch build-indep