#14116: update polymake interface to 2.12-rc3
----------------------------------+-----------------------------------------
       Reporter:  tkluck          |         Owner:  mhampton 
           Type:  defect          |        Status:  new      
       Priority:  major           |     Milestone:  sage-5.10
      Component:  geometry        |    Resolution:           
       Keywords:                  |   Work issues:           
Report Upstream:  N/A             |     Reviewers:           
        Authors:  Timo Kluck      |     Merged in:           
   Dependencies:  #13768, #13767  |      Stopgaps:           
----------------------------------+-----------------------------------------

Comment (by kcrisman):

 In particular, the following things seems like hacks:
 {{{
 ln -s /usr/local/sage-4.7.1/devel/sage/c_lib/include
 /usr/local/sage-4.7.1/local/include/sage
 }}}
 and this apparently required patch
 {{{
 #!diff
 diff --git a/sage-env b/sage-env
 --- a/sage-env
 +++ b/sage-env
 @@ -219,6 +219,9 @@
      mkdir -p "$MPLCONFIGDIR"
  fi

 +LD_PRELOAD="$SAGE_LOCAL/lib/libpolymake.so"
 +export LD_PRELOAD
 +
  LD_LIBRARY_PATH="$SAGE_ROOT/local/lib/:$LD_LIBRARY_PATH" && export
 LD_LIBRARY_PATH
  # The following is needed for openmpi:
  LD_LIBRARY_PATH="$SAGE_ROOT/local/lib/openmpi:$LD_LIBRARY_PATH" && export
 LD_LIBRARY_PATH
 }}}
 which I'll point out would no longer apply directly, as the
 `LD_LIBRARY_PATH` code has changed, though one could just add the lines,
 of course.  And of course `sage-env` doesn't live in `local/bin` any more,
 but in `spkg/bin`.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14116#comment:6>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to