Skip to content

Commit

Permalink
Merged in prabhuramachandran/pysph/fix_no_zoltan_build (pull request #…
Browse files Browse the repository at this point in the history
…157)

BUG: building without ZOLTAN was broken.
  • Loading branch information
prabhuramachandran committed Apr 7, 2015
2 parents 0676975 + 5ef9666 commit f1c5977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
mpi_link_args = []

def get_zoltan_directory(varname):
global USE_ZOLTAN
d = os.environ.get(varname, '')
if ( len(d) == 0 ):
USE_ZOLTAN=False
Expand Down

0 comments on commit f1c5977

Please sign in to comment.