Skip to content

Commit

Permalink
build/sage: install official pypolymke package -- see #905
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldschilly committed Sep 15, 2016
1 parent 47ace61 commit 479f74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/smc-build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def wrapped(*args, **kwargs):
'nipype', # https://github.com/nipy/nipype/
'hypothesis',
'xgboost', # https://github.com/dmlc/xgboost
'pypolymake', # https://github.com/videlec/pypolymake/
]

# additional environment settings for specific packages
Expand Down
1 change: 1 addition & 0 deletions src/smc-build/compute-integration-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def run(cmd, expected_status = 0):
'tabulate', 'fipy', 'periodictable', 'ggplot', 'nltk', 'snappy', 'guppy', 'skimage',
'jinja2', 'ncpol2sdpa', 'pymc3', 'pysal', 'cobra', 'gensim', 'tdigest', 'stl', 'nipype',
# 'pymc', # doesn't compile, pymc3 works
'polymake', # https://github.com/videlec/pypolymake/
]

# and in anaconda
Expand Down

0 comments on commit 479f74b

Please sign in to comment.