-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using the global environment file, I was able to run most of the example and successfully test the BMI down to the end of https://babelizer.readthedocs.io/en/mdpiper-add-cxx-example/example-cxx.html#test-the-bmi. csdms/babelizer#105
- Loading branch information
1 parent
8501507
commit 533a81a
Showing
3 changed files
with
50 additions
and
3 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
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,41 @@ | ||
# See https://babelizer.readthedocs.io/ for more information | ||
|
||
# Describe the library being wrapped. | ||
[library.HeatCxx] | ||
language = "c++" | ||
library = "bmiheatcxx" | ||
header = "bmi_heat.hxx" | ||
entry_point = "BmiHeat" | ||
|
||
# Describe compiler options need to build the library being wrapped. | ||
[build] | ||
undef_macros = [] | ||
define_macros = [] | ||
libraries = [] | ||
library_dirs = [] | ||
include_dirs = [] | ||
extra_compile_args = [] | ||
|
||
# Describe the newly wrapped package. | ||
[package] | ||
name = "pymt_heatcxx" | ||
requirements = [] | ||
|
||
[info] | ||
github_username = "pymt-lab" | ||
package_author = "csdms" | ||
package_author_email = "[email protected]" | ||
package_license = "MIT License" | ||
summary = "PyMT component for the C++ heat model" | ||
|
||
[ci] | ||
python_version = [ | ||
"3.10", | ||
"3.11", | ||
"3.12", | ||
] | ||
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 @@ | ||
1.5, 8.0, 6, 5 |