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

Creating Windows installer for fpm #580

Closed
awvwgk opened this issue Sep 24, 2021 · 2 comments · Fixed by #616
Closed

Creating Windows installer for fpm #580

awvwgk opened this issue Sep 24, 2021 · 2 comments · Fixed by #616
Labels
enhancement New feature or request os-windows Issues specific to the MS Windows operating system

Comments

@awvwgk
Copy link
Member

awvwgk commented Sep 24, 2021

Description

Since Windows has no actual package manager installing of software is usually expected to be possible by an installer. So far fpm does not explore this road for distribution, we are using binary releases and MinGW packages for pacman instead.

Possible Solution

Find out how we can automatically create an installer using GitHub actions

Additional Information

@awvwgk awvwgk added enhancement New feature or request os-windows Issues specific to the MS Windows operating system labels Sep 24, 2021
@awvwgk
Copy link
Member Author

awvwgk commented Nov 14, 2021

Just saw Laurence @LKedward has created an installer for fpm: https://github.com/LKedward/quickstart-fortran

@LKedward
Copy link
Member

Yes I had a play around with NSIS as a weekend project and came up with this. I ended up bundling in GFortran, Git and OpenBLAS as well to make an all-in-one installer aimed at beginners. I will share on the Discourse to get feedback - if people find it works well, we could move under Fortran-Lang namespace and link to it from the website perhaps?

The same workflow can be adapted to create an fpm+Git for Windows installer in this repository for each release.

@awvwgk awvwgk linked a pull request Nov 21, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request os-windows Issues specific to the MS Windows operating system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants