[Midnightbsd-cvs] [MidnightBSD/mports] 3417ad: science/trilinos: fix test build failure with libc...

Lucas Holt noreply at github.com
Sat May 23 09:32:26 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 3417ad4d4d31b1f930cd2d5d8b0994bf02a552c2
      https://github.com/MidnightBSD/mports/commit/3417ad4d4d31b1f930cd2d5d8b0994bf02a552c2
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-23 (Sat, 23 May 2026)

  Changed paths:
    M science/trilinos/Makefile

  Log Message:
  -----------
  science/trilinos: fix test build failure with libc++ on MidnightBSD

Teuchos_NullIteratorTraits.hpp calls Iter(0) which invokes the private
pointer constructor of std::__wrap_iter in libc++. Define
TEUCHOS_NO_ZERO_ITERATOR_CONVERSION to use Iter() (default construction)
instead, which is already the upstream-provided escape hatch for this.

Fixes: https://github.com/trilinos/Trilinos/issues/14748

AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications


More information about the Midnightbsd-cvs mailing list