[Pkg-scicomp-devel] Bug#551689: atlas (experimental) - packaging error
Adrian Benson
adrian_benson at yahoo.co.nz
Mon Oct 19 22:29:17 UTC 2009
Package: atlas
Version: 3.8.3 (experimental)
There is a packaging error for amd64 builds
in debian/control
libatlas3gf-amd64sse3-dev and libatlas-corei7sse3-dev erroneously depend on libatlas-core2sse3.
should be libatlas3gf-amd64sse3 and libatlas-corei7sse3 respectively
editing control fixes issue
Also in debian/rules we have
# see what do we do with the amd64 / intel 64
ifeq ($(DEB_HOST_ARCH_CPU),amd64)
# 64 bits
MODE_BITWIDTH = 64
ARCHS += amd64sse3_20_28 core2sse3_17_28 corei7sse3_18_28
endif
however core2sse3_17_28 is explicitly a 386 package in debian/control
More information about the Pkg-scicomp-devel
mailing list