* [gentoo-commits] gentoo-x86 commit in sci-mathematics/ginac/files: ginac-1.5.7-gcc45.patch
@ 2010-05-25 16:48 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-05-25 16:48 UTC (permalink / raw
To: gentoo-commits
xarthisius 10/05/25 16:48:12
Added: ginac-1.5.7-gcc45.patch
Log:
Fix build with GCC-4.5 wrt bug 321411. Thanks Diego for report
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-mathematics/ginac/files/ginac-1.5.7-gcc45.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ginac/files/ginac-1.5.7-gcc45.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ginac/files/ginac-1.5.7-gcc45.patch?rev=1.1&content-type=text/plain
Index: ginac-1.5.7-gcc45.patch
===================================================================
Fixing build with gcc 4.5.
Upstream fix e22d2ed95925d870876c4fcd922ea2a9cfdbdab1
http://bugs.gentoo.org/show_bug.cgi?id=321411
--- ginac/function.pl
+++ ginac/function.pl
@@ -1314,7 +1314,7 @@
// No derivative defined? Then return abstract derivative object
if (opt.power_f == NULL)
- return (new power::power(*this, power_param))->setflag(status_flags::dynallocated |
+ return (new GiNaC::power(*this, power_param))->setflag(status_flags::dynallocated |
status_flags::evaluated);
current_serial = serial;
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/ginac/files: ginac-1.5.7-gcc45.patch
@ 2011-06-13 21:54 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-06-13 21:54 UTC (permalink / raw
To: gentoo-commits
bicatali 11/06/13 21:54:19
Removed: ginac-1.5.7-gcc45.patch
Log:
Version bump. Switched to EAPI4. Added static-libs flag
(Portage version: 2.1.10.2/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-13 21:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13 21:54 [gentoo-commits] gentoo-x86 commit in sci-mathematics/ginac/files: ginac-1.5.7-gcc45.patch Sebastien Fabbro (bicatali)
-- strict thread matches above, loose matches on Subject: below --
2010-05-25 16:48 Kacper Kowalik (xarthisius)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox