Line | |
---|
1 | Build in Win10 VM using conda toolchain |
---|
2 | |
---|
3 | Install miniconda3 (in \conda2-32-bld) |
---|
4 | |
---|
5 | c:\conda2-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 \conda2-32\Library\mingw-w64\bin\*.dll |
---|
19 | into ..\AllBinaries\win_32_p2.7_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) |
---|
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.