From 15490d8a93962cc61f5206d6c472046a5158197e Mon Sep 17 00:00:00 2001 From: Dirk Vanden Boer Date: Mon, 18 Dec 2023 14:38:06 +0100 Subject: [PATCH] Update ci badges --- conda/meta.yaml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 conda/meta.yaml diff --git a/conda/meta.yaml b/conda/meta.yaml new file mode 100644 index 0000000..91a8bdc --- /dev/null +++ b/conda/meta.yaml @@ -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 \ No newline at end of file