Last change
on this file since 3214 was
3214,
checked in by toby, 6 years ago
|
add 32-bit windows builds w/conda m2w64-toolchain & libpython
|
File size:
524 bytes
|
Line | |
---|
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) |
---|
Note: See
TracBrowser
for help on using the repository browser.