#5396: Wrapping lcalc library
-----------------------------+----------------------------------------------
   Reporter:  rishi          |       Owner:  Rishi          
       Type:  enhancement    |      Status:  needs_work     
   Priority:  major          |   Milestone:  sage-4.3.1     
  Component:  number theory  |    Keywords:  lcalc          
Work_issues:                 |      Author:  rishi, ylchapuy
   Upstream:  N/A            |    Reviewer:  John Cremona   
     Merged:                 |  
-----------------------------+----------------------------------------------
Changes (by bober):

 * cc: bober (added)


Comment:

 This problem has to do with the makefile for lcalc, which needs work. Note
 that it includes the following, which explains why it didn't compile after
 that INCLUDE_PARI line was uncommented.

 {{{
 ifeq ($(PARI_DEFINE),-DINCLUDE_PARI)
     #location of pari.h.
     LOCATION_PARI_H = /usr/local/include/pari #usual location

     #location of libpari.a or of libpari.so
     #depending on whether static or dynamic libraries are being used.
     #On mac os x it's the former, on linux I think usually the latter.
     LOCATION_PARI_LIBRARY = /usr/local/lib #usual location
 else
     #supplied as a dummy so as to avoid more ifeq's below
     LOCATION_PARI_H = .
     LOCATION_PARI_LIBRARY = .
 endif
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5396#comment:43>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB
-- 
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.


Reply via email to