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 f0cf46c commit eac3075Copy full SHA for eac3075
.circleci/install_conda.sh
@@ -8,5 +8,6 @@ source ~/miniconda/bin/activate root
8
conda config --set always_yes yes
9
conda update -q conda
10
conda config --add channels conda-forge
11
+conda config --add channels spectralDNS
12
conda install -n root conda-build
13
pip install --no-deps codacy-coverage coverage
conf/meta.yaml
@@ -24,6 +24,7 @@ requirements:
24
run:
25
- python
26
- mpi4py
27
+ - mpich
28
- {{ pin_compatible('numpy') }}
29
- fftw
30
- nomkl
@@ -36,6 +37,7 @@ test:
36
37
- coverage # [py3k]
38
- codecov # [py3k]
39
- scipy >=1.0.0
40
+ - pyfftw
41
42
source_files:
43
- tests
0 commit comments