Skip to content
Snippets Groups Projects
Unverified Commit 34bf1174 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler Committed by GitHub
Browse files

Merge pull request #158 from dune-community/fix-install-of-python-package

Fix install of python package
parents d3f7ee55 b435b51c
No related branches found
No related tags found
No related merge requests found
......@@ -63,10 +63,10 @@ dune_enable_all_packages(INCLUDE_DIRS
dunextcommon
gtest_dune_xt_common)
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_xt_install_python_package(PATH python)
dune_pybindxi_install_python_package(PATH python)
include_dependent_binary_python_dirs()
# do not change order here
include(DuneUtils)
......
......@@ -15,7 +15,7 @@
include(CheckCXXSourceCompiles)
include(DuneXtCommonMacros)
include(CTest)
include(DuneXTInstallPythonPackage)
include(DunePybindxiInstallPythonPackage)
function(TO_LIST_SPACES _LIST_NAME OUTPUT_VAR)
set(NEW_LIST_SPACE)
......
......@@ -5,12 +5,11 @@
# https://github.com/dune-community/dune-xt-common
# Copyright 2009-2018 dune-xt-common developers and contributors. All rights reserved.
# License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
# or GPL-2.0+ (http://opensource.org/licenses/gpl-license)
# with "runtime exception" (http://www.dune-project.org/license.html)
# Authors:
# Felix Schindler (2017)
# Rene Milk (2016 - 2018)
#
# or GPL-2.0+ (http://opensource.org/licenses/gpl-license)
# with "runtime exception" (http://www.dune-project.org/license.html)
# ~~~
import sys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment