Changeset 5129 for trunk/GSASIIpath.py
- Timestamp:
- Jan 8, 2022 10:41:19 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r5125 r5129 798 798 print(u'Unknown platform: '+sys.platform) 799 799 raise Exception('Unknown platform') 800 if 'a rm' in platform.machine() and platform.architecture()[0] == '64bit':801 bits = 'arm '800 if 'aarch' in platform.machine() and platform.architecture()[0] == '64bit': 801 bits = 'arm64' 802 802 elif 'arm' in platform.machine(): 803 803 bits = 'arm32'
Note: See TracChangeset
for help on using the changeset viewer.