Skip to content

Commit

Permalink
Update ci badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Dec 18, 2023
1 parent 99371c1 commit 15490d8
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
build:
number: 0
script_env:
- USE_PATH_FOR_GDAL_PYTHON=YES

requirements:
build:
- {{ compiler('cxx') }}
- cmake >=3.18
- ninja
host:
- python {{ python }}
- numpy >=1.15
- libgdal >=3.0
- pybind11 >=2.5
- eigen >=3.3
run:
- python {{ python }}
- numpy
- libgdal

test:
imports:
- geodynamix
source_files:
- python/test/testgdx.py
commands:
- python python/test/testgdx.py

about:
home: https://geodynamix.eu
license: MIT
license_family: MIT
license_file: LICENSE
summary: geodynamix raster library
description: library for working with raster data

package:
name: geodynamix
version: 0.14.3

source:
git_url: https://github.com/VITObelgium/geodynamix.git
git_rev: 4c47475487b74816cd35d5dc6aca7023798e2018

extra:
recipe-maintainers:
- dirkvdb

0 comments on commit 15490d8

Please sign in to comment.