Page MenuHomeFreeBSD

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

Authored by linimon on Aug 3 2019, 11:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 26, 10:34 PM
Unknown Object (File)
Dec 29 2024, 11:25 AM
Unknown Object (File)
Dec 2 2024, 8:36 PM
Unknown Object (File)
Nov 29 2024, 5:20 PM
Unknown Object (File)
Nov 28 2024, 8:20 AM
Unknown Object (File)
Nov 23 2024, 11:38 AM
Unknown Object (File)
Nov 8 2024, 12:57 AM
Unknown Object (File)
Sep 8 2024, 2:21 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25663
Build 24256: arc lint + arc unit

Event Timeline

This fails for me to build on amd64:

> Building package for adios2-2.4.0

pkg-static: Unable to access file /wrkdirs/usr/ports/misc/adios2/work/stage/usr/local/lib/libadios2_cmib.so:No such file or directory

linimon abandoned this revision.
linimon edited reviewers, added: pkubaj; removed: linimon.

Replaced by equivalent D21400.