-
Notifications
You must be signed in to change notification settings - Fork 407
Description
Description of the desired feature
I'm using some software that explicity requires GMT v4. It would be great to be able to install this via conda, as I'm able to do for GMT v5 and v6. Would it be possible to add GMT v4 to the conda-forge feedstock?
- I see there is a release here on GitHub for v4.5.18 which is titled a 'fake' release.
- There is also some info on v4.5.18 on the wiki
- The oldest version on conda right now is 5.3.1
Are you willing to help implement and maintain this feature? Yes/No
If it's trivial, I'm happy to do it, but might need a little guidance. Looking at this commit, which updated the feed-stock from 5.3.1 to 5.3.3 it looks like all that was necessary for udating the hash of the tar.gz file. The tar.gz file is taken from https://ftp.soest.hawaii.edu/gmt/, which also has the file for 4.5.18, so maybe it's as simple as changing the version number and the hash of this file in meta.yaml. Maybe the requirements section would need to change. How do I figure out the requirement versions for v4.5.18?