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

Add pytools as a submodule

parent a639838c
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,6 @@ ...@@ -14,3 +14,6 @@
[submodule "dune/perftool/vectorclass"] [submodule "dune/perftool/vectorclass"]
path = dune/perftool/vectorclass path = dune/perftool/vectorclass
url = https://github.com/darealshinji/vectorclass.git url = https://github.com/darealshinji/vectorclass.git
[submodule "python/pytools"]
path = python/pytools
url = https://github.com/inducer/pytools.git
...@@ -9,6 +9,7 @@ create_virtualenv_wrapper(COMMANDS python -m IPython notebook ...@@ -9,6 +9,7 @@ create_virtualenv_wrapper(COMMANDS python -m IPython notebook
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 pytools)
dune_install_python_package(PATH cgen) dune_install_python_package(PATH cgen)
dune_install_python_package(PATH pymbolic) dune_install_python_package(PATH pymbolic)
dune_install_python_package(PATH loopy) dune_install_python_package(PATH loopy)
......
Subproject commit 6c5830f6e007f4ece99d75c83b0f72550cad80c2
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