Bug#1127311: newmat FTBFS with undefined symbol __parse_hwcap_and_convert_at_platform

Adrian Bunk bunk at debian.org
Mon Mar 30 11:29:29 BST 2026


On Thu, Mar 26, 2026 at 06:04:25PM +0530, Trupti wrote:
> 
> Dear Maintainer,
> 
> Following up on my previous analysis, I have now submitted a formal Merge
> Request on Salsa with this fix:
> 
> MR Link: https://salsa.debian.org/science-team/newmat/-/merge_requests/2
>...

Andreas, please replace this with the fix below.

Both work, but --enable-cxx-stdlib avoids hardcoding compiler-specific 
details.

Thanks
Adrian

--- newmat-1.10.4/debian/rules	2024-11-25 18:40:12.000000000 +0200
+++ newmat-1.10.4/debian/rules	2024-11-25 18:40:12.000000000 +0200
@@ -31,6 +31,9 @@
 	autoconf
 	automake --add-missing
 
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-cxx-stdlib
+
 override_dh_clean:
 	rm -rf libltdl
 	rm -f *.lo NEWS INSTALL *~



More information about the debian-science-maintainers mailing list