From 1d7924fa91bfe02fea53cc44dff931615ddbfa1a Mon Sep 17 00:00:00 2001 From: Isuru Fernando <isuruf@gmail.com> Date: Fri, 23 Apr 2021 15:58:20 -0500 Subject: [PATCH] install sumpy --- .gitlab-ci.yml | 2 +- .test-conda-env.yml | 18 ------------------ asv.conf.json | 3 ++- 3 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 .test-conda-env.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4a2e3e0f..2ea1707ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,7 +158,7 @@ Flake8: Benchmarks: stage: test script: - - CONDA_ENVIRONMENT=.test-conda-env.yml + - CONDA_ENVIRONMENT=.test-conda-env-py3.yml - PROJECT=loopy - PYOPENCL_TEST=portable:pthread - export LOOPY_NO_CACHE=1 diff --git a/.test-conda-env.yml b/.test-conda-env.yml deleted file mode 100644 index 6f7a4d2af..000000000 --- a/.test-conda-env.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: test-conda-env -channels: -- conda-forge -- nodefaults - -dependencies: -- git -- numpy -- pocl -- pocl-cuda -- islpy -- pyopencl -- python=3 - -- pip -- pip: - - git+https://github.com/inducer/pytools - - git+https://github.com/inducer/pymbolic diff --git a/asv.conf.json b/asv.conf.json index 26ac70b48..99c2ea2b5 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -71,8 +71,9 @@ "islpy" : [""], "pocl" : [""], "pip+git+https://github.com/inducer/pymbolic#egg=pymbolic": [""], - "pip+git+https://gitlab.tiker.net/inducer/boxtree#egg=boxtree": [""], + "pip+git+https://github.com/inducer/boxtree#egg=boxtree": [""], "pip+git+https://github.com/inducer/loopy#egg=loopy": [""], + "pip+git+https://github.com/inducer/sumpy#egg=sumpy": [""], }, // Combinations of libraries/python versions can be excluded/included -- GitLab