#17588: Remove brain damaged installation procedure for pari on OS X
----------------------------------+----------------------------
   Reporter:  fbissey             |            Owner:
       Type:  defect              |           Status:  new
   Priority:  major               |        Milestone:  sage-6.5
  Component:  packages: standard  |         Keywords:
  Merged in:                      |          Authors:
  Reviewers:                      |  Report Upstream:  N/A
Work issues:                      |           Branch:
     Commit:                      |     Dependencies:
   Stopgaps:                      |
----------------------------------+----------------------------
 The current spkg-install script for pari includes the following specific
 darwing instruction
 {{{
 if [ "$UNAME" = "Darwin" ]; then
         # The following is a hack to get the library installed correctly
         # on Mac OS X:
         echo "Applying Mac OS X hack -- deleting and reinstalling
 libpari.a ..."
         rm -f Odarwin-ppc/*lib*
         $MAKE install-lib-sta
         if [ $? -ne 0 ]; then
             echo >&2 "Error reinstalling PARI's static libraries (OS X
 trick)"
             exit 1
         fi

         cd "`config/objdir`" && cp -f libpari* "$SAGE_LOCAL/lib"
         if [ $? -ne 0 ]; then
             echo >&2 "Error copying PARI's libraries (OS X trick)"
             exit 1
         fi
         cd "$CUR"
     fi
 }}}
 This section completely destroy the proper setting of darwin's
 install_name for no good reason. It needs to be removed. See conversation
 in #16017 and #16044 about this.

--
Ticket URL: <http://trac.sagemath.org/ticket/17588>
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/d/optout.

Reply via email to