Skip to content

Commit

Permalink
WIP: pfunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth Fischer committed Oct 6, 2016
1 parent a8fff11 commit 0d2e324
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions var/spack/repos/builtin/packages/pfunit/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ class Pfunit(Package):
homepage = "http://pfunit.sourceforge.net/index.html"
url = "http://downloads.sourceforge.net/project/pfunit/Source/pFUnit-3.2.7.tar.gz"

version('3.2.7', '7e994e031c679ed0b446be8b853d5e69')

# Shared library support.
version('3.2.7-citibeth', git='git://git.code.sf.net/u/citibeth2/pfunit',
branch='3.2.7-citibeth')
version('3.2.7.1', git='git://git.code.sf.net/u/citibeth2/pfunit',
branch='3.2.7-citibeth', preferred=True)

version('3.2.7', '7e994e031c679ed0b446be8b853d5e69')

depends_on('mpi', when='+mpi')
depends_on('openmp', when='+openmp')
Expand Down

0 comments on commit 0d2e324

Please sign in to comment.