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

Rip out ISL, we can install it via pip

parent 16acae78
No related branches found
No related tags found
No related merge requests found
[submodule "python/islpy"]
path = python/islpy
url = https://github.com/inducer/islpy.git
[submodule "python/cgen"] [submodule "python/cgen"]
path = python/cgen path = python/cgen
url = https://github.com/inducer/cgen.git url = https://github.com/inducer/cgen.git
......
...@@ -13,7 +13,6 @@ create_virtualenv_wrapper(ENVPATH ${dune-python_DIR}/python2-env ...@@ -13,7 +13,6 @@ create_virtualenv_wrapper(ENVPATH ${dune-python_DIR}/python2-env
dune_install_python_package(PATH pymbolic MAJOR_VERSION 2) dune_install_python_package(PATH pymbolic MAJOR_VERSION 2)
# islpy has some serious bug: it cannot be installed with pip # islpy has some serious bug: it cannot be installed with 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 cgen MAJOR_VERSION 2)
# --no-deps to avoid reinstallation of islpy through pip...argh! # --no-deps to avoid reinstallation of islpy through pip...argh!
dune_install_python_package(PATH loopy MAJOR_VERSION 2 ADDITIONAL_PIP_PARAMS --no-deps) dune_install_python_package(PATH loopy MAJOR_VERSION 2 ADDITIONAL_PIP_PARAMS --no-deps)
......
Subproject commit 2e902bc3832be805a347f1016b583f78dbc9a188
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