forked from NOAA-GFDL/FRE-NCtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOAA-GFDL#224 Added basic conda build recipe and build script.
"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
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |