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 *~

-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to