Bug 239635 - misc/adios2: fix build with GCC-based architectures
Summary: misc/adios2: fix build with GCC-based architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-03 22:44 UTC by Piotr Kubaj
Modified: 2019-08-29 19:38 UTC (History)
1 user (show)

See Also:
yuri: maintainer-feedback+


Attachments
patch (888 bytes, patch)
2019-08-03 22:44 UTC, Piotr Kubaj
yuri: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2019-08-03 22:44:54 UTC
Created attachment 206261 [details]
patch

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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-08-29 19:38:52 UTC
A commit references this bug:

Author: pkubaj
Date: Thu Aug 29 19:38:37 UTC 2019
New revision: 510182
URL: https://svnweb.freebsd.org/changeset/ports/510182

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

  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
  Approved by:	yuri (maintainer), linimon (mentor)
  Differential Revision:	https://reviews.freebsd.org/D21400

Changes:
  head/misc/adios2/Makefile