Skip to content

Commit

Permalink
NOAA-GFDL#224 Added basic conda build recipe and build script.
Browse files Browse the repository at this point in the history
"conda build ." worked on the workstations, and conda install
worked on the thin client.
  • Loading branch information
Chris Blanton authored and Chris Blanton committed May 5, 2023
1 parent 9afbb2d commit 93f9cda
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
autoreconf -i
./configure --prefix=$PREFIX --disable-ocean-model-grid-generator
make -j
make install
22 changes: 22 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package:
name: fre-nctools
version: 2022.02.01

source:
path: .

build:
number: 0

requirements:
build:
- libnetcdf
- netcdf-fortran
run:

test:
commands:

about:
license: LGPL-3.0
summary: Tools for manipulating and creating netCDF inputs for FMS managed models

0 comments on commit 93f9cda

Please sign in to comment.