Skip to content
Snippets Groups Projects
Commit 43f39747 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Install ufl into the virtualenv

parent bf5d2f4d
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ create_virtualenv_wrapper(ENVPATH ${DUNE_PYTHON_VIRTUALENV_PATH}
dune_install_python_package(PATH cgen MAJOR_VERSION 2)
dune_install_python_package(PATH islpy MAJOR_VERSION 2 NO_PIP)
dune_install_python_package(PATH loopy MAJOR_VERSION 2)
dune_install_python_package(PATH ufl MAJOR_VERSION 2)
# Install out python package
dune_install_python_package(PATH . MAJOR_VERSION 2)
......
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