#4377: Building the Sage library with parallel make is broken on OSX 10.4
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: new
Priority: critical | Milestone: sage-3.2
Component: build | Keywords:
----------------------+-----------------------------------------------------
exporting MAKE=make -j2 leads to
{{{
Traceback (most recent call last):
File "setup.py", line 1545, in <module>
cython(deps, ext_modules)
File "setup.py", line 1311, in cython
execute_list_of_commands(command_list)
File "setup.py", line 1403, in execute_list_of_commands
n = 2*number_of_cpus()
TypeError: unsupported operand type(s) for *: 'int' and 'NoneType'
sage: There was an error installing modified sage library code.
}}}
on OSX 10.4.
This is caused by #3765.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4377>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---