Skip to content

Commit

Permalink
Update ford, fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jul 29, 2023
1 parent b5f073a commit 5c7cea1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
tmp
mod
bin
/tmp
/build
/bin
/doc
/.vscode
/mod
/include
/lib
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.3.0
5 changes: 4 additions & 1 deletion ford.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
project: ForClust
summary: ![Forclust](|media|/logo.png)
version: v0.3.0
version: {!VERSION!}
year: 2023
project_github: https://github.com/gha3mi/forclust
author: Seyed Ali Ghasemi
email: info@gha3mi.com
github: https://github.com/gha3mi
src_dir: ./src
./test
output_dir: ./doc
source: true
graph: true
Expand All @@ -18,3 +19,5 @@ display: public
print_creation_date: true
favicon: ./media/logo.png
media_dir: ./media

{!README.md!}
17 changes: 13 additions & 4 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
name = "forclust"
version = "0.3.0"
version = "VERSION"
author = "Seyed Ali Ghasemi"
maintainer = "info@gha3mi.com"
copyright = "Copyright 2023, Seyed Ali Ghasemi"
copyright = "Copyright (c) 2023, Seyed Ali Ghasemi"
license = "LICENSE"

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

[install]
library = false
library = true

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

[dependencies]
M_CLI2 = {git="https://github.com/urbanjost/M_CLI2.git"}
M_CLI2 = {git="https://github.com/urbanjost/M_CLI2.git"}
popen-fortran = {git="https://github.com/jacobwilliams/popen-fortran.git"}

0 comments on commit 5c7cea1

Please sign in to comment.