Bug#914682: lapacke missing tmg interface

Samuel Thibault sthibault at debian.org
Mon Nov 26 09:17:14 GMT 2018


Source: lapack
Version: 3.8.0-1
Severity: normal
Tags: patch

Hello,

We are missing the tmg interface in lapacke (LAPACKE_dlatms_work etc.)
which is only a matter of enabling it in cmake.inc as the attached patch
does, could you apply it?

Thanks,
Samuel

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
--- debian/rules.orig	2018-11-26 10:08:02.649821869 +0100
+++ debian/rules	2018-11-26 10:03:57.105827901 +0100
@@ -69,6 +69,7 @@
 	    -e "s%\(^ARCH  *=\).*%\1 $(DEB_HOST_GNU_TYPE)-ar%1" \
 	    -e "s%\(^RANLIB  *=\).*%\1 $(DEB_HOST_GNU_TYPE)-ranlib%1" \
 	    -e "s%\(^CFLAGS  *=\).*%\1 $(CPPFLAGS) \$$(PICOPTS) $(CFLAGS)%1" \
+	    -e "s%^#\(LAPACKE_WITH_TMG  *=\)%\1%1" \
 	    < $< > $@
 	# Build deprecated routines (see #810143)
 	echo "BUILD_DEPRECATED=1" >> $@


More information about the debian-science-maintainers mailing list