#5396: [with patch, needs review] Wrapping lcalc library
---------------------------+------------------------------------------------
Reporter: rishi | Owner: Rishi
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.1.2
Component: number theory | Keywords: lcalc
Reviewer: | Author:
Merged: |
---------------------------+------------------------------------------------
Comment(by mvngu):
Replying to [comment:16 rishi]:
> The new patch adds lot of documentation, and clean few typos.
With the patch `lcalc_wrapper.patch`, you create a new empty file called
`sage/libs/lcalc/__init__.py`. It's dangerous to create empty files in the
Sage library. Such files are known to result in missing files (hence
corrupt the "main" repository) when creating a new source distribution of
Sage. A solution is to put a comment in `sage/libs/lcalc/__init__.py`. The
comment can just be something like:
{{{
# A comment here so this file is picked up when creating a new source
distribution.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5396#comment:17>
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
-~----------~----~----~----~------~----~------~--~---