-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from samharrison7/fortran-example
Adding Fortran example to the docs
- Loading branch information
Showing
10 changed files
with
522 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[library.HeatModel] | ||
language = "fortran" | ||
library = "bmiheatf" | ||
header = "" | ||
entry_point = "bmi_heat" | ||
|
||
[build] | ||
undef_macros = [] | ||
define_macros = [] | ||
libraries = [] | ||
library_dirs = [] | ||
include_dirs = [] | ||
extra_compile_args = [] | ||
|
||
[package] | ||
name = "pymt_heatf" | ||
requirements = [""] | ||
|
||
[info] | ||
github_username = "pymt-lab" | ||
package_author = "csdms" | ||
package_author_email = "[email protected]" | ||
package_license = "MIT License" | ||
summary = "PyMT plugin for the Fortran heat model" | ||
|
||
[ci] | ||
python_version = ["3.9"] | ||
os = ["linux", "mac", "windows"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# A conda environment file for the babelizer Fortran example | ||
name: wrap | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3 | ||
- make | ||
- cmake | ||
- pkg-config | ||
- fortran-compiler | ||
- bmi-fortran | ||
- babelizer |
Oops, something went wrong.