Skip to content

Update: install script for Fortran fpm #357

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

Merged
merged 2 commits into from
Mar 6, 2021
Merged

Update: install script for Fortran fpm #357

merged 2 commits into from
Mar 6, 2021

Conversation

LKedward
Copy link
Member

Inline with the goal of #253 this PR updates the install script to build and install Fortran fpm by default after bootstrapping with the Haskell implementation. Based on the discussion in #344 I also added an --update flag to optionally pull from the latest tag similar to @brocolis' implementation. The existing behaviour of the install script is preserved if invoked with ./install.sh --haskell which will only install the Haskell implementation.
Additional flags are provided to specify the install location and whether to build with openmp and static linking.

This simplifies the bootstrapping process and the workflow for updating fpm.

- Include bootstrap of Fortran fpm in install.sh
- Add ability to update repository from latest tag
- Add ability to specify install path
- Update README to simplify bootstrap procedure
Copy link
Member

@awvwgk awvwgk left a comment

Choose a reason for hiding this comment

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

Looks good, I only have one minor comment.

Co-authored-by: Sebastian Ehlert <[email protected]>
@LKedward LKedward merged commit 32c96e5 into fortran-lang:master Mar 6, 2021
@LKedward LKedward deleted the update-install-script branch March 6, 2021 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants