Spack packages now PEP8 compliant.
This commit is contained in:
@@ -25,12 +25,14 @@
|
||||
from spack import *
|
||||
import os
|
||||
|
||||
|
||||
class Munge(Package):
|
||||
""" MUNGE Uid 'N' Gid Emporium """
|
||||
homepage = "https://code.google.com/p/munge/"
|
||||
url = "https://github.com/dun/munge/releases/download/munge-0.5.11/munge-0.5.11.tar.bz2"
|
||||
|
||||
version('0.5.11', 'bd8fca8d5f4c1fcbef1816482d49ee01', url='https://github.com/dun/munge/releases/download/munge-0.5.11/munge-0.5.11.tar.bz2')
|
||||
version('0.5.11', 'bd8fca8d5f4c1fcbef1816482d49ee01',
|
||||
url='https://github.com/dun/munge/releases/download/munge-0.5.11/munge-0.5.11.tar.bz2')
|
||||
|
||||
depends_on('openssl')
|
||||
depends_on('libgcrypt')
|
||||
@@ -41,4 +43,3 @@ def install(self, spec, prefix):
|
||||
|
||||
make()
|
||||
make("install")
|
||||
|
||||
|
Reference in New Issue
Block a user