Skip to content
.test-conda-env-py3-macos.yml 973 B
Newer Older
name: test-conda-env-py3-macos
channels:
  - conda-forge
  - defaults
dependencies:
  - git
  - c-compiler
  - pytest
  - pytest-cov
  - scipy
  - conda-forge::numpy
  - conda-forge::sympy
  - pocl
  - islpy
  - pyopencl
  - python>=3.8
  - 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
Xiaoyu Wei's avatar
Xiaoyu Wei committed
  # for pypvfmm
Xiaoyu Wei's avatar
Xiaoyu Wei committed
  - openmpi-mpicxx
Xiaoyu Wei's avatar
Xiaoyu Wei committed
  - fftw
  - autoconf
  - automake
  - libtool

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