Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove hardcoded path for SSPACE #15

Closed
eburgueno opened this issue Jul 21, 2016 · 1 comment
Closed

Remove hardcoded path for SSPACE #15

eburgueno opened this issue Jul 21, 2016 · 1 comment

Comments

@eburgueno
Copy link

In https://github.com/lpryszcz/redundans/blob/master/redundans.py#L370 the assumption is that SSPACE will be installed under ~/src/SSPACE. This is the case when using the automated installed, but not when the user installs the dependencies manually.

While --spacebin can be used at invoke time, it would be better to treat SSPACE the same way other dependencies are treated. I.e.: if it's not in the PATH warn the user and exit.

@lpryszcz
Copy link
Collaborator

lpryszcz commented Jul 25, 2016

This is not going to change, simply because in many systems (including mine) the getopt.pl is missing.
It can be installed system-wide with root priviledges or provided as file in SSPACE PATH (this is what is done by INSTALL.sh), but then the SSPACE has to be executed with full path.

Still, you can alter ./redundans.py and point SSPACEBIN to any path you wish by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants