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)
Fri, May 10, 6:51 PM
Unknown Object (File)
Fri, May 10, 6:51 PM
Unknown Object (File)
Fri, May 10, 6:51 PM
Unknown Object (File)
Mon, May 6, 12:03 PM
Unknown Object (File)
Mon, May 6, 11:40 AM
Unknown Object (File)
Wed, May 1, 11:45 PM
Unknown Object (File)
Tue, Apr 23, 3:04 PM
Unknown Object (File)
Sat, Apr 20, 3:55 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