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

setup.py doens't honor standard python setup.py options #4

Closed
pforai opened this issue Aug 13, 2014 · 4 comments
Closed

setup.py doens't honor standard python setup.py options #4

pforai opened this issue Aug 13, 2014 · 4 comments

Comments

@pforai
Copy link

pforai commented Aug 13, 2014

When trying to run python setup.py with --prefix=foo the --prefix string is passed to SCons which doesn't work as SCons returns with:
SCons Error: no such option: --prefix.

@ink1
Copy link

ink1 commented Apr 21, 2015

Confirmed using version 0.6.6 (pypi) and the latest source from the repository.

@saketkc
Copy link

saketkc commented Apr 21, 2015

I made a PR https://github.com/PMBio/limix/pull/9 for this. But I didn't get any response.
I was able to automate most of the things, IIRC.

@ink1
Copy link

ink1 commented Apr 21, 2015

Thank you but no luck I'm afraid. I pulled your setup.py (and upgraded to scons==2.3.4) but the error persists.

@ostegle
Copy link
Member

ostegle commented Jun 6, 2015

Hi all,

We hav removed the scons dependency and the installer is now a "standard" setup.py. This should work pretty much all systems now and hopefully resolves this for good.

@ostegle ostegle closed this as completed Jun 6, 2015
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

4 participants