Hi, I'm trying to make an ebuild that installes this here into my sage-on-gentoo installation: https://bitbucket.org/matroid/sage_matroids
Their setup.py does the following:
if not os.environ.has_key('SAGE_ROOT'):
print " ERROR: The environment variable SAGE_ROOT must be defined."
sys.exit(1)
else:
SAGE_ROOT = os.environ['SAGE_ROOT']
SAGE_LOCAL = SAGE_ROOT + '/local'
SAGE_DEVEL = SAGE_ROOT + '/devel'
SAGE_INC = SAGE_LOCAL + '/include/'
and I wonder if this is wrong? Is SAGE_LOCAL="/usr" on Gentoo? In
particular, where should python packages go that were installed by such
an ebuild? Maybe into /usr/lib/python/site-packages ?
Cheers,
Thomas
--
Thomas Kahle
http://dev.gentoo.org/~tomka/
signature.asc
Description: Digital signature
