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

add fpm toml and change select case using integers instead of boz #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add fpm toml file
  • Loading branch information
jalvesz committed Nov 25, 2023
commit 65645bb1697abf664b72b10e8a5c9caf0411ef34
23 changes: 23 additions & 0 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "fast_math"
version = "0.1.0"
license = "license"
author = "Ivan Privec"
maintainer = "ivan privec"
copyright = "Copyright 2019, Ivan Privec"

[build]
auto-executables = true
auto-tests = true
auto-examples = true
module-naming = false

external-modules = ["libmetis5", "libmetis-dev"]
link = ["libmetis5", "libmetis-dev"]

[install]
library = false

[fortran]
implicit-typing = false
implicit-external = false
source-form = "free"