Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:NERC-CEH/nanofase into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
samharrison7 committed Jun 27, 2024
2 parents 286be5b + 9ca807a commit ec01941
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 ec01941

Please sign in to comment.