public inbox for gentoo-science@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-science] [sage-on-prefix] sympow
@ 2010-12-06 21:13 Steven Trogdon
  2010-12-06 21:25 ` fbissey
  2010-12-07 11:48 ` Christopher Schwan
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Trogdon @ 2010-12-06 21:13 UTC (permalink / raw
  To: gentoo-science

[-- Attachment #1: Type: text/plain, Size: 911 bytes --]

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.

Steve


[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-07 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-06 21:13 [gentoo-science] [sage-on-prefix] sympow Steven Trogdon
2010-12-06 21:25 ` fbissey
2010-12-07 11:48 ` Christopher Schwan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox