Changes between Version 3 and Version 4 of CompileGSASII
- Timestamp:
- Dec 18, 2018 11:08:22 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileGSASII
v3 v4 18 18 19 19 Some platform specific compilation instructions are found here: 20 * [https://subversion.xray.aps.anl.gov/trac/pyGSAS/wiki/InstallLinux#CompilingFortranCode Linux] 21 * Mac OS X: 20 * '''[https://subversion.xray.aps.anl.gov/trac/pyGSAS/wiki/InstallLinux#CompilingFortranCode Linux]''' 22 21 23 Use conda to install gfortran and scons 22 * '''Mac OS X''': 24 23 25 commands:24 Use conda to install gfortran and scons. This is fairly easily done with Anaconda Python with these commands: 26 25 {{{ 27 26 source <path>/g2conda/bin/activate … … 31 30 }}} 32 31 33 For old [https://subversion.xray.aps.anl.gov/trac/pyGSAS/wiki/InstallMac#CompilingFortranCode Mac OS X see here] 34 * [https://subversion.xray.aps.anl.gov/trac/pyGSAS/wiki/CompilingWindows Windows] 32 With other Python dists, you will need to get scons installed and I am not sure how to get gfortran installed, but there are some old [https://subversion.xray.aps.anl.gov/trac/pyGSAS/wiki/InstallMac#CompilingFortranCode Mac OS X instructions here] 33 34 * '''[https://subversion.xray.aps.anl.gov/trac/pyGSAS/wiki/CompilingWindows Windows]'''