-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfpm.toml
More file actions
31 lines (25 loc) · 697 Bytes
/
fpm.toml
File metadata and controls
31 lines (25 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name = "Navier_Stokes_Spectral_Method"
version = "0.1.0"
license = "MIT"
author = "Jules Minard"
maintainer = "minard.jules@yahoo.com"
copyright = "Copyright 2023-2025, Jules Minard"
[build]
auto-executables = true
auto-tests = true
auto-examples = true
module-naming = false
[install]
library = false
[fortran]
implicit-typing = false
implicit-external = false
source-form = "free"
[preprocess]
cpp.directories = ["src/IO_Module.f90"]
# cpp.macros=["_WIN32"]
# cpp.macros=["_UNIX"]
[dependencies]
gtk-fortran = { git = "https://github.com/vmagnin/gtk-fortran.git", rev = "v4.6.0" }
NAFPack = {git = "https://github.com/Minard-Jules/NAFPack.git"}
openmp = "*"