summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJim Galarowicz <jeg@krellinst.org>2016-08-03 21:28:56 -0500
committerJim Galarowicz <jeg@krellinst.org>2016-08-03 21:28:56 -0500
commite69423a154b54c5e2605442d97ab9454028e60d2 (patch)
treee786579f97943fd505fb8e74984268b0e98027e4 /var
parent638f779841cc8be8d51c5cb407142045e4735031 (diff)
downloadspack-e69423a154b54c5e2605442d97ab9454028e60d2.tar.gz
spack-e69423a154b54c5e2605442d97ab9454028e60d2.tar.bz2
spack-e69423a154b54c5e2605442d97ab9454028e60d2.tar.xz
spack-e69423a154b54c5e2605442d97ab9454028e60d2.zip
Fix flake8 errors for Update the version of xerces-c, where the developers remove the old version, so there is no fallback.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/xerces-c/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/xerces-c/package.py b/var/spack/repos/builtin/packages/xerces-c/package.py
index 3927a949f7..d0c2d3d497 100644
--- a/var/spack/repos/builtin/packages/xerces-c/package.py
+++ b/var/spack/repos/builtin/packages/xerces-c/package.py
@@ -24,11 +24,13 @@
##############################################################################
from spack import *
+
class XercesC(Package):
""" Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
- manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.
+ manipulating, and validating XML documents using the DOM, SAX, and SAX2
+ APIs.
"""
homepage = "https://xerces.apache.org/xerces-c"
@@ -41,4 +43,3 @@ class XercesC(Package):
make("clean")
make()
make("install")
-