Spack packages now PEP8 compliant.
This commit is contained in:
@@ -24,12 +24,13 @@
|
||||
##############################################################################
|
||||
from spack import *
|
||||
|
||||
|
||||
class Libdrm(Package):
|
||||
"""A userspace library for accessing the DRM, direct
|
||||
rendering manager, on Linux, BSD and other operating
|
||||
systems that support the ioctl interface."""
|
||||
|
||||
homepage = "http://dri.freedesktop.org/libdrm/" # no real website...
|
||||
homepage = "http://dri.freedesktop.org/libdrm/" # no real website...
|
||||
url = "http://dri.freedesktop.org/libdrm/libdrm-2.4.59.tar.gz"
|
||||
|
||||
version('2.4.59', '105ac7af1afcd742d402ca7b4eb168b6')
|
||||
|
Reference in New Issue
Block a user