-
- Downloads
Adapt dune-geometry to overhaul of the Python-CMake interface
added missing 'include_package_data' to setup.py.in improve on ci add clang test pep 42: use implicit namespace packages which make it possible to combine subpackages using editable (source) and non editable (pypi) only use a cmake install a python module in the SKBUILD setting - for an install from build dir pip will take take of this since it is part of the setup.py file add a stopgap solution unti ci repo up and running again Update requirements in setup.py.in to include dune packages [testing] only add dune modules that have been found as requirements in setup.py.in removed setup.py.in since the default is provided in dune-common adapt ci yml file to python bindings on by default disable python bindings for clang 5 (ubuntu 18) since no numpy matching numpy version can be installed from the gitlab registry [testing]
parent
86a72a03
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 24 additions, 16 deletions.gitlab-ci.yml
- CMakeLists.txt 0 additions, 1 deletionCMakeLists.txt
- pyproject.toml 1 addition, 1 deletionpyproject.toml
- python/CMakeLists.txt 5 additions, 1 deletionpython/CMakeLists.txt
- python/dune/CMakeLists.txt 0 additions, 3 deletionspython/dune/CMakeLists.txt
- python/dune/__init__.py 0 additions, 1 deletionpython/dune/__init__.py
- python/dune/geometry/CMakeLists.txt 3 additions, 1 deletionpython/dune/geometry/CMakeLists.txt
- python/dune/geometry/_referenceelements.py 1 addition, 1 deletionpython/dune/geometry/_referenceelements.py
- python/setup.py.in 0 additions, 15 deletionspython/setup.py.in
- setup.py 1 addition, 0 deletionssetup.py
python/dune/__init__.py
deleted
100644 → 0
python/setup.py.in
deleted
100644 → 0
Please register or sign in to comment