Dirk Eddelbuettel <[EMAIL PROTECTED]> writes:

> Let's disable the regression test on hppa. I also do that for some other
> r-cran-* packages on some other arches --- and it looks like we skip the
> test on arm as well:

> check: make-arch check-stamp
> check-stamp: 
>       @echo "*** check ***"
> ifneq ($(arch),arm-linux)
>       -make check
> endif
>       touch check-stamp

> replacing the the ifneq line with

> ifneq "$(findstring $(arch), hppa-linux arm-linux)" ""

> should do.  Could you do that locally and create a -2.0.1 revision?  I
> don't have time to work on hppa now, I'm afraid.

I'm afraid I'm not an hppa porter, but rather a volunteer to try to
coordinate the mpich/lam/hdf5 migration (and am not yet a Debian
developer).  However, I can (and will) ask on debian-release for someone
to take a look at this.

Thank you for the information and the fast response!

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to