Skip to content

Commit

Permalink
Anaconda: Disable builds for legacy MPICH2
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Jun 8, 2016
1 parent 167ae5a commit 73e9f06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .binstar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ engine:
env:
- MPI=mpich
- MPI=openmpi
- MPI=mpich2
#- MPI=mpich2

install:
- export CFLAGS=-O0
Expand Down
3 changes: 2 additions & 1 deletion conf/anaconda/mpi4py/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ requirements:
build:
number: {{build}}
string: py{{py}}_{{mpi}}_{{build}}
features: {{mpi}} # [not win]
features: # [not win]
- {{mpi}} # [not win]
script: '$PYTHON setup.py install' # [not win]
script: '%PYTHON% setup.py install' # [win]

Expand Down

0 comments on commit 73e9f06

Please sign in to comment.