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)
Sat, Aug 15, 7:08 PM
Unknown Object (File)
Sat, Aug 8, 7:15 PM
Unknown Object (File)
Tue, Jul 28, 7:10 PM
Unknown Object (File)
Fri, Jul 24, 10:25 PM
Unknown Object (File)
Tue, Jul 21, 2:55 AM
Unknown Object (File)
Jul 3 2026, 5:53 AM
Unknown Object (File)
Jul 3 2026, 2:16 AM
Unknown Object (File)
Jul 2 2026, 8:22 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