Page MenuHomeFreeBSD

misc/adios2: fix build with GCC-based architectures
ClosedPublic

Authored by pkubaj on Aug 24 2019, 12:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 16, 8:35 AM
Unknown Object (File)
Thu, Jun 4, 12:27 PM
Unknown Object (File)
Wed, Jun 3, 8:48 PM
Unknown Object (File)
May 18 2026, 2:22 PM
Unknown Object (File)
May 18 2026, 2:16 PM
Unknown Object (File)
May 10 2026, 12:19 PM
Unknown Object (File)
May 10 2026, 12:13 PM
Unknown Object (File)
Apr 29 2026, 7:40 PM
Subscribers
None

Details

Summary

Needs C++11 compiler to build:

target_compile_features The compiler feature "cxx_auto_type" is not known
to CXX compiler

"GNU"

version 4.2.1.

It also tries to link to libepoll-shim.so (installed by libfabric), so link to it and and devel/libepoll-shim to LIB_DEPENDS.

PR: 239635

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable