On Tue, 29 Sep 2020 at 15:29, Loris Bennett <[email protected]> wrote: > > Hi, > > I am trying to install 'relax' via the software build framework > EasyBuild [1]. > > The problem I am running into is that 'minfx' needs to be installed > first, otherwise the installation of 'relax' does not proceed. > > Am I correct in assuming that the normal approach would be to install > 'minfx' by running > > python setup.py install > > in the 'minfx' subdirectory and then installing 'relax' via > > scons install > > in the root directory?
Hi Loris, Is there a reason you need to use EasyBuild? relax is incredibly easy to deploy on a cluster or grid just by itself. Do you know why minfx is labelled as being needed for installation? This is not something I've ever heard of before. If you are using the relax distribution archives for installation [1], the minfx and bmrblib packages are included directly in the relax source tree (as they originated). They are treated as relax packages, just like all the other relax subdirectories with Python modules. So you do not install it. If you are installing from the source code repository, then you need to install minfx [2] and bmrblib [3] as Python site-packages (before or after does not matter). Regards, Edward [1] https://sourceforge.net/projects/nmr-relax/files/ [2] https://sourceforge.net/projects/minfx/ [3] https://sourceforge.net/projects/bmrblib/ _______________________________________________ nmr-relax-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nmr-relax-users
