From 9ca807a046b229fd96b1d77d8c345f55c5f45a38 Mon Sep 17 00:00:00 2001 From: Samuel Harrison Date: Sat, 20 Jan 2024 09:08:10 +0000 Subject: [PATCH] Adding rattler-build recipe --- conda.recipe/recipe.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 conda.recipe/recipe.yaml diff --git a/conda.recipe/recipe.yaml b/conda.recipe/recipe.yaml new file mode 100644 index 0000000..e507122 --- /dev/null +++ b/conda.recipe/recipe.yaml @@ -0,0 +1,26 @@ +package: + name: nanofase + version: 0.0.4 + +source: + path: .. + +build: + script: fpm @install --prefix=${PREFIX} + +requirements: + build: + - gcc + - gfortran + - gxx + - netcdf-fortran + - fpm + run: + - libgcc + - libgfortran + - netcdf-fortran + +about: + homepage: https://nerc-ceh.github.io/nanofase + license: BSD-3-Clause + repository: https://github.com/nerc-ceh/nanofase