We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0c0a5 commit e6fbab8Copy full SHA for e6fbab8
.circleci/install_conda.sh
@@ -11,5 +11,5 @@ conda config --set always_yes yes
11
conda update -q conda
12
conda config --add channels conda-forge
13
conda config --add channels spectralDNS
14
-conda install -n root conda-build=3.17
+conda install -n root conda-build
15
pip install --no-deps codacy-coverage coverage
conf/meta.yaml
@@ -25,7 +25,7 @@ requirements:
25
run:
26
- python
27
- mpi4py
28
- - mpich 4.0.*
+ - mpich 4.0.2
29
- {{ pin_compatible('numpy') }}
30
- fftw
31
- hdf5 * mpi_*
0 commit comments