Skip to content
Snippets Groups Projects
Commit 8d6fb5f8 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'add-egg-to-req-txt' into 'master'

Add #egg= markers to requirements.txt

See merge request !77
parents 692a7a7d bba64517
No related branches found
No related tags found
1 merge request!77Add #egg= markers to requirements.txt
Pipeline #47592 passed
...@@ -31,8 +31,9 @@ jobs: ...@@ -31,8 +31,9 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: "Main Script" - name: "Main Script"
run: | run: |
grep -v mpi4py .test-conda-env-py3.yml > .test-conda-env.yml sudo apt-get update
CONDA_ENVIRONMENT=.test-conda-env.yml sudo apt-get install openmpi-bin libopenmpi-dev
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
. ./build-and-test-py-project-within-miniconda.sh . ./build-and-test-py-project-within-miniconda.sh
...@@ -45,12 +46,11 @@ jobs: ...@@ -45,12 +46,11 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install openmpi-bin libopenmpi-dev sudo apt-get install openmpi-bin libopenmpi-dev
grep -v symengine .test-conda-env-py3.yml > .test-conda-env.yml CONDA_ENVIRONMENT=.test-conda-env-py3.yml
CONDA_ENVIRONMENT=.test-conda-env.yml curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/ci-support.sh
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-within-miniconda.sh . ci-support.sh
. ./build-py-project-within-miniconda.sh build_py_project_in_conda_env
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/run-examples.sh run_examples
. ./run-examples.sh
# vim: sw=4 # vim: sw=4
......
...@@ -14,15 +14,3 @@ dependencies: ...@@ -14,15 +14,3 @@ dependencies:
- pyopencl - pyopencl
- python=3 - python=3
- gmsh - gmsh
- pip
- pip:
- git+https://github.com/inducer/pytools
- git+https://github.com/inducer/pymbolic
- git+https://github.com/inducer/loopy
- git+https://github.com/inducer/meshmode
- git+https://github.com/inducer/dagrt
- git+https://github.com/inducer/leap
- git+https://github.com/inducer/pyvisfile
- mpi4py
- pymetis
numpy numpy
git+https://github.com/inducer/pytools.git mpi4py
git+https://github.com/inducer/pymbolic.git git+https://github.com/inducer/pytools.git#egg=pytools
git+https://github.com/inducer/islpy.git git+https://github.com/inducer/pymbolic.git#egg=pymbolic
git+https://github.com/inducer/pyopencl.git git+https://github.com/inducer/islpy.git#egg=islpy
git+https://github.com/inducer/loopy.git git+https://github.com/inducer/pyopencl.git#egg=pyopencl
git+https://gitlab.tiker.net/inducer/dagrt.git git+https://github.com/inducer/loopy.git#egg=loo.py
git+https://gitlab.tiker.net/inducer/leap.git git+https://github.com/inducer/dagrt.git#egg=dagrt
git+https://github.com/inducer/meshpy.git git+https://github.com/inducer/leap.git#egg=leap
git+https://github.com/inducer/modepy.git git+https://github.com/inducer/meshpy.git#egg=meshpy
git+https://github.com/inducer/meshmode.git git+https://github.com/inducer/modepy.git#egg=modepy
git+https://github.com/inducer/meshmode.git#egg=meshmode
git+https://github.com/inducer/pyvisfile.git#egg=pyvisfile
git+https://github.com/inducer/pymetis.git#egg=pymetis
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