Skip to content
.test-conda-env-py3-macos.yml 851 B
Newer Older
name: test-conda-env-py3-macos
channels:
  - conda-forge
  - defaults
dependencies:
  - git
  - c-compiler
  - binutils
  - scipy
  - conda-forge::numpy
  - conda-forge::sympy
  - pocl
  - islpy
  - pyopencl
  - python>=3.6
  - symengine=0.3.0
  - python-symengine=0.3.0
  - cython
  - cmake
  - tbb-devel
  - dealii
  - gmsh
  - python-gmsh
  - pyfmmlib
  # for OpenMP support in pyfmmlib
  - libgfortran>=3.0.1
  - clangdev
  - openmp

  - pip
  - pip:
    - git+https://gitlab.tiker.net/inducer/loopy
    - git+https://www.github.com/xywei/gmsh_interop
    - git+https://gitlab.tiker.net/xywei/modepy
    - git+https://gitlab.tiker.net/xywei/boxtree
    - git+https://gitlab.tiker.net/xywei/meshmode
    - git+https://gitlab.tiker.net/xywei/pymbolic
    - git+https://gitlab.tiker.net/xywei/sumpy
    - git+https://gitlab.tiker.net/xywei/pytential