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