- 23 Jan, 2020 1 commit
-
-
Pierre Fernbach authored
-
- 09 Jan, 2020 1 commit
-
-
Guilhem Saurel authored
Previously, we only had curves.so, which could be installed in PYTHON_SITELIB. Now, we also want to ship plot.py, so we need the following final structure: ${PYTHON_SITELIB}/ └── curves/ ├── __init__.py ├── curves.so └── plot.py Then we can keep the same structure in the build dir, to be able to run tests before any installation: build/ └── python/ └── curves/ ├── __init__.pyc ├── curves.so └── plot.pyc And for this, we can once again keep the same structure in the source dir: python/ └── curves/ ├── __init__.py ├── curves_python.cpp └── plot.py
-
- 17 Dec, 2019 1 commit
-
-
Pierre Fernbach authored
-
- 02 Dec, 2019 1 commit
-
-
Pierre Fernbach authored
-
- 08 Oct, 2019 1 commit
-
-
stevet authored
-
- 24 Sep, 2019 1 commit
-
-
Guilhem Saurel authored
-
- 23 Sep, 2019 1 commit
-
-
Pierre Fernbach authored
-
- 03 Sep, 2019 2 commits
-
-
- 30 Apr, 2019 2 commits
- 17 Apr, 2019 1 commit
-
-
JasonChmn authored
-
- 15 Apr, 2019 1 commit
-
-
JasonChmn authored
-
- 07 Feb, 2019 1 commit
-
-
stevet authored
-