Bug#798024: typo in clblas-ppc64el patch ?
Ghislain Vaillant
ghisvail at gmail.com
Tue Sep 15 07:36:54 UTC 2015
Hi Fernando,
First of all, thanks for investigating the build issue of clBLAS on ppc64el.
In the patch you provided, d/rules is modified with:
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
+
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+ifeq ($(DEB_BUILD_ARCH), ppc64el)
+DEB_CFLAGS_MAINT_APPEND += -mno-altivec
+endif
+
%:
dh $@ --sourcedirectory=src \
--buildsystem=cmake \
Isn't it s/DEB_HOST_ARCH/DEB_BUILD_ARCH at the beginning?
Kind regards,
Ghislain
More information about the debian-science-maintainers
mailing list