Subversion Repositories slepc-dev

Rev

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

Rev 2211 Rev 2250
Line 1... Line 1...
#!/usr/bin/env python
#!/usr/bin/env python
 
 
 
import sys
 
if not type(sys.version_info) is tuple and sys.version_info.major > 2:
 
  print('Configure does not support Python 3 yet, please run as')
 
  print('  python2 ' + ' '.join(["'" + a + "'" for a in sys.argv]))
 
  sys.exit(1)
 
 
import os
import os
execfile(os.path.join(os.path.dirname(__file__), 'config', 'configure.py'))
execfile(os.path.join(os.path.dirname(__file__), 'config', 'configure.py'))