Changes between Version 6 and Version 7 of SpaceGroupInterpreter
- Timestamp:
- Apr 30, 2010 9:59:40 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SpaceGroupInterpreter
v6 v7 32 32 === Compiling and linking pyspg.for === 33 33 34 A sample Makefileis 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:34 A 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: 35 35 36 36 * COMPILER: this defines the compiler options supplied to f2py … … 41 41 * DEL: delete command to be used after a copy or move 42 42 * GSASlib: full path to GSAS library (needed only for pypowder, not used in GSASIIspg). 43 43 The provided [https://subversion.xor.aps.anl.gov/pyGSAS/trunk/Makefile Makefile] has examples that have been used on all three platforms.