Package: gmp
Severity: wishlist
Version: 2:4.2.2+dfsg-3
Hello Steve,
It would be great if GMP would provide a 32bit version on amd64
and 64bit version on ppc (at least), both library and -dev
package.
I had some patch for the etch version, but I do not know how to
do that with cdbs.
(the gist of it was:
chmod +x configure
mkdir build64 build32
cd build32 && CFLAGS=$(CFLAGS32) ../configure $(conf32flags)
--prefix=/usr \
--enable-cxx --enable-mpbsd
$(MAKE) -C build32
cd build64 && CFLAGS=$(CFLAGS64)../configure $(conf64flags)
--prefix=/usr \
--enable-cxx --enable-mpbsd
$(MAKE) -C build64
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
$(MAKE) check -C build32
$(MAKE) check -C build64
endif
)
Cheers,
--
Bill. <[EMAIL PROTECTED]>
Imagine a large red swirl here.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]