From 6a19564703b442ef502800597362cdf2436b111d Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni Date: Mon, 9 Dec 2019 11:06:17 -0600 Subject: [PATCH 1/3] wip: checking if islpy change does not break loopy --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97c202476..24853e230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ git+https://github.com/inducer/pytools.git -git+https://github.com/inducer/islpy.git +git+https://github.com/kaushikcfd/islpy.git@fix-minor-isl-align-spaces-bug git+https://github.com/inducer/cgen.git git+https://github.com/inducer/pyopencl.git git+https://github.com/inducer/pymbolic.git -- GitLab From c118d3a589aad0e9307e51d3993fd6bd82fbc91d Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni Date: Mon, 9 Dec 2019 11:09:55 -0600 Subject: [PATCH 2/3] gitlab not github --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 24853e230..3e79abe74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ git+https://github.com/inducer/pytools.git -git+https://github.com/kaushikcfd/islpy.git@fix-minor-isl-align-spaces-bug +git+https://gitlab.tiker.net/kaushikcfd/islpy.git@fix-minor-isl-align-spaces-bug git+https://github.com/inducer/cgen.git git+https://github.com/inducer/pyopencl.git git+https://github.com/inducer/pymbolic.git -- GitLab From 81473b5917b61f728534687e78831052a8c06fbe Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni Date: Fri, 20 Dec 2019 00:52:00 -0600 Subject: [PATCH 3/3] bogus commit because gitlab does not have an elegant mechanism to trigger the rerun of an MR's pipeline --- loopy/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/loopy/__init__.py b/loopy/__init__.py index b60de6e2d..4aa4957ca 100644 --- a/loopy/__init__.py +++ b/loopy/__init__.py @@ -518,5 +518,4 @@ _set_up_default_target() # }}} - # vim: foldmethod=marker -- GitLab