Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include fortran files directly #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

DWesl
Copy link

@DWesl DWesl commented Jul 9, 2019

Instead of including tar archives in the repository, include the files in those archives directly.
This makes it a bit easier for computers to find the files, and GitHub will still provide the option to download the whole thing as an InfoZip archive or gzip-compressed tar archive (.zip or .tar.gz files, respectively).

The compilation command is just a bit more complicated than make now, as either make -f Makefile_CT or make -f Makefile_GEOS.

I also have an AutoTools-based build system, but that can wait for another PR.

This should help code be more editable and encourage collaboration.
There does not seem to be overlap between the contents of the
tarfiles.  This brings the package in line with standard GitHub
practice.
Copy link
Author

@DWesl DWesl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed it wasn't lined up, and it started bothering me.

README_GEOSChem.md Outdated Show resolved Hide resolved
@DWesl DWesl added enhancement New feature or request question Further information is requested labels May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant