Skip to content

Commit

Permalink
Split projects (#1219)
Browse files Browse the repository at this point in the history
* make a clear split between CMake targets
* split versions between libmamba and mamba
* add libmambapy target for python bindings and make mamba depend on it
* rename CMake options to make them homogeneous, simplify CMake
* remove termcolor from thirdparties, use it as a dependency
* remove unnecessary version global vars and convert to functions
* update CI workflows
  • Loading branch information
adriendelsalle authored Oct 26, 2021
1 parent 8cdc829 commit bff16c2
Show file tree
Hide file tree
Showing 251 changed files with 3,346 additions and 1,791 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
max-line-length=88
max-line-length=100
extend-ignore=E203,D104,D100,I004
exclude=test/*,docs/source/tools/*
exclude=*/tests/*,docs/source/tools/*
Loading

0 comments on commit bff16c2

Please sign in to comment.