Skip to content

Commit

Permalink
py-espresso: apply patch to v4.0.0 only (spack#9196)
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans authored and ptbremer committed Oct 12, 2018
1 parent 2e58fc7 commit 4e9512c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions var/spack/repos/builtin/packages/py-espresso/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class PyEspresso(CMakePackage):
version('develop', branch='python')
version('4.0.0', sha256='8e128847447eebd843de24be9b4ad14aa19c028ae48879a5a4535a9683836e6b')

# https://github.com/espressomd/espresso/pull/2244
patch('2244.patch')
# espressomd/espresso#2244 merge upstream
patch('2244.patch', when="@4.0.0")

depends_on("[email protected]:", type='build')
depends_on("mpi")
Expand Down

0 comments on commit 4e9512c

Please sign in to comment.