Skip to content
Snippets Groups Projects
Commit ef9724e6 authored by Campbell, Stuart's avatar Campbell, Stuart
Browse files

Added HDF,HDF5 and MXML as dependencies for RPM kit

refs #6913
parent 88a9491e
No related branches found
No related tags found
No related merge requests found
......@@ -178,6 +178,7 @@ if ( ENABLE_CPACK )
set ( CPACK_RPM_PACKAGE_REQUIRES "${CPACK_RPM_PACKAGE_REQUIRES},poco-crypto,poco-data,poco-mysql,poco-sqlite,poco-odbc,poco-util,poco-xml,poco-zip,poco-net,poco-netssl,poco-foundation,PyQt4,sip" )
# scipy & matplotlib (ipython is too low a version to be used)
set ( CPACK_RPM_PACKAGE_REQUIRES "${CPACK_RPM_PACKAGE_REQUIRES},scipy,python-matplotlib" )
set ( CPACK_RPM_PACKAGE_REQUIRES "${CPACK_RPM_PACKAGE_REQUIRES},mxml,hdf,hdf5" )
# On RHEL6 we have to use an updated qscintilla to fix an auto complete bug
if( ${UNIX_CODENAME} STREQUAL "Santiago" )
set ( CPACK_RPM_PACKAGE_REQUIRES "${CPACK_RPM_PACKAGE_REQUIRES} qscintilla >= 2.4.6" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment