-
Notifications
You must be signed in to change notification settings - Fork 245
Closed
Labels
feature requestNew feature wantedNew feature wantedhelp wantedHelping hands are appreciatedHelping hands are appreciated
Description
Description of the desired feature
Although FreeBSD is not as popular as Linux/macOS/Windows, there are still some FreeBSD + GMT users (see https://forum.generic-mapping-tools.org/t/building-gmt-on-freebsd-12-1-release/967), and they're also potential PyGMT users.
As I understand it, sys.platform will return freebsdX on FreeBSD X, thus function clib_names will report an error:
Operating system "freebsdx" not supported.
What we can do is:
- Confirm the return value of
sys.platformon FreeBSD (freebsdXif I understand the docs correctly) - Confirm the suffix of shared libraries on FreeBSD (
.sobased on search results) - Add an if test for freebsd
For points 1 and 2, we may ask for some help in this post https://forum.generic-mapping-tools.org/t/967.
We won't have a CI job testing FreeBSD, but at least we can provide some basic support.
Are you willing to help implement and maintain this feature? Yes, but we need more inputs from FreeBSD users.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature wantedNew feature wantedhelp wantedHelping hands are appreciatedHelping hands are appreciated