Skip to content

Commit 43f7077

Browse files
committed
include the libraries and their versions explicitly
1 parent 641b3ac commit 43f7077

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

meta.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ requirements:
1515
- conda-forge::gsl=2.*
1616
- conda-forge::netcdf-fortran=4.6.*
1717
- conda-forge::gcc=13.3.*
18+
- conda-forge::gfortran=13.3.*
19+
- conda-forge::libgcc=13.3.*
20+
- conda-forge::libgfortran=13.3.*
1821
- conda-forge::hdf5=1.14.*=mpi*
1922
- conda-forge::libnetcdf==4.9.2
2023
- conda-forge::nco=5.2.*
@@ -37,6 +40,7 @@ requirements:
3740
- conda-forge::gsl=2.*
3841
- conda-forge::netcdf-fortran=4.6.*
3942
- conda-forge::gcc=13.3.*
43+
- conda-forge::gfortran=13.3.*
4044
- conda-forge::hdf5=1.14.*=mpi*
4145
- conda-forge::libnetcdf==4.9.2
4246
- conda-forge::nco=5.2.*
@@ -59,6 +63,9 @@ requirements:
5963
- conda-forge::gsl=2.*
6064
- conda-forge::netcdf-fortran=4.6.*
6165
- conda-forge::gcc=13.3.*
66+
- conda-forge::gfortran=13.3.*
67+
- conda-forge::libgcc=13.3.*
68+
- conda-forge::libgfortran=13.3.*
6269
- conda-forge::hdf5=1.14.*=mpi*
6370
- conda-forge::libnetcdf==4.9.2
6471
- conda-forge::nco=5.2.*
@@ -81,6 +88,9 @@ requirements:
8188
- conda-forge::gsl=2.*
8289
- conda-forge::netcdf-fortran=4.6.*
8390
- conda-forge::gcc=13.3.*
91+
- conda-forge::gfortran=13.3.*
92+
- conda-forge::libgcc=13.3.*
93+
- conda-forge::libgfortran=13.3.*
8494
- conda-forge::hdf5=1.14.*=mpi*
8595
- conda-forge::libnetcdf==4.9.2
8696
- conda-forge::nco=5.2.*
@@ -152,7 +162,9 @@ test:
152162
# Run actual tests using the repository's test infrastructure
153163
# vanilla
154164
- 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!"
165+
- autoreconf -iv
166+
- ./configure --prefix=$PREFIX --with-mpi --enable-quad-precision
167+
- 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!"
156168
# # --with-mpi --enable-quad-precision
157169
# - echo "Setting up test environment..."
158170
# - autoreconf -i && ./configure --with-mpi --enable-quad-precision && make check RUN_EXPENSIVE_TESTS=no

0 commit comments

Comments
 (0)