Page MenuHomeFreeBSD

astro/gpstk: drop unused dependencies
ClosedPublic

Authored by jbeich on Oct 7 2017, 4:45 PM.
Tags
None
Referenced Files
F106842265: D12617.id33793.diff
Mon, Jan 6, 7:21 AM
Unknown Object (File)
Sat, Jan 4, 5:13 AM
Unknown Object (File)
Nov 30 2024, 7:31 AM
Unknown Object (File)
Nov 26 2024, 3:42 PM
Unknown Object (File)
Nov 26 2024, 3:42 PM
Unknown Object (File)
Nov 26 2024, 3:42 PM
Unknown Object (File)
Nov 26 2024, 3:17 PM
Unknown Object (File)
Oct 28 2024, 10:43 PM
Subscribers
None

Details

Summary

rP370634 added USE_GCC without documenting rationale. gpstk-2.5 built fine by Clang and no consumers required libgpstk.so to be linked against libstdc++.so.

Kurt, why did you add the dependency then? To fix a runtime issue? I don't use the port, so have no clue, and there's no maintainer to ask.

Test Plan

Builds fine on

$ pkg info -ql gpstk | xargs fgrep python
/usr/local/include/TabularSatStore.hpp:   // typedefs had to be set to public for python bindings to compile

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 11944
Build 12272: arc lint + arc unit

Event Timeline

That was a long time ago, it probably did not build at that time without USE_GCC. If it builds now, remove USE_GCC, that's fine with me.

This revision is now accepted and ready to land.Oct 7 2017, 5:30 PM
This revision was automatically updated to reflect the committed changes.