-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace mbuild commit into that on the main branch
- Loading branch information
1 parent
129aec5
commit 11e976d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mbuild
updated
11 files
+45 −0 | .github/workflows/ci.yml | |
+24 −0 | .gitlab-ci.yml | |
+5 −1 | README.md | |
+26 −0 | conanfile.py | |
+4 −4 | mbuild/dag.py | |
+6 −6 | mbuild/doxygen.py | |
+3 −3 | mbuild/env.py | |
+12 −14 | mbuild/util.py | |
+8 −8 | mbuild/work_queue.py | |
+20 −0 | test_package/.gitignore | |
+13 −0 | test_package/conanfile.py |