-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use declarative build, move tools away
- Loading branch information
Showing
6 changed files
with
19 additions
and
112 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,17 @@ | ||
[build-system] | ||
requires = ["setuptools"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "pyeamxx" | ||
version = "0.0.1.dev6" | ||
dependencies = ["numpy", "mpi4py"] | ||
|
||
[tool.setuptools.packages.find] | ||
where = ["."] | ||
include = ["pyeamxx", "libpyeamxx"] | ||
exclude = ["build_src", "tests"] | ||
namespaces = true | ||
|
||
[tool.setuptools.package-data] | ||
"libpyeamxx" = ["*.so*"] |
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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
INFO: | ||
- EAMxx python bindings | ||
- libpyeamxx is where we will house the extensions | ||
- pyeamxx is where we will house the python code | ||
- libpyeamxx is where we will house the extensions | ||
- packaging moved to https://github.com/mahf708/experimental-scream-feedstock | ||
|
||
TODO: | ||
- add more python code to organize structures | ||
- establish ci pipeline in scream/e3sm repos | ||
- add to cf (or alternatively sync with it) | ||
- decide how to deal with versioning | ||
- decide archs/pythons/mpis to tgt | ||
- figure out what's tripping cf |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.