Opened 12 months ago

#68371 assigned defect

kokkos-devel is broken on 10.6.8 with Clang: error: aligned allocation function of type 'void *(std::size_t, std::align_val_t, const std::nothrow_t &) noexcept' is only available on macOS 10.14 or newer

Reported by: barracuda156 Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: x86_64, i386 Cc:
Port: kokkos-devel

Description

/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_kokkos/kokkos-devel/work/kokkos-6a95b5f3a7f9382d2251fec69dcbfe5cfefa8acc/core/src/impl/Kokkos_HostSpace.cpp:95:11: error: aligned allocation function of type 'void *(std::size_t, std::align_val_t, const std::nothrow_t &) noexcept' is only available on macOS 10.14 or newer
    ptr = operator new (arg_alloc_size, std::align_val_t(alignment),
          ^

(Build with GCC is fine, at least powerpc one.)

Change History (0)

Note: See TracTickets for help on using tickets.