Skip to content

Commit ac0c0a5

Browse files
committed
Try building test with mpich 4.0
1 parent 78d1ea7 commit ac0c0a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- bash: |
6060
conda build --no-test --python $PYTHON_VERSION ./conf
61-
conda create --name mpi4py_fft_env mpi4py_fft_test coverage scipy pyfftw python=$PYTHON_VERSION --use-local
61+
conda create --name mpi4py_fft_env mpi4py_fft_test coverage scipy python=$PYTHON_VERSION --use-local
6262
source activate mpi4py_fft_env
6363
pip install codecov
6464
cd tests && ./runtests.sh

conf/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requirements:
2525
run:
2626
- python
2727
- mpi4py
28-
- mpich
28+
- mpich 4.0.*
2929
- {{ pin_compatible('numpy') }}
3030
- fftw
3131
- hdf5 * mpi_*
@@ -36,7 +36,7 @@ test:
3636
requires:
3737
- coverage
3838
- codecov
39-
- scipy >=1.0.0
39+
- scipy
4040
#- pyfftw
4141

4242
source_files:

0 commit comments

Comments
 (0)