diff --git a/Code/Mantid/Build/dev-packages/deb/mantid-developer/README b/Code/Mantid/Build/dev-packages/deb/mantid-developer/README index 7f558edd238a..cdf59f60170b 100644 --- a/Code/Mantid/Build/dev-packages/deb/mantid-developer/README +++ b/Code/Mantid/Build/dev-packages/deb/mantid-developer/README @@ -2,5 +2,5 @@ This directory contains the structure required to build the simple mantid-develo To build the package: * Switch to the directory containing this file - * Run "dpkg --build mantid-developer-1.2.3" - * A file called mantid-developer-1.2.3.deb will appear in the current directory. + * Run "dpkg --build mantid-developer-1.2.4" + * A file called mantid-developer-1.2.4.deb will appear in the current directory. diff --git a/Code/Mantid/Build/dev-packages/deb/mantid-developer/mantid-developer-1.2.4/DEBIAN/control b/Code/Mantid/Build/dev-packages/deb/mantid-developer/mantid-developer-1.2.4/DEBIAN/control new file mode 100644 index 000000000000..7eb31c754324 --- /dev/null +++ b/Code/Mantid/Build/dev-packages/deb/mantid-developer/mantid-developer-1.2.4/DEBIAN/control @@ -0,0 +1,13 @@ +Package: mantid-developer +Version: 1.2.4 +Section: main +Priority: optional +Architecture: all +Depends: git, clang, cmake-qt-gui(>=2.8.12), qt4-qmake, qt4-dev-tools, libqt4-dbg, libpoco-dev(>=1.4.2), libboost-all-dev, libboost-dbg, libnexus0-dev, libgoogle-perftools-dev, libqwt5-qt4-dev, libqwtplot3d-qt4-dev, python-qt4-dev, libgsl0-dev, liboce-visualization-dev, libmuparser-dev, python-numpy, libssl-dev, libqscintilla2-dev, texlive,texlive-latex-extra, dvipng, libhdf4-dev, doxygen, python-sphinx, python-scipy, ipython-qtconsole (>=1.2.0), libhdf5-dev, libhdf4-dev, libpococrypto11-dbg, libpocodata11-dbg, libpocofoundation11-dbg, libpocomysql11-dbg, libpoconet11-dbg, libpoconetssl11-dbg, libpocoodbc11-dbg, libpocosqlite11-dbg, libpocoutil11-dbg, libpocoxml11-dbg, libpocozip11-dbg, python-qt4-dbg, qt4-default, ninja-build, libjsoncpp-dev, python-dateutil, graphviz +Installed-Size: 0 +Maintainer: Mantid Project +Description: Installs all packages required for a Mantid developer + A metapackage which requires all the dependencies and tools that are + required for Mantid development. It works for Ubuntu version 14.04, 14.10 + Some packages (poco) must be newer than those in the Ubuntu repository. Please + follow instructions at http://www.mantidproject.org/Mantid_Prerequisites#Repositories diff --git a/Code/Mantid/Build/dev-packages/rpm/mantid-developer/mantid-developer.spec b/Code/Mantid/Build/dev-packages/rpm/mantid-developer/mantid-developer.spec index ad09d12162ee..6bb4b6198bd4 100644 --- a/Code/Mantid/Build/dev-packages/rpm/mantid-developer/mantid-developer.spec +++ b/Code/Mantid/Build/dev-packages/rpm/mantid-developer/mantid-developer.spec @@ -64,6 +64,7 @@ Requires: scl-utils Requires: qt-devel Requires: qtwebkit-devel %endif +Requires: graphviz BuildArch: noarch @@ -86,6 +87,9 @@ required for Mantid development. %files %changelog +* Thu Feb 12 2015 Harry Jeffery +- Added graphviz dependency + * Wed Aug 13 2014 Peter Peterson - Merged all three distribution spec files into one