You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having difficulty building maracluster locally on HPC without admin rights (I cannot install from the pre-built files).
The advice given seems insufficient, as there are multiple "sudo" commands in the Centos build script. I have tried removing these, and adding the -g flag to quick_build.sh. However, this does not seem to result in the -g flag being passed to the Centos build script. Hard-coding the -g flag also did not seem to stop it trying to built the gui version.
This then fails, perhaps because the HPC does not have the Qt libraries installed.
It also cannot find rpmbuild on HPC, and creating an RPM will be useless to me since I cannot install RPMs.
As an HPC-using bioinformatician, I would recommend as far as possible distributing packages as locally executable tar.gz files. Any chance of releasing?
Thanks,
Andrew
The text was updated successfully, but these errors were encountered:
Hello,
I am having difficulty building maracluster locally on HPC without admin rights (I cannot install from the pre-built files).
The advice given seems insufficient, as there are multiple "sudo" commands in the Centos build script. I have tried removing these, and adding the -g flag to
quick_build.sh
. However, this does not seem to result in the -g flag being passed to the Centos build script. Hard-coding the -g flag also did not seem to stop it trying to built the gui version.This then fails, perhaps because the HPC does not have the Qt libraries installed.
It also cannot find rpmbuild on HPC, and creating an RPM will be useless to me since I cannot install RPMs.
As an HPC-using bioinformatician, I would recommend as far as possible distributing packages as locally executable tar.gz files. Any chance of releasing?
Thanks,
Andrew
The text was updated successfully, but these errors were encountered: