Skip to content
Snippets Groups Projects
Commit a06f682e authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #671 from citibeth/efischer/160327-RemoveRedundantLibXML2

Removed redundant package py-libxml2.  Use libxml2 instead.
parents e0fdb341 ccd15557
Branches
Tags
No related merge requests found
from spack import *
class PyLibxml2(Package):
"""A Python wrapper around libxml2."""
homepage = "https://xmlsoft.org/python.html"
url = "ftp://xmlsoft.org/libxml2/python/libxml2-python-2.6.21.tar.gz"
version('2.6.21', '229dd2b3d110a77defeeaa73af83f7f3')
extends('python')
depends_on('libxml2')
depends_on('libxslt')
def install(self, spec, prefix):
python('setup.py', 'install', '--prefix=%s' % prefix)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment