From 4cc26de47d36d2e7684a3839d4c824245c13cd50 Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni <kaushikcfd@gmail.com> Date: Thu, 4 Jun 2020 00:21:55 -0500 Subject: [PATCH] remove CentOS binary CI --- .gitlab-ci.yml | 14 -------------- doc/index.rst | 23 ----------------------- 2 files changed, 37 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33a707b19..48bee8638 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,20 +95,6 @@ Pylint: except: - tags -CentOS binary: - script: - - (cd build-helpers; ./make-linux-build-docker.sh --nodate) - - (cd ./build-helpers; ./loopy-centos6 ../examples/fortran/sparse.floopy) - artifacts: - expire_in: 4 weeks - paths: - - build-helpers/loopy-centos6 - tags: - - docker - only: - - master - retry: 2 - Documentation: script: - EXTRA_INSTALL="pybind11 numpy" diff --git a/doc/index.rst b/doc/index.rst index b77bbb16f..8f114eb72 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -20,29 +20,6 @@ When you run this script, the following kernel is generated, compiled, and execu .. _static-binary: -Want to try out loopy? ----------------------- - -There's no need to go through :ref:`installation` if you'd just like to get a -feel for what loopy is. Instead, you may -`download a self-contained Linux binary <https://gitlab.tiker.net/inducer/loopy/-/jobs/66778/artifacts/browse/build-helpers/>`_. -This is purposefully built on an ancient Linux distribution, so it should work -on most versions of Linux that are currently out there. - -Once you have the binary, do the following:: - - chmod +x ./loopy-centos6 - ./loopy-centos6 --target=opencl hello-loopy.loopy - ./loopy-centos6 --target=cuda hello-loopy.loopy - ./loopy-centos6 --target=ispc hello-loopy.loopy - -Grab the example here: :download:`examples/python/hello-loopy.loopy <../examples/python/hello-loopy.loopy>`. - -You may also donwload the most recent version by going to the `list of builds -<https://gitlab.tiker.net/inducer/loopy/builds>`_, clicking on the newest one -of type "CentOS binary", clicking on "Browse" under "Build Artifacts", then -navigating to "build-helpers", and downloading the binary from there. - Places on the web related to Loopy ---------------------------------- -- GitLab