Skip to content

Commit

Permalink
Sync dev with main (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub authored Jun 20, 2024
2 parents fc83a15 + ac58dc7 commit a93a0b0
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "underworld3" %}
{% set version = "0.9b" %}
{% set version = "0.97b" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
git_url: https://github.com/underworldcode/underworld3
git_tag: development
git_depth: 1
# git_tag: development
# git_rev: 9e864dba48119c985cdaaec137945386b15505f9
# path: ..

Expand All @@ -24,33 +24,40 @@ requirements:
- {{ compiler('cxx') }}

host:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ mpi }}-mpicc
- {{ mpi }}-mpicxx
- {{ mpi }}
- pkg-config
- python
- setuptools
- cython
- python
- mpi4py
- petsc>=3.21.0
- petsc4py>=3.21.0
- numpy
- scipy
- cython

run:
- {{ compiler('c') }}
- {{ mpi }}-mpicc
- {{ mpi }}-mpicxx
- {{ mpi }}
- petsc4py>=3.21.0
- h5py * mpi_{{ mpi }}_*
- python
- numpy
- mpi4py
- sympy
- petsc>=3.21.0
- petsc4py>=3.21.0
- numpy
- scipy
- cython
- python
- h5py * mpi_{{ mpi }}_*
- pint
- sympy
- pytest
- typing_extensions
- sympy
- python-xxhash
- python-gmsh
- ipython
- typeguard
- nest-asyncio
- typeguard
- pyvista

about:
Expand Down

0 comments on commit a93a0b0

Please sign in to comment.