#12470: Remove scripts related to the Debian distribution
---------------------------+------------------------------------------------
Reporter: jdemeyer | Owner: leif
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-5.0
Component: scripts | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Jeroen Demeyer
Merged: | Dependencies:
---------------------------+------------------------------------------------
Comment(by ppurka):
There still seems to be some stuff from debian left in the scripts, even
after applying these patches. Should they be still present? Showing only
the relevant parts here.
{{{
...tallations/sage-5.0.beta2> LC_ALL="C" grep -irnI debian data local/bin
spkg ipython tmp | grep -v '\.hg'
data/extcode/sagebuild/sageenv.py:52: if not
os.path.exists(self.options['SITE_PACKAGES']) and
os.environ.has_key('SAGE_DEBIAN'):
data/extcode/sagebuild/sageenv.py:56: if not
self.options.has_key('SAGE_DEBIAN'):
data/extcode/sagebuild/sageenv.py:57:
self.options['SAGE_DEBIAN'] = False
data/extcode/sagebuild/sageenv.py:69: if
self.options['SAGE_DEBIAN']:
data/extcode/sagebuild/sageenv.py:70:
self.debian_include_dirs=["/usr/include","/usr/include/numpy","/usr/include/FLINT","/usr/include/givaro",
"/usr/include/gsl","/usr/include/fplll","/usr/include/eclib","/usr/include/gmp++","/usr/include/linbox","/usr/include/NTL","/usr/include/pari","/usr/include/qd","/usr/include/singular","/usr/include/singular/singular","/usr/include/symmetrica","/usr/include/polybori"]
data/extcode/sagebuild/sageenv.py:71:
self.defaults['include_dirs'].expand(self.debian_include_dirs)
data/extcode/sagebuild/sageenv.py:73:
self.debian_include_dirs=[]
data/extcode/sagebuild/sageenv.py:76: if
self.options['SAGE_DEBIAN']:
data/extcode/sagebuild/sageenv.py:81:class debian_env(sage_env):
data/extcode/sagebuild/sageenv.py:84: self.options['SAGE_DEBIAN'] =
True
data/extcode/sagebuild/sageenv.py:88: if 'SAGE_DEBIAN' in os.environ:
data/extcode/sagebuild/sageenv.py:89: env = debian_env()
...
spkg/bin/sage-spkg:403:if [ -n "$DEBIAN_RELEASE" ]; then
spkg/bin/sage-spkg:405: if [ -e ./spkg-debian ]; then
spkg/bin/sage-spkg:406: time ./spkg-debian
spkg/bin/sage-spkg:408: time sage-build-debian $BASEDIR
...
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12470#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 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.