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

Turn into a FPM package #25

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Turn into a FPM package #25

wants to merge 5 commits into from

Conversation

tkoskela
Copy link
Contributor

@tkoskela tkoskela commented Jan 23, 2025

Adds a toml file to enable building with fpm

@tkoskela tkoskela marked this pull request as draft January 23, 2025 10:59
@tkoskela tkoskela linked an issue Jan 23, 2025 that may be closed by this pull request
@tkoskela tkoskela marked this pull request as ready for review January 23, 2025 16:44
@tkoskela tkoskela changed the title WIP: Turn into a FPM package Turn into a FPM package Jan 23, 2025
Comment on lines +14 to +17
[build]
auto-executables = true
auto-tests = true
auto-examples = true
Copy link
Collaborator

Choose a reason for hiding this comment

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

Don't need this anymore?

Comment on lines +11 to +20
[profiles.gfortran.linux]
flags = "-ffree-line-length-none"

[build]
auto-executables = true
auto-tests = true
auto-examples = true

[install]
library = false
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
[profiles.gfortran.linux]
flags = "-ffree-line-length-none"
[build]
auto-executables = true
auto-tests = true
auto-examples = true
[install]
library = false

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.

fpm
2 participants