File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 - name : Install dependencies
4141 run : |
42- conda install c-compiler cxx-compiler fortran-compiler 'gfortran<14' python pkgconfig coreutils patch curl tar unzip gzip bzip2 xz perl bison make cmake openmpi gsl fftw gmp mpfr hdf5 netcdf4 libopenblas liblapack zlib pip wheel 'docutils>=0.6' 'mpi4py>=1.1.0' 'numpy>=1.2.2' 'h5py>=1.1.0' pytest
42+ conda install c-compiler cxx-compiler fortran-compiler 'gfortran<14' python-gil pkgconfig coreutils patch curl tar unzip gzip bzip2 xz perl bison make cmake openmpi gsl fftw gmp mpfr hdf5 netcdf4 libopenblas liblapack zlib pip wheel 'docutils>=0.6' 'mpi4py>=1.1.0' 'numpy>=1.2.2' 'h5py>=1.1.0' pytest
4343
4444 # - name: Configure OpenMPI
4545 # run: |
Original file line number Diff line number Diff line change 4141
4242 - name : Install dependencies
4343 run : |
44- conda install c-compiler cxx-compiler fortran-compiler 'gfortran<14' python pkgconfig coreutils patch curl tar unzip gzip bzip2 xz perl bison make cmake openmpi gsl fftw gmp mpfr hdf5 netcdf4 libopenblas liblapack zlib pip wheel 'docutils>=0.6' 'mpi4py>=1.1.0' 'numpy>=1.2.2' 'h5py>=1.1.0' pytest
44+ conda install c-compiler cxx-compiler fortran-compiler 'gfortran<14' python-gil pkgconfig coreutils patch curl tar unzip gzip bzip2 xz perl bison make cmake openmpi gsl fftw gmp mpfr hdf5 netcdf4 libopenblas liblapack zlib pip wheel 'docutils>=0.6' 'mpi4py>=1.1.0' 'numpy>=1.2.2' 'h5py>=1.1.0' pytest
4545
4646 # - name: Configure OpenMPI
4747 # run: |
Original file line number Diff line number Diff line change 3333
3434# MESA r15140 fails its tests when compiled with gfortran 14
3535
36- DEPS_conda=" c-compiler cxx-compiler fortran-compiler 'gfortran<14' python pkgconfig"
36+ DEPS_conda=" c-compiler cxx-compiler fortran-compiler 'gfortran<14' python-gil pkgconfig"
3737DEPS_conda=" ${DEPS_conda} coreutils patch"
3838DEPS_conda=" ${DEPS_conda} curl tar unzip gzip bzip2 xz perl bison make cmake openmpi"
3939DEPS_conda=" ${DEPS_conda} gsl fftw gmp mpfr hdf5 netcdf4 qhull healpix_cxx libopenblas"
You can’t perform that action at this time.
0 commit comments