Skip to content

Commit eac3075

Browse files
committed
Adding back spectralDNS channel to circle build
1 parent f0cf46c commit eac3075

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.circleci/install_conda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ source ~/miniconda/bin/activate root
88
conda config --set always_yes yes
99
conda update -q conda
1010
conda config --add channels conda-forge
11+
conda config --add channels spectralDNS
1112
conda install -n root conda-build
1213
pip install --no-deps codacy-coverage coverage

conf/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ requirements:
2424
run:
2525
- python
2626
- mpi4py
27+
- mpich
2728
- {{ pin_compatible('numpy') }}
2829
- fftw
2930
- nomkl
@@ -36,6 +37,7 @@ test:
3637
- coverage # [py3k]
3738
- codecov # [py3k]
3839
- scipy >=1.0.0
40+
- pyfftw
3941

4042
source_files:
4143
- tests

0 commit comments

Comments
 (0)