Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SpreadGLtools #50627

Merged
merged 13 commits into from
Sep 30, 2024
60 changes: 60 additions & 0 deletions recipes/spreadgltools/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{% set name ="SpreadGLtools" %}
{% set version ="1.1.0" %}

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

source:
git_url: https://github.com/GuyBaele/SpreadGL.git
git_rev: main
Joon-Klaps marked this conversation as resolved.
Show resolved Hide resolved

build:
number: 0
noarch: python
script_env:
- SETUPTOOLS_SCM_PRETEND_VERSION={{ version }}
script: |
cd scripts
{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
run_exports:
- {{ pin_subpackage(name|lower, max_pin="x") }}

requirements:
host:
- python >=3.11
- pip
run:
- python >=3.11
- setuptools
- numpy >=1.23.2
- pandas >=2.2.0
- geojson >=3.0.1
- pyproj >=3.4.1
- Dendropy >=4.5.2
- geopandas >=0.12.2
- rasterio >=1.3.6
- rioxarray >=0.14.0
- Cython >=0.29.35
- bottleneck >=1.3.7
- gdal >=3.3.0

test:
commands:
- spread --help
- rates --help
- regions --help
- raster --help
- reprojection --help
- trimming --help

about:
home: https://github.com/GuyBaele/SpreadGL
license: MIT License
Joon-Klaps marked this conversation as resolved.
Show resolved Hide resolved
summary: 'Visualising pathogen dispersal in a high-performance browser application'
license_family: MIT
doc_url: https://github.com/GuyBaele/SpreadGL

extra:
additional-platforms:
- linux-aarch64
Joon-Klaps marked this conversation as resolved.
Show resolved Hide resolved
Loading