Differences between revisions 3 and 4
Revision 3 as of 2021-02-18 18:20:28
Size: 1169
Editor: MalteHelmert
Comment: Add reference to README.md.
Revision 4 as of 2022-10-20 14:08:53
Size: 1125
Editor: GabiRoeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * Clang on macOS: we test the default !AppleClang compiler on the latest two macOS versions available on !GitHub actions (currently there is only one macOS version).  * Clang on macOS: we test the default !AppleClang compiler on the latest two macOS versions available on !GitHub actions.

Requirements

We use the following rules to decide which versions of operating systems, compilers, Python and other tools we test:

  • Python: we test the default Python version of the two latest Ubuntu LTS releases.
  • GCC and Clang on Ubuntu: we test the default GCC and Clang versions in the latest two Ubuntu LTS releases and the latest GCC and Clang versions available via apt on the latest Ubuntu LTS release.
  • Clang on macOS: we test the default AppleClang compiler on the latest two macOS versions available on GitHub actions.

  • MSVC on Windows: we test the default MSVC compiler that comes with the Visual Studio version on the latest two Windows versions available on GitHub actions.

  • LP solvers (CPLEX and SoPlex) and OSI: we test one specific version. We only upgrade the tested version if the current version no longer works or someone wants to test a newer version instead.

  • CMake: we test the default CMake version that comes with the operating systems we test on GitHub Actions.

See the README.md file in the repository for what this means in terms of concrete version numbers.

FastDownward: ForDevelopers/Requirements (last edited 2023-07-20 13:50:34 by FlorianPommerening)