Differences between revisions 30 and 31
Revision 30 as of 2019-11-15 01:12:03
Size: 937
Editor: TunayDurmaz
Comment: boost 1.66
Revision 31 as of 2019-11-15 01:15:12
Size: 1022
Editor: TunayDurmaz
Comment: py3, boost 1.66
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
No python 3 environments yet.  {{{#!highlight bash
conda install eman-deps=18.1 cmake=3.14 boost=1.66 -c cryoem -c defaults -c conda-forge
}}}

Python 3 Transition Environments

Phase 1: Upgrade CMake to 3.14

PR: Upgrade CMake to 3.14

Merged.

Phase 2: Test Boost 1.64

PR: Upgrade Boost to 1.64

Merged.

Phase 3: Test Boost 1.66

PR: Build with Boost versions 1.65-1.66

Merged.

Phase 4: Decide Boost Version

PR: Build with Boost versions 1.67-1.69

  •    1 conda install eman-deps=17.1 cmake=3.14 boost=1.67 -c cryoem -c defaults -c conda-forge
       2 conda install eman-deps=17.1 cmake=3.14 boost=1.68 -c cryoem -c defaults -c conda-forge
       3 conda install eman-deps=17.1 cmake=3.14 boost=1.69 -c cryoem -c defaults -c conda-forge
    

Python 3 Environments

  •    1 conda install eman-deps=18.1 cmake=3.14 boost=1.66 -c cryoem -c defaults -c conda-forge