From f177ba2d1d96f79b4fcfda534d097f4961937886 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 28 May 2014 23:46:41 -0500 Subject: [PATCH] More metadata tweaks --- doc/misc.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/misc.rst b/doc/misc.rst index 8ada6153e..4ed025b59 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -5,7 +5,7 @@ Installation This command should install :mod:`loopy`:: - pip install islpy + pip install https://github.com/inducer/loopy/tarball/master You may need to run this with :command:`sudo`. If you don't already have `pip <https://pypi.python.org/pypi/pip>`_, @@ -78,7 +78,7 @@ Citing Loopy If you use loopy for your work and find its approach helpful, please consider citing the following article. - A. Klöckner. Loo.py: transformation-based code~generation for GPUs and + A. Klöckner. Loo.py: transformation-based code generation for GPUs and CPUs. Proceedings of ARRAY '14: ACM SIGPLAN Workshop on Libraries, Languages, and Compilers for Array Programming. Edinburgh, Scotland. diff --git a/setup.py b/setup.py index 37737f950..49ee63c6d 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup(name="loo.py", "pyopencl>=2013.1", "pymbolic>=2013.2", "cgen", - "islpy>=2014.1" + "islpy>=2014.2" ], author="Andreas Kloeckner", -- GitLab