Skip to content

Commit 7c6b0ff

Browse files
committed
put make in the testig requirement
1 parent dcc7df7 commit 7c6b0ff

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

meta.yaml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,49 +15,47 @@ requirements:
1515
- conda-forge::libgfortran=13.3.*
1616
- conda-forge::libnetcdf==4.9.2
1717
- conda-forge::libtool
18+
- conda-forge::netcdf-fortran=4.6.*
1819
- conda-forge::mpich==4.2.3
1920
- conda-forge::python=3.*
2021
- conda-forge::coreutils
2122
- conda-forge::diffutils
22-
- conda-forge::gsl=2.*
23-
24-
23+
- conda-forge::gsl=2.*
24+
- conda-forge::nco=5.2.*
25+
- conda-forge::numpy<2
26+
- conda-forge::zlib-ng=2.2.*
27+
28+
2529
build:
2630
- conda-forge::autoconf=2.69
2731
- conda-forge::automake=1.16.*
2832
- conda-forge::c-compiler
2933
- conda-forge::gcc=13.3.*
3034
- conda-forge::gfortran=13.3.*
3135
- conda-forge::make=4.2.*
32-
- conda-forge::netcdf-fortran=4.6.*
33-
- conda-forge::nco=5.2.*
34-
- conda-forge::numpy<2
3536
- conda-forge::perl=5.*
3637
- conda-forge::python=3.*
3738
- conda-forge::pytest
3839
- conda-forge::tempest-remap!=2.2.0
3940
- conda-forge::tcsh
4041
- conda-forge::which
41-
- conda-forge::zlib-ng=2.2.*
4242

4343
run:
44-
- conda-forge::gsl=2.*
45-
- conda-forge::netcdf-fortran=4.6.*
4644
- conda-forge::nco=5.2.*
4745
- conda-forge::numpy<2
4846
- conda-forge::perl=5.*
4947
- conda-forge::python=3.*
5048
- conda-forge::tempest-remap!=2.2.0
5149
- conda-forge::tcsh
5250
- conda-forge::which
53-
- conda-forge::zlib-ng=2.2.*
5451

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

5956
test:
60-
# requires:
57+
requires:
58+
- conda-forge::make=4.2.*
6159
source_files:
6260
- aclocal.m4
6361
- ar-lib
@@ -92,8 +90,7 @@ test:
9290
- site-configs/**
9391
- src/**
9492
- tests/**
95-
- tools/**
96-
93+
- tools/**
9794
# # if using build-dir option? needed?
9895
# - build**
9996
commands:

0 commit comments

Comments
 (0)