Package: aster
Version: 11.3.0-2-2
Severity: important
Tags: sid patch
Justification: FTBFS
User: debian-mips-dev-disc...@lists.alioth.debian.org
Usertags: mips-patch


On attempt to build from source for mips, 
aster failed with following error:

> The following packages have unmet dependencies:
>  sbuild-build-depends-aster-dummy : Depends: libpetsc3.2-dev (>= 3.2) but it 
> is not installable

The same behaviour is noticed for amd64.

In debian/control libpetsc3.2-dev is required,
but sid currently has libpetsc3.4.2-dev.
Could you please consider using petsc-dev instead?


Patch that fixes this issue is attached.
--- aster-11.3.0-2.orig/debian/control	2013-03-17 14:00:18.000000000 +0000
+++ aster-11.3.0-2/debian/control	2014-02-19 14:07:15.000000000 +0000
@@ -11,7 +11,7 @@
  python-all-dev, python-support, python-numpy, code-aster-run (>= 1.11.0),
  code-aster-gui (>= 1.11.0),
  libmumps-seq-dev (>= 4.10.0), libmumps-ptscotch-dev (>= 4.10.0), 
- libpetsc3.2-dev (>= 3.2),
+ petsc-dev (>= 3.2),
  libscotch-dev, libscotchmetis-dev, libptscotch-dev, libscalapack-mpi-dev,
  libblacs-mpi-dev, mpi-default-dev, libscotchparmetis-dev
 Homepage: http://www.code-aster.org/
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to