You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meta.yaml
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ requirements:
15
15
- conda-forge::gsl=2.*
16
16
- conda-forge::netcdf-fortran=4.6.*
17
17
- conda-forge::gcc=13.3.*
18
+
- conda-forge::gfortran=13.3.*
19
+
- conda-forge::libgcc=13.3.*
20
+
- conda-forge::libgfortran=13.3.*
18
21
- conda-forge::hdf5=1.14.*=mpi*
19
22
- conda-forge::libnetcdf==4.9.2
20
23
- conda-forge::nco=5.2.*
@@ -37,6 +40,7 @@ requirements:
37
40
- conda-forge::gsl=2.*
38
41
- conda-forge::netcdf-fortran=4.6.*
39
42
- conda-forge::gcc=13.3.*
43
+
- conda-forge::gfortran=13.3.*
40
44
- conda-forge::hdf5=1.14.*=mpi*
41
45
- conda-forge::libnetcdf==4.9.2
42
46
- conda-forge::nco=5.2.*
@@ -59,6 +63,9 @@ requirements:
59
63
- conda-forge::gsl=2.*
60
64
- conda-forge::netcdf-fortran=4.6.*
61
65
- conda-forge::gcc=13.3.*
66
+
- conda-forge::gfortran=13.3.*
67
+
- conda-forge::libgcc=13.3.*
68
+
- conda-forge::libgfortran=13.3.*
62
69
- conda-forge::hdf5=1.14.*=mpi*
63
70
- conda-forge::libnetcdf==4.9.2
64
71
- conda-forge::nco=5.2.*
@@ -81,6 +88,9 @@ requirements:
81
88
- conda-forge::gsl=2.*
82
89
- conda-forge::netcdf-fortran=4.6.*
83
90
- conda-forge::gcc=13.3.*
91
+
- conda-forge::gfortran=13.3.*
92
+
- conda-forge::libgcc=13.3.*
93
+
- conda-forge::libgfortran=13.3.*
84
94
- conda-forge::hdf5=1.14.*=mpi*
85
95
- conda-forge::libnetcdf==4.9.2
86
96
- conda-forge::nco=5.2.*
@@ -152,7 +162,9 @@ test:
152
162
# Run actual tests using the repository's test infrastructure
153
163
# vanilla
154
164
- echo "Setting up test environment..."
155
-
- autoreconf -iv && ./configure --prefix=$PREFIX --with-mpi --enable-quad-precision && make check RUN_EXPENSIVE_TESTS=no || echo "make check failed in conda build. guarding against that failure so the tarball still gets put out!"
- make check RUN_VERY_EXPENSIVE_TESTS=no RUN_EXPENSIVE_TESTS=no || echo "make check failed in conda build. guarding against that failure so the tarball still gets put out!"
0 commit comments