Skip to content

Commit 14e23f8

Browse files
committed
OK... redundant reqs it is
1 parent 64cc86b commit 14e23f8

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

meta.yaml

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ requirements:
3030
- conda-forge::coreutils
3131
- conda-forge::c-compiler
3232
- conda-forge::tempest-remap!=2.2.0
33+
3334
build:
3435
- conda-forge::zlib-ng=2.2.*
3536
- conda-forge::mpich==4.2.3
@@ -53,9 +54,48 @@ requirements:
5354
- conda-forge::tempest-remap!=2.2.0
5455

5556
run:
57+
- conda-forge::zlib-ng=2.2.*
58+
- conda-forge::mpich==4.2.3
59+
- conda-forge::gsl=2.*
60+
- conda-forge::netcdf-fortran=4.6.*
61+
- conda-forge::gcc=13.3.*
62+
- conda-forge::hdf5=1.14.*=mpi*
63+
- conda-forge::libnetcdf==4.9.2
64+
- conda-forge::nco=5.2.*
65+
- conda-forge::python>2
66+
- conda-forge::numpy<2
67+
- conda-forge::pytest
68+
- conda-forge::libtool
69+
- conda-forge::autoconf=2.69.*
70+
- conda-forge::automake=1.16.*
71+
- conda-forge::tcsh
72+
- conda-forge::which
73+
- conda-forge::make=4.2.*
74+
- conda-forge::coreutils
75+
- conda-forge::c-compiler
76+
- conda-forge::tempest-remap!=2.2.0
5677

5778
test:
58-
79+
- conda-forge::zlib-ng=2.2.*
80+
- conda-forge::mpich==4.2.3
81+
- conda-forge::gsl=2.*
82+
- conda-forge::netcdf-fortran=4.6.*
83+
- conda-forge::gcc=13.3.*
84+
- conda-forge::hdf5=1.14.*=mpi*
85+
- conda-forge::libnetcdf==4.9.2
86+
- conda-forge::nco=5.2.*
87+
- conda-forge::python>2
88+
- conda-forge::numpy<2
89+
- conda-forge::pytest
90+
- conda-forge::libtool
91+
- conda-forge::autoconf=2.69.*
92+
- conda-forge::automake=1.16.*
93+
- conda-forge::tcsh
94+
- conda-forge::which
95+
- conda-forge::make=4.2.*
96+
- conda-forge::coreutils
97+
- conda-forge::c-compiler
98+
- conda-forge::tempest-remap!=2.2.0
5999

60100

61101
about:

0 commit comments

Comments
 (0)