Package conary :: Package deps :: Module arch
[hide private]
[frames] | no frames]

Module arch

source code

Classes [hide private]
  FlavorPreferences
  IncompatibleInstructionSets
Functions [hide private]
 
x86flags(archTag, baseArch, extraFlags, ofInterest) source code
 
flags_ix86(baseArch) source code
 
flags_i686() source code
 
flags_i586() source code
 
flags_mips64() source code
 
flags_x86_64() source code
 
current() source code
 
any() source code
 
canInstall(other) source code
 
initializeArch() source code
 
getFlavorPreferences(arch=[[Dependency('x86', flags={'i586': 2, 'mmx': 2, 'sse2': 2, 'i4...) source code
 
getFlavorPreferencesFromFlavor(depSet) source code
instance of Dependency, or None
getMajorArch(depList)
Return the major architecture from an instruction set dependency
source code
Variables [hide private]
  baseArch = 'x86_64'
  currentArch = [[Dependency('x86', flags={'i586': 2, 'mmx': 2, ...
Function Details [hide private]

getMajorArch(depList)

source code 
Return the major architecture from an instruction set dependency
Returns: instance of Dependency, or None
major architecture from the list, or None if the list is empty
Raises:

Variables Details [hide private]

currentArch

Value:
[[Dependency('x86', flags={'i586': 2, 'mmx': 2, 'sse2': 2, 'i486': 2, \
'i686': 2, 'nx': 2, 'sse': 2, 'cmov': 2}),
  Dependency('x86_64', flags={'nx': 2})]]