Various updates to the NCO package and dependencies (#2639)
* Remove +mpi variant from NCO * Update NCO deps to AutotoolsPackage * Update the other NetCDF packages to AutotoolsPackage * ANTLR has a nolink deptype on java, don't worry about csharp * Remove restrictions from NCO package, fix homepage * Add version 4.6.3 of NCO * Missed AutotoolsPackage for NetCDF-CXX4 * NetCDF tests fail when run in parallel * Remove commented out dependency * Add documentation dependency
This commit is contained in:

committed by
Todd Gamblin

parent
a0195371e8
commit
68baac0549
@@ -25,19 +25,9 @@
|
||||
from spack import *
|
||||
|
||||
|
||||
class Expat(Package):
|
||||
"""<eXpat/> is an XML parser library written in C"""
|
||||
class Expat(AutotoolsPackage):
|
||||
"""Expat is an XML parser library written in C."""
|
||||
homepage = "http://expat.sourceforge.net/"
|
||||
url = "http://downloads.sourceforge.net/project/expat/expat/2.2.0/expat-2.2.0.tar.bz2"
|
||||
|
||||
version('2.2.0', '2f47841c829facb346eb6e3fab5212e2',
|
||||
url="http://downloads.sourceforge.net/project/expat/expat/2.2.0/expat-2.2.0.tar.bz2")
|
||||
version('2.1.0', 'dd7dab7a5fea97d2a6a43f511449b7cd',
|
||||
url="http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure('--prefix={0}'.format(prefix))
|
||||
|
||||
make()
|
||||
if self.run_tests:
|
||||
make('check')
|
||||
make('install')
|
||||
version('2.2.0', '2f47841c829facb346eb6e3fab5212e2')
|
||||
|
Reference in New Issue
Block a user