Changes between Version 6 and Version 7 of SpaceGroupInterpreter


Ignore:
Timestamp:
Apr 30, 2010 9:59:40 AM (13 years ago)
Author:
toby
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SpaceGroupInterpreter

    v6 v7  
    3232=== Compiling and linking pyspg.for ===
    3333
    34 A sample Makefile is provided to compile and link the Fortran routines used in GSAS-II. In all likelihood, all that is needed to changed in the file will be to provide values for the variables:
     34A sample [https://subversion.xor.aps.anl.gov/pyGSAS/trunk/Makefile Makefile] is provided to compile and link the Fortran routines used in GSAS-II. In all likelihood, all that is needed to changed in the file will be to provide values for the variables:
    3535
    3636 * COMPILER: this defines the compiler options supplied to f2py
     
    4141 * DEL: delete command to be used after a copy or move
    4242 * GSASlib: full path to GSAS library (needed only for pypowder, not used in GSASIIspg).
    43 
     43The provided [https://subversion.xor.aps.anl.gov/pyGSAS/trunk/Makefile Makefile] has examples that have been used on all three platforms.