Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Mar 13, 2020
  2. Feb 07, 2020
    • David Fairbrother's avatar
      Update CMakeLists to move existing sanitizers and add new ones · 932d12fc
      David Fairbrother authored
      Adds handling for multiple sanitizers using a multi option.
      
      This includes:
      - Warning users if they try to use a sanitizer on release builds
      - Changing the optimization flag of RelWithDebInfo to get stack traces
      - Adding more checks in case someone mis-types
      - Adding option for clangs memory sanitizer though this throws an error
        at the moment
      932d12fc
  3. Jan 28, 2020
    • David Fairbrother's avatar
      Re #27654 Adds Python TOML lib · 7bae2b6e
      David Fairbrother authored
      Adds the Python library TOML to the required packages list for RHEL /
      Debian / Mac. Additionally, it bumps the SHA for MSVC deps to a version
      with the required files
      7bae2b6e
  4. Jan 27, 2020
  5. Jan 17, 2020
  6. Jan 15, 2020
    • Martyn Gigg's avatar
      Build and deploy private copy of PyQt4 for Python 3/EL7 · 5d898206
      Martyn Gigg authored
      The version of python36-sip in EPEL produces a PyQt4 that segfaults
      when an eventFilter is overridden in Python. So as to not introduce
      any further custom rpms we build and package a private copy of PyQt4
      for Python 3 builds on EL7
      Refs #27631
      5d898206
  7. Dec 12, 2019
  8. Nov 29, 2019
  9. Nov 28, 2019
    • David Fairbrother's avatar
      Bump Minimum CMake to 3.13 · f2fde5ac
      David Fairbrother authored
      Bumps the minimum CMake version to 3.13, this allows us to use
      add_link_options on address sanitizers.
      At the time of this commit 3.14 is available for RHEL7, and 3.15 for
      Ubuntu. Windows requires 3.15 so in an ideal world we would just set our
      minimum to that, but as it's not fully available we settle for the
      earlier version at the moment.
      f2fde5ac
  10. Nov 21, 2019
  11. Nov 06, 2019
  12. Aug 22, 2019
  13. Jul 24, 2019
    • Peterson, Peter's avatar
      Fix bug in finding icons for suffixed package · 9c7ccadd
      Peterson, Peter authored
      The issue was in determining the icon file for the .desktop file. It
      had assumed that the icon already existed. This assumes that the icon
      file exists only with the "nightly" and "unstable" suffixes.
      9c7ccadd
  14. Jul 19, 2019
  15. Jul 17, 2019
  16. Jul 08, 2019
  17. May 20, 2019
  18. May 13, 2019
  19. Apr 30, 2019
  20. Apr 25, 2019
  21. Apr 16, 2019
  22. Mar 25, 2019
  23. Feb 22, 2019
  24. Feb 12, 2019
  25. Jan 08, 2019
  26. Dec 18, 2018
  27. Dec 17, 2018
  28. Dec 11, 2018
  29. Oct 31, 2018
  30. Oct 24, 2018
  31. Oct 22, 2018
  32. Oct 09, 2018
    • Peterson, Peter's avatar
      Refactor install dependencies for linux · df194152
      Peterson, Peter authored
      This separates the mantidplot and mantidworkbench dependencies into
      different branches. It does the same thing for (ubuntu) python2/3
      dependencies. Ubuntu 16.04 is now specifically checked for with all the
      other newer ubuntus being considered default. Also did significant
      changes to ubuntu requirements to form them more closely to how rhel
      requirements are.
      df194152
  33. Sep 18, 2018
Loading