I am trying to install mantid from the source (I don’t have yum install permission) on a centos7.2 system
I got the following err when I try to install Mantid:
Could NOT find Nexus (missing: NEXUS_LIBRARIES NEXUS_INCLUDE_DIR) (Required
is at least version “4.3.1”)
My config is:
cmake -G “Eclipse CDT4 - Unix Makefiles” -DCMAKE_BUILD_TYPE=Debug -DCMAKE_ECLIPSE_MAKE_ARGUMENTS=-j8 -DPOCO_DIR=$SW_BLDDIR/$POCO_SRC/build -DPOCO_INCLUDE_DIR=$SW_BLDDIR/$POCO_SRC/Foundation/include/ -DPOCO_LIBRARIES=$SW_BLDDIR/$POCO_SRC/build/lib -DCMAKE_INSTALL_PREFIX=$SW_BLDDIR/ …
I don’t have yum install privilege. How to have all the required dependencies installed for users can not do yum install?
Thank you