Changes between Version 10 and Version 11 of DevNotes/Obsolete/AnacondaSetup


Ignore:
Timestamp:
Feb 12, 2015 7:09:43 AM (9 years ago)
Author:
Peter Parker
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/AnacondaSetup

    v10 v11  
    55* For now this is Windows only, though you may try other operating systems if you're happy to use the current versions of all packages. 
    66 
    7 * OpenMP is not included in the version of MinGW bundled with Anaconda.  Either turn OpenMP off, or download your own version of MinGW for now. 
     7* OpenMP is not included in the version of MinGW bundled with Anaconda.  Either turn OpenMP off when building (see below), or download your own version of MinGW for now. 
    88 
    99== Step 1 - Install Anaconda == 
     
    6666 
    6767{{{ 
    68 python setup.py build -cmingw32 
     68python setup.py disable_openmp build -cmingw32 
    6969}}} 
    7070