#12103: Use MeatAxe as an optional back end for dense matrices over `GF(p^n)`, p
odd, n>1, `p^n<255`
-------------------------------------+-------------------------------------
       Reporter:  SimonKing          |        Owner:  jason, was
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.9
      Component:  packages:          |   Resolution:
  optional                           |    Merged in:
       Keywords:  linear algebra,    |    Reviewers:
  MeatAxe                            |  Work issues:
        Authors:  Simon King         |       Commit:
Report Upstream:  None of the above  |  f73337711df114571d1be0fa61140a41628703b7
  - read trac for reasoning.         |     Stopgaps:
         Branch:                     |
  u/SimonKing/meataxe                |
   Dependencies:  #19240             |
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 You can remove these parts from `spkg-install`:
 {{{
 #!diff
 +# Just to be sure, we also create other folders, although
 +# they are standard SageMath folders
 +
 +mkdir -p $MTXBIN
 +
 +if [ $? -ne 0 ]; then
 +    echo >&2 "Error creating directory for meataxe binaries."
 +    exit 1
 +fi
 +
 +mkdir -p "$SAGE_LOCAL/include"
 +
 +if [ $? -ne 0 ]; then
 +    echo >&2 "Error creating SageMath's include directory."
 +    exit 1
 +fi
 +
 +mkdir -p "$SAGE_LOCAL/lib"
 +
 +if [ $? -ne 0 ]; then
 +    echo >&2 "Error creating SageMath's lib folder."
 +    exit 1
 +fi
 }}}

 (I know I asked you to add these, but in the mean time the build system
 was improved)

--
Ticket URL: <http://trac.sagemath.org/ticket/12103#comment:153>
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