[med-svn] r14342 - trunk/packages/infernal/trunk/debian
Andreas Tille
tille at alioth.debian.org
Mon Aug 5 10:55:09 UTC 2013
Author: tille
Date: 2013-08-05 10:55:09 +0000 (Mon, 05 Aug 2013)
New Revision: 14342
Modified:
trunk/packages/infernal/trunk/debian/changelog
trunk/packages/infernal/trunk/debian/control
Log:
Build only on i386 or amd64 architectures
Modified: trunk/packages/infernal/trunk/debian/changelog
===================================================================
--- trunk/packages/infernal/trunk/debian/changelog 2013-08-05 10:46:30 UTC (rev 14341)
+++ trunk/packages/infernal/trunk/debian/changelog 2013-08-05 10:55:09 UTC (rev 14342)
@@ -6,6 +6,12 @@
- cme fix dpkg-control
- debhelper 9
- do not Build-Depend: quilt since source format implies this
+ - The package builds only on architectures with SSE instructions.
+ Quoting from build log on armel:
+ configure: WARNING: Infernal 1.1 requires VMX or SSE capability for parallel instructions.
+ configure: error: It appears your platform has neither and will not support Infernal.
+ So all non i386/amd64 architectures were excluded
+ Closes: #718742
* debian/rules:
- remove redundant setting for flags which is handled by debhelper 9
automatically
Modified: trunk/packages/infernal/trunk/debian/control
===================================================================
--- trunk/packages/infernal/trunk/debian/control 2013-08-05 10:46:30 UTC (rev 14341)
+++ trunk/packages/infernal/trunk/debian/control 2013-08-05 10:55:09 UTC (rev 14342)
@@ -14,7 +14,7 @@
Homepage: http://infernal.janelia.org/
Package: infernal
-Architecture: any
+Architecture: i386, amd64, kfreebsd-i386, kfreebsd-amd64, hurd-i386
Depends: ${shlibs:Depends},
${misc:Depends}
Description: inference of RNA secondary structural alignments
@@ -48,7 +48,7 @@
code of infernal.
Package: infernal-dbg
-Architecture: any
+Architecture: i386, amd64, kfreebsd-i386, kfreebsd-amd64, hurd-i386
Section: debug
Priority: extra
Depends: ${misc:Depends},
More information about the debian-med-commit
mailing list