Skip to content

OpenMM build platforms and environments

John Chodera edited this page May 21, 2017 · 11 revisions

Linux

  • 64-bit CentOS 6.5
  • clang 3.9
  • for zip installers include Python source distribution (make PythonSdist)
  • for conda installers include Python 2.7, 3.4, and 3.5 versions
  • CUDA 8.0
  • OpenCL should be linked against AMD APP SDK 2.9.1, not NVIDIA OpenCL
  • SWIG 3.0.8
  • CMake 3.1
  • Sphinx 1.5.6 (1.6.x breaks things)

Mac

  • OS X 10.9
  • Apple's version of clang (included with Xcode)
  • for zip installers include Python source distribution (make PythonSdist)
  • for conda installers include Python 2.7, 3.4, and 3.5 versions
  • CUDA 8.0
  • SWIG 3.0.8
  • CMake 3.1
  • Sphinx 1.5.6 (1.6.x breaks things)

Win

  • 64-bit binaries compiled with VS2010 (for Python 3.4) and VS2015 (for Python 3.5)
  • for zip installers include 64 bit Python 3.3 binary distribution (make PythonBdist)
  • for conda installers include 64 bit Python 3.4 and 3.5 versions
  • CUDA 8.0
  • OpenCL should be linked against AMD APP SDK 2.9.1, not NVIDIA OpenCL
  • SWIG 3.0.8
  • CMake 3.1
  • Sphinx 1.5.6 (1.6.x breaks things)

Clone this wiki locally