- Jan 09, 2020
-
-
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
-
stevet authored
-
stevet authored
-
stevet authored
-
stevet authored
-
stevet authored
-
stevet authored
-
stevet authored
-
- Jan 07, 2020
- Dec 23, 2019
-
-
Pierre Fernbach authored
-
- Dec 20, 2019
-
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
- Dec 17, 2019
-
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
Solve #19
-
Pierre Fernbach authored
solve #29
-
- Dec 12, 2019
-
-
Wolfgang Merkt authored
-
- Dec 05, 2019
-
-
- Dec 02, 2019
-
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
- Nov 29, 2019
-
-
Pierre Fernbach authored
-