-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide on minimum required versions for dependencies after 4.1 #3093
Comments
|
Concerning version numbers for python dependencies, the version numbers of the corresponding packages in the Ubuntu 16.04 repository (which we currently support in the Clang 6 image) would offer a conservative estimate, unless stated otherwise, for example |
Also #1644 requires at least Boost 1.65.1, because it's now using Boost.Spirit X3 which is relatively new. |
3300: List Python3 dependencies r=fweik a=jngrad Follow-up to #3093 List the minimal version numbers that are supported for dependent Python modules. Please note `requirements.txt` does not have to list strict dependencies, optional packages are also allowed. Comments after a package name must have a whitespace before the `#` symbol. 3303: utils: Fixed false positive compiler warnings occuring for some combi… r=jngrad a=fweik …nations of gcc and boost Co-authored-by: Jean-Noël Grad <[email protected]> Co-authored-by: Florian Weik <[email protected]>
Update: a discussion took place in es meeting 2019-11-26 |
Increase requirements of CMake, boost, Cython and Python, as discussed in [es meeting 2019-11-26](https://github.com/espressomd/espresso/wiki/Espresso-meeting-2019-11-26). Closes #3090, Partial fix for #3093 Depends on espressomd/docker#149
Once we get rid of |
Description of changes: - reduce number of CI images for CUDA jobs (partial fix for #3611) - test CUDA 9.1 and 10.1 using compatible compilers without patches (fixes #3654) - drop support for Ubuntu 16.04 - bump minimal Boost version to 1.65 (partial fix for #3093) - bump Python packages to the versions available in Ubuntu 18.04 (partial fix for #3421) - add missing lxml package (fixes #3686) - fix issues in docs revealed by the new Doxygen and Sphinx versions
Based on Ubuntu 20:
Drop Centos build. Clusters use custom compilers and libraries via modules anyway. |
Boost 1.66 needs to be delayed, ICP machine won't be upgraded to boost 1.71 until another 2 weeks. |
Partial fix for #3093 Description of changes: - drop support for CUDA 8 and 9 - remove CI jobs for CentOS and Ubuntu 18.04 - bump CMake and Cython version requirements
No description provided.
The text was updated successfully, but these errors were encountered: