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

weave lacks option to set the compiler executable (Trac #933) #1460

Closed
Tracked by #7
scipy-gitbot opened this issue Apr 25, 2013 · 1 comment
Closed
Tracked by #7

weave lacks option to set the compiler executable (Trac #933) #1460

scipy-gitbot opened this issue Apr 25, 2013 · 1 comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected Migrated from Trac

Comments

@scipy-gitbot
Copy link

Original ticket http://projects.scipy.org/scipy/ticket/933 on 2009-04-27 by trac user tmbdev, assigned to unknown.

Somtimes it's important to be able to set the compiler executable, for example to use a different version from the installed default version.

weave.inline(...,compiler="gcc-4.2") doesn't work because distutils doesn't understand "gcc-4.2". What is needed is an option to set the compiler executable (or, more generally, change the distutils compiler instance).

I'm marking this a defect rather than an enhancement because lack of this feature really causes weave to be unusable in some environments.

@person142
Copy link
Member

Closing since weave is no longer a part of SciPy. This issue is now tracked at scipy/weave#7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected Migrated from Trac
Projects
None yet
Development

No branches or pull requests

2 participants