Subversion Repositories slepc-dev

Rev

Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2837 Rev 2858
Line 29... Line 29...
def Check(conf,vars,cmake,tmpdir):
def Check(conf,vars,cmake,tmpdir):
  log.write('='*80)
  log.write('='*80)
  log.Println('Checking LAPACK library...')
  log.Println('Checking LAPACK library...')
 
 
  # LAPACK standard functions
  # LAPACK standard functions
  l = ['laev2','gehrd','lanhs','lange','getri','trexc','trevc','geevx','ggevx','gelqf','gesdd','tgexc','tgevc','pbtrf','steqr','hsein']
  l = ['laev2','gehrd','lanhs','lange','getri','trexc','trevc','geevx','ggevx','gelqf','gesdd','tgexc','tgevc','pbtrf','steqr','hsein','larfg','larf']
 
 
  # LAPACK functions with different real and complex versions
  # LAPACK functions with different real and complex versions
  if petscconf.SCALAR == 'real':
  if petscconf.SCALAR == 'real':
    l += ['orghr','syevr','sytrd','sygvd','ormlq','orgqr','orgtr']
    l += ['orghr','syevr','sytrd','sygvd','ormlq','orgqr','orgtr']
    if petscconf.PRECISION == 'single':
    if petscconf.PRECISION == 'single':