From: fbissey@slingshot.co.nz
To: gentoo-science@lists.gentoo.org
Subject: Re: [gentoo-science] [sage-on-prefix] sympow
Date: Tue, 07 Dec 2010 10:25:59 +1300 [thread overview]
Message-ID: <20101207102559.z40w8cswwcw4sc0g@webmail.slingshot.co.nz> (raw)
In-Reply-To: <1291670037.26551.1@ledaig>
Quoting Steven Trogdon <strogdon@d.umn.edu>:
> Hi Christopher,
>
> Since sage-on-prefix is semi-official I though I would indicate an
> issue I encountered in installing Sage from sage-on-gentoo in a prefix
> on Debian Linux.
>
> When building sympow (sympow-1.018.1_p8-r1) the Debian system gcc
> compiler was being used instead of the Prefix gcc. This was because
> sympow provides in Configure a whichexe() function with hard-coded
> search paths. The easiest thing for me was to add:
>
> # fix EPREFIX in whichexe() function
> sed -i -e "s:-f \/bin:-f ${EPREFIX}\/bin:" \
> -e "s:echo \/bin:echo ${EPREFIX}\/bin:" \
> -e "s:\/usr:${EPREFIX}\/usr:g" \
> Configure || die "failed to fix EPREFIX in whichexe()"
>
> to src_prepare(). I didn't think about it until just recently, but
> perhaps the hard-coded paths could be removed so the prefix/gentoo
> system 'which' is used.
>
Hi Steve,
I almost fell like forwarding that one to Dave on sage-devel for
a laugh. It looks like a fairly decent fix to me.
I am not back on duty but at least I read my email.
Francois
next prev parent reply other threads:[~2010-12-06 21:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-06 21:13 [gentoo-science] [sage-on-prefix] sympow Steven Trogdon
2010-12-06 21:25 ` fbissey [this message]
2010-12-07 11:48 ` Christopher Schwan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101207102559.z40w8cswwcw4sc0g@webmail.slingshot.co.nz \
--to=fbissey@slingshot.co.nz \
--cc=gentoo-science@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox