Changes between Version 3 and Version 4 of CompileGSASII


Ignore:
Timestamp:
Dec 18, 2018 11:08:22 AM (5 years ago)
Author:
toby
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileGSASII

    v3 v4  
    1818
    1919Some 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]'''
    2221
    23   Use conda to install gfortran and scons
     22* '''Mac OS X''':
    2423
    25   commands:
     24  Use conda to install gfortran and scons. This is fairly easily done with Anaconda Python with these commands:
    2625  {{{
    2726source <path>/g2conda/bin/activate
     
    3130  }}}
    3231
    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]'''