Source: fenics Severity: wishlist Tags: patch
Hi, The armhf port has reached a very good state (at 87%) at debian-ports.org, and I'm now mass-filing bug reports to packages for armhf support. Most packages just have to add armhf in the architecture field. The complete list is in http://wiki.debian.org/ArmHardFloatTodo The package builds fine using the attached patch. Please consider adding armhf support. :) Regards Konstantinos -- System Information: Debian Release: squeeze/sid Architecture: armhf (armv7l) Kernel: Linux 2.6.31.14-efikamx (PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -ruN fenics-10.09/debian/control fenics-10.09.armhf/debian/control --- fenics-10.09/debian/control 2010-09-14 07:46:01.000000000 +0000 +++ fenics-10.09.armhf/debian/control 2010-11-22 16:03:39.939776504 +0000 @@ -11,7 +11,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/fenics/trunk/ Package: fenics -Architecture: alpha amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc +Architecture: alpha amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc Depends: libdolfin0-dev (>= 0.9.9), python-dolfin (>= 0.9.9), dolfin-doc (>= 0.9.9),

