-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs #8590. Merge remote-tracking branch 'origin' into feature/8590_R…
…efl_gui_Live_Data_fix
- Loading branch information
Showing
380 changed files
with
17,371 additions
and
10,900 deletions.
There are no files selected for viewing
105 changes: 105 additions & 0 deletions
105
Code/Mantid/Build/dev-packages/rpm/mantid-developer/mantid-developer-f20.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
Name: mantid-developer | ||
Version: 1.3 | ||
Release: 3%{?dist} | ||
Summary: Meta Package to install dependencies for Mantid Development | ||
|
||
Group: Development/Tools | ||
License: GPL | ||
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
||
Requires: rpmfusion-nonfree-release | ||
Requires: cmake-gui >= 2.8.5 | ||
Requires: boost-devel | ||
Requires: gperftools-devel | ||
Requires: gperftools-libs | ||
Requires: gcc-c++ | ||
Requires: git-all | ||
Requires: gsl-devel | ||
Requires: hdf-devel | ||
Requires: hdf5-devel | ||
Requires: muParser-devel | ||
Requires: mxml-devel | ||
Requires: nexus >= 4.2 | ||
Requires: nexus-devel >= 4.2 | ||
Requires: numpy | ||
Requires: OCE-devel | ||
Requires: poco-devel | ||
Requires: PyQt4-devel | ||
Requires: python-devel | ||
Requires: python-sphinx | ||
Requires: qscintilla-devel | ||
Requires: qt-devel >= 4.6 | ||
Requires: qwt5-qt4-devel | ||
Requires: qwtplot3d-qt4-devel | ||
Requires: redhat-lsb | ||
Requires: rpmdevtools | ||
Requires: sip-devel | ||
Requires: git | ||
Requires: openssl-devel | ||
Requires: texlive-latex | ||
Requires: dvipng | ||
Requires: qt-devel | ||
Requires: qt-assistant | ||
|
||
BuildArch: noarch | ||
|
||
%description | ||
A virtual package which requires all the dependencies and tools that are | ||
required for Mantid development. | ||
|
||
%prep | ||
|
||
%build | ||
|
||
%install | ||
|
||
%clean | ||
|
||
%post | ||
# Remove myself once I have installed all the required packages. | ||
#rpm -e %{name} | ||
|
||
%files | ||
|
||
%changelog | ||
* Fri Dec 20 2013 Stuart Campbell <campbellsi@ornl.gov> | ||
- Added python-sphinx | ||
|
||
* Thu Dec 19 2013 Stuart Campbell <campbellsi@ornl.gov> | ||
- Changed to use OCE rather than OpenCASCADE. | ||
|
||
* Tue Aug 20 2013 Peter Peterson <petersonpf@ornl.gov> | ||
- Removed things not necessary for fedora 19. | ||
|
||
* Tue May 07 2013 Stuart Campbell <campbellsi@ornl.gov> | ||
- Added dvipng and latex for qt-assistant stuff | ||
- Added software collection dependencies | ||
|
||
* Thu Jun 7 2012 Russell Taylor <taylorrj@ornl.gov> | ||
- Remove gmock & gtest now that we include them in our repo | ||
- Remove subversion dependency now that we use git | ||
|
||
* Mon Mar 19 2012 Stuart Campbell <campbellsi@ornl.gov> | ||
- Updated for google-perftools -> gperftools package rename. | ||
|
||
* Wed Feb 22 2012 Stuart Campbell <campbellsi@ornl.gov> | ||
- Added nexus as it is not required by it's devel package. | ||
|
||
* Wed Feb 22 2012 Stuart Campbell <campbellsi@ornl.gov> | ||
- Added git as a dependency | ||
- Added openssl-devel dependency | ||
|
||
* Mon Feb 20 2012 Stuart Campbell <campbellsi@ornl.gov> | ||
- Added dependency on NeXus development after nexus rpm split. | ||
- Updated CMake dependency to 2.8.5 following 'the virus'! | ||
- Added Google Mock and GTest. | ||
|
||
* Fri Jun 3 2011 Stuart Campbell <campbellsi@ornl.gov> | ||
- Added rpmdevtools and lsb dependencies | ||
|
||
* Fri Jun 3 2011 Stuart Campbell <campbellsi@ornl.gov> | ||
- Added versions for some packages | ||
|
||
* Fri Jun 3 2011 Stuart Campbell <campbellsi@ornl.gov> | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ | |
|
||
#include <boost/shared_ptr.hpp> | ||
|
||
#include <iostream> | ||
#include <string> | ||
|
||
namespace Mantid | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.