Skip to content

Commit

Permalink
Adding rattler-build recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Harrison committed Jan 20, 2024
1 parent d1fb4dc commit 9ca807a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions conda.recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9ca807a

Please sign in to comment.