Control: tags 1066328 + patch
Control: tags 1066328 + pending

Dear maintainer,

I've prepared an NMU for scalapack (versioned as 2.2.1-3.1) and
uploaded it to unstable.

Regards.


-- 
WBR, wRAR
diff -Nru scalapack-2.2.1/debian/changelog scalapack-2.2.1/debian/changelog
--- scalapack-2.2.1/debian/changelog	2023-10-26 03:08:06.000000000 +0500
+++ scalapack-2.2.1/debian/changelog	2024-03-30 11:47:52.000000000 +0500
@@ -1,3 +1,11 @@
+scalapack (2.2.1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable -Werror=implicit-function-declaration as that's the only viable
+    way to make this build (Closes: #1066328).
+
+ -- Andrey Rakhmatullin <w...@debian.org>  Sat, 30 Mar 2024 11:47:52 +0500
+
 scalapack (2.2.1-3) unstable; urgency=medium
 
   * Team upload.
diff -Nru scalapack-2.2.1/debian/rules scalapack-2.2.1/debian/rules
--- scalapack-2.2.1/debian/rules	2023-10-26 03:08:06.000000000 +0500
+++ scalapack-2.2.1/debian/rules	2024-03-30 11:47:00.000000000 +0500
@@ -6,6 +6,10 @@
 export DEB_CXXFLAGS_MAINT_APPEND  = -Wall -pedantic
 export DEB_FFLAGS_MAINT_APPEND  = -std=legacy
 export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions
+# remove -Werror=implicit-function-declaration until BLACS is properly fixed
+# https://bugs.debian.org/1066328
+# https://github.com/Reference-ScaLAPACK/scalapack/issues/31
+export DEB_BUILD_MAINT_OPTIONS = qa=-bug-implicit-func
 
 include /usr/share/dpkg/architecture.mk
 

Attachment: signature.asc
Description: PGP signature

Reply via email to