This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 23, 2019
-
-
Martyn Gigg authored
Required for access to the new mantidqt module
-
- Jan 21, 2019
-
-
Samuel Jackson authored
-
- Jan 17, 2019
-
-
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.
-
- Jan 11, 2019
-
-
Dimitar Tasev authored
-
Dimitar Tasev authored
-
Dimitar Tasev authored
-
- Dec 20, 2018
-
-
WHITFIELDRE email authored
-
Martyn Gigg authored
-
- Dec 19, 2018
-
-
Martyn Gigg authored
when running systemtests
-
- Dec 17, 2018
-
-
Roman Tolchenov authored
-
- Dec 13, 2018
-
-
Dimitar Tasev authored
-
- Dec 12, 2018
-
-
Dimitar Tasev authored
TableWorkspace has all columns editable by default. PeaksWS has all columns read-only by default. Values in editable cells can be changed. Changes are reflected in the underlying WS with the correct type. TWD Model uses same "allowed workspaces" idea as MatrixWorkspaceDisplay
-
Roman Tolchenov authored
-
Gigg, Martyn Anthony authored
-
Dimitar Tasev authored
-
- Dec 11, 2018
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
Gigg, Martyn Anthony authored
-
- Dec 10, 2018
-
-
Martyn Gigg authored
-
Gigg, Martyn Anthony authored
-
Martyn Gigg authored
This more closely mimics Ninja
-
Martyn Gigg authored
-
Martyn Gigg authored
-
Martyn Gigg authored
If a previouus build exists the script checks whether the compilers match and cleans the build directory if they do not Refs #0
-
Gigg, Martyn Anthony authored
-
- Dec 06, 2018
-
-
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.
-
- Dec 04, 2018
-
-
Peterson, Peter authored
This is a follow on to #24057
-
- Dec 03, 2018
-
-
Lamar Moore authored
-
- Nov 29, 2018
-
-
Dan Nixon authored
-
Dan Nixon authored
-
Dan Nixon authored
Creates an X server for unit tests and user documentation generation and tests.
-
Gigg, Martyn Anthony authored
It is required by boost::filesystem
-
- Nov 28, 2018
-
-
Gigg, Martyn Anthony authored
-
- Nov 27, 2018
-
-
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.
-
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.
-
- Nov 26, 2018
-
-
Martyn Gigg authored
It is set at the start of main so don't duplicate things.
-
- Nov 20, 2018
-
-
Gigg, Martyn Anthony authored
Matches the behaviour of the linux scripts
-
- Nov 16, 2018
-
-
Peterson, Peter authored
The issue is that virtualenv doesn't add all of the platform packages when asked for `--with-system-site-packages`. This attempts to automate the fix. This appears to be something characterized in https://github.com/pypa/virtualenv/issues/874.
-
- Nov 15, 2018
-
-
Peterson, Peter authored
Defaults to qt4
-
Roman Tolchenov authored
-