From e3a9965d399a45b0647ca7f727bfb487a2f227df Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Wed, 21 Sep 2016 11:58:41 +0200 Subject: [PATCH] dune-env-2 -> dune-env --- python/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 0ac8b666..a7df3109 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -2,7 +2,7 @@ # # Install path.py in version 7.7 is to avoid a bug in # IPythons dependency pickleshare. -execute_process(COMMAND ${CMAKE_BINARY_DIR}/dune-env-2 python -m pip install path.py==7.7 tornado>=4.0 ipython>=4.0.0 jupyter>=1.0.0) +execute_process(COMMAND ${CMAKE_BINARY_DIR}/dune-env python -m pip install path.py==7.7 tornado>=4.0 ipython>=4.0.0 jupyter>=1.0.0) # Create an ipython notebook wrapper! create_virtualenv_wrapper(ENVPATH ${dune-python_DIR}/python2-env @@ -18,6 +18,6 @@ dune_install_python_package(PATH ufl) # Install our python package dune_install_python_package(PATH .) -add_python_test_command(COMMAND python -m pytest --pep8 VIRTUALENV dune-env-2 +add_python_test_command(COMMAND python -m pytest --pep8 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/python/dune/perftool REQUIRED_PACKAGES pytest pytest-pep8) -- GitLab