Last change
on this file since 3216 was
3216,
checked in by toby, 5 years ago
|
add data & parameter access in scripting
|
File size:
620 bytes
|
Rev | Line | |
---|
[3214] | 1 | Build in Win10 VM using conda toolchain |
---|
| 2 | |
---|
| 3 | Install miniconda3 (in \conda3-32-bld) |
---|
| 4 | |
---|
| 5 | c:\conda3-32-bld\Scripts\activate |
---|
| 6 | |
---|
| 7 | conda update -y --all |
---|
| 8 | |
---|
| 9 | conda install -y numpy m2w64-toolchain libpython scons svn |
---|
| 10 | |
---|
| 11 | cd GSASII\fsource |
---|
| 12 | |
---|
| 13 | scons -c |
---|
| 14 | |
---|
| 15 | scons install=T |
---|
| 16 | |
---|
| 17 | in separate installation use conda install m2w64-gcc-libgfortran. Copy |
---|
| 18 | from \conda3-32\Library\mingw-w64\bin\*.dll |
---|
| 19 | into ..\AllBinaries\win_32_p3.6_n1.13\ |
---|
| 20 | (files libgcc_s_dw2-1.dll, libgmp-10.dll, libquadmath-0.dll, |
---|
| 21 | libgfortran-3.dll, libgmpxx-4.dll & libwinpthread-1.dll) |
---|
[3216] | 22 | |
---|
| 23 | Note: see https://anaconda.org/msys2/m2w64-ntldd-git for a utility |
---|
| 24 | that can find dependencies. |
---|
Note: See
TracBrowser
for help on using the repository browser.