Changeset 5493
- Timestamp:
- Feb 3, 2023 11:38:37 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/source/packages.rst
r5492 r5493 267 267 -------------------------------- 268 268 269 As noted before, GSAS-II also requires that some code mustbe compiled.269 As noted before, GSAS-II also requires that some code be compiled. 270 270 For the following platforms, binary images are provided: 271 271 272 * Windows-10: 64-bit Intel-compatible processors , prefix `win_64_`273 * MacOS: Intel processors , prefix `mac_64_ `274 * MacOS: ARM processors, aka Apple Silicon (M1, etc) , prefix `mac_arm_`275 * Linux: 64-bit Intel-compatible processors , prefix `linux_64_`276 * Linux: ARM processors (64-bit and 32-bit Raspberry Pi OS only) ,277 prefixes `linux_arm32_` and `linux_arm64_`272 * Windows-10: 64-bit Intel-compatible processors. [Prefix `win_64_`\ ] 273 * MacOS: Intel processors. [Prefix `mac_64_`\ ] 274 * MacOS: ARM processors, aka Apple Silicon (M1, etc). [Prefix `mac_arm_`\ ] 275 * Linux: 64-bit Intel-compatible processors. [Prefix `linux_64_`\ ] 276 * Linux: ARM processors (64-bit and 32-bit Raspberry Pi OS only). 277 [Prefixes `linux_arm32_` and `linux_arm64_`\ ] 278 278 279 279 Note that these binaries must match the major versions of both Python and … … 282 282 contents of the directory at web address 283 283 https://subversion.xray.aps.anl.gov/trac/pyGSAS/browser/Binaries, 284 noting that a subdirectory name will be `prefix_p`X.X`_n`Y.Y where `prefix`285 is given above X.X is the Python version and Y.Yis the numpy284 noting that a subdirectory name will be *prefix*\ _p\ `X.X`\ _n\ `Y.Y` where 285 *prefix* is noted above and `X.X` is the Python version and `Y.Y` is the numpy 286 286 version. 287 287 Should one wish to run GSAS-II where binary files are not
Note: See TracChangeset
for help on using the changeset viewer.