-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
cygwin -- fix some sagelib setup.py issues and Sconstruct issues involving library includes #3248
Labels
Comments
Attachment: sage-3248.patch.gz |
comment:1
This patch as is exposes some bugs in the way we build python:
The likely solution is to force "-fPIC" on the python build, but I need to dig around. Cheers, Michael |
comment:2
We need to track this down and fix it. Cheers, Michael |
sagetrac-mabshoff
mannequin
changed the title
cygwin -- fix some sagelib setup.py issues and Sconstruct issues involving library includes
[mixed review] cygwin -- fix some sagelib setup.py issues and Sconstruct issues involving library includes
Jun 13, 2008
Changed keywords from none to editor_wstein |
comment:5
This is nearly 2 years old. My work with Mike Hansen on Windows porting greatly supersedes this. So I'm closing this. |
sagetrac-mvngu
mannequin
changed the title
[mixed review] cygwin -- fix some sagelib setup.py issues and Sconstruct issues involving library includes
cygwin -- fix some sagelib setup.py issues and Sconstruct issues involving library includes
Jan 18, 2010
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something involving the python library in SConstruct that affect c_lib
Something library ordering issues that break matrix_real_double_dense in setup.py
Choosing ATLAS instead of GSL by default in setup.py
CC: @craigcitro
Component: porting: Cygwin
Keywords: editor_wstein
Issue created by migration from https://trac.sagemath.org/ticket/3248
The text was updated successfully, but these errors were encountered: