-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfpm.toml
33 lines (28 loc) · 859 Bytes
/
fpm.toml
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
32
33
name = "fenvelopes"
version = "0.1.0"
license = "license"
author = "Federico E. Benelli"
maintainer = "federico.benelli@mi.unc.edu.ar"
copyright = "Copyright 2023, Federico E. Benelli"
[build]
link = ["blas"]
auto-executables = true
auto-tests = true
auto-examples = true
[install]
library = false
[dependencies]
stdlib = "*"
# minpack= "*"
ftools = { git = "https://github.com/fedebenelli/ftools" }
yaeos = { git = "https://github.com/ipqa-research/yaeos" }
FLAP = { git = "https://github.com/szaghi/FLAP", tag="v1.2.5" }
fordiff = {git="https://github.com/gha3mi/fordiff.git"}
forsolver = { git="https://github.com/gha3mi/forsolver.git" }
# progress-bar = { git="https://github.com/zoziha/progress-bar" }
[fortran]
implicit-external = false # default: false
implicit-typing = false # default: false
[preprocess]
[preprocess.cpp]
[preprocess.fypp]