Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jan 23, 2019
  2. Jan 21, 2019
  3. Jan 17, 2019
    • Martyn Gigg's avatar
      Remove ancient custom FindGSL cmake module · 8f93a23d
      Martyn Gigg authored
      It caused an additional linker flag, -L/usr/lib/x86_64-linux-gnu, to
      be added where ever the GSL_LIBRARIES variable was used. On Ubuntu 18.04
      this seems to cause the linker to pick libomp over libgomp and when a
      library built with GSL_LIBRARIES is then linked to an executable
      built without it we get the executable link to both libomp and libgomp
      resulting in undefined behaviour.
      8f93a23d
  4. Jan 11, 2019
  5. Dec 20, 2018
  6. Dec 19, 2018
  7. Dec 17, 2018
  8. Dec 13, 2018
  9. Dec 12, 2018
  10. Dec 11, 2018
  11. Dec 10, 2018
  12. Dec 06, 2018
    • Dan Nixon's avatar
      Add CLEAN_XVFB option to buildscript · bb8e4511
      Dan Nixon authored
      Will terminate all Xvfb processes and remove any leftover Xvfb X server
      lock files.
      
      Should be used when a build fails with error messages saying that Xvfb
      failed to start.
      
      If the build continues to fail on the same server then something may
      genuinely be horribly wrong.
      bb8e4511
  13. Dec 04, 2018
  14. Dec 03, 2018
  15. Nov 29, 2018
  16. Nov 28, 2018
  17. Nov 27, 2018
    • Gigg, Martyn Anthony's avatar
      Remove the need to set MANTIDPATH in workbench · 7a135e0f
      Gigg, Martyn Anthony authored
      This is now handled completely within the mantid __init__ itself
      as once the mantid package has been found then the correct
      location of the properties file is already known. Anything else
      should just mean a broken installation and an ImportError
      is raised.
      7a135e0f
    • Gigg, Martyn Anthony's avatar
      Use .pth files for updating python paths · 70f86ad9
      Gigg, Martyn Anthony authored
      This is more standard and removes the possibililty
      of users to accidentally overriding the set of python
      paths required by many interfaces to start.
      The pythonscripts.directories config key is now empty by
      default and only adds directories on starting the framework.
      70f86ad9
  18. Nov 26, 2018
  19. Nov 20, 2018
  20. Nov 16, 2018
  21. Nov 15, 2018
Loading