Skip to content

Commit

Permalink
Merge branch 'workaround/yt-py-pillow' into yt-dev-working-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
krafczyk committed Jan 17, 2017
2 parents 65be1a9 + f10c3ca commit 81424dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions var/spack/repos/builtin/packages/py-yt/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@ class PyYt(Package):
variant("astropy", default=True, description="enable astropy support")
variant("h5py", default=True, description="enable h5py support")
variant("scipy", default=True, description="enable scipy support")
<<<<<<< HEAD
variant("devmode", default=False, description="enable development mode")
=======
variant("rockstar", default=False, description="enable rockstar support")
>>>>>>> update/yt-rockstar

extends("python")

Expand All @@ -71,6 +68,7 @@ class PyYt(Package):
depends_on("py-setuptools", type="build")
depends_on("py-sympy", type=('build', 'run'))
depends_on("rockstar@yt", type=('build', 'run'), when="+rockstar")
depends_on("py-pillow", type=('build', 'run'))
depends_on("python @2.7:2.999,3.4:")

def install(self, spec, prefix):
Expand Down

0 comments on commit 81424dc

Please sign in to comment.