source: Binaries/win_32_p2.7_n1.13/BuildNotes.txt

Last change on this file was 3216, checked in by toby, 5 years ago

add data & parameter access in scripting

File size: 617 bytes
Line 
1Build in Win10 VM using conda toolchain
2
3Install miniconda3 (in \conda2-32-bld)
4
5c:\conda2-32-bld\Scripts\activate
6
7conda update -y --all
8
9conda install -y numpy m2w64-toolchain libpython scons svn
10
11cd GSASII\fsource
12
13scons -c
14
15scons install=T
16
17in separate installation use conda install m2w64-gcc-libgfortran. Copy 
18from \conda2-32\Library\mingw-w64\bin\*.dll
19into ..\AllBinaries\win_32_p2.7_n1.13\
20(files libgcc_s_dw2-1.dll, libgmp-10.dll, libquadmath-0.dll,
21libgfortran-3.dll, libgmpxx-4.dll, libwinpthread-1.dll)
22
23Note: see https://anaconda.org/msys2/m2w64-ntldd-git for a utility
24that can find dependencies.
Note: See TracBrowser for help on using the repository browser.