-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
Confirmed using version 0.6.6 (pypi) and the latest source from the repository. |
I made a PR https://github.com/PMBio/limix/pull/9 for this. But I didn't get any response. |
Thank you but no luck I'm afraid. I pulled your setup.py (and upgraded to scons==2.3.4) but the error persists. |
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. |
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
.The text was updated successfully, but these errors were encountered: