diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c15f403624bb0fd44495e7386b9ec49ab5a82d5..e8c819d0794fdf090e79cbbc35829a457d8dfcb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,10 +42,10 @@ make_dependent_modules_sys_included() add_subdirectory(dune) add_subdirectory(doc) -include(DuneXTInstallPythonPackage) +include(DunePybindxiInstallPythonPackage) # this symlinks all files in python/ to the binary dir and install into the virtualenv from there thereby making the # compiled extensions directly usable from the venv -dune_python_install_package(PATH python) +dune_pybindxi_install_python_package(PATH python) include_dependent_binary_python_dirs() # do not change order here add_subdirectory(python) diff --git a/python/setup.py b/python/setup.py.in similarity index 94% rename from python/setup.py rename to python/setup.py.in index c1ed3f4e9cdefea2897dffe179329cb87822f04d..efab8883dd550c7f315199239fbcff58f2723b1f 100644 --- a/python/setup.py +++ b/python/setup.py.in @@ -9,8 +9,6 @@ # with "runtime exception" (http://www.dune-project.org/license.html) # Authors: # Rene Fritze (2018) -# -# This file is part of the dune-xt-common project: # ~~~ import sys