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

Install loopy, cgen and islpy in the correct order

parent 6cc35a9d
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,9 @@ create_virtualenv_wrapper(ENVPATH ${dune-python_DIR}/python2-env ...@@ -10,9 +10,9 @@ create_virtualenv_wrapper(ENVPATH ${dune-python_DIR}/python2-env
NAME notebook) NAME notebook)
# Install all the external packages that we have as submodules # Install all the external packages that we have as submodules
dune_install_python_package(PATH loopy MAJOR_VERSION 2)
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 islpy MAJOR_VERSION 2 NO_PIP)
dune_install_python_package(PATH cgen MAJOR_VERSION 2)
dune_install_python_package(PATH loopy MAJOR_VERSION 2)
dune_install_python_package(PATH ufl MAJOR_VERSION 2) dune_install_python_package(PATH ufl 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