Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2472 Rev 2478
Line 25... Line 25...
import petscconf
import petscconf
import urllib
import urllib
import urlparse
import urlparse
import commands
import commands
 
 
def Install(conf,vars,cmake,url,archdir):
def Install(conf,vars,cmake,tmpdir,url,archdir):
  '''
  '''
  Download and uncompress the BLOPEX tarball
  Download and uncompress the BLOPEX tarball
  '''
  '''
  log.write('='*80)
  log.write('='*80)
  log.Println('Installing BLOPEX...')
  log.Println('Installing BLOPEX...')