Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/gcc/SPKG.txt
8817 views
1
= gcc =
2
3
== Description ==
4
5
The GNU Compiler Collection, including the C, C++ and Fortran compiler.
6
7
== License ==
8
9
GPL version 2 or version 3
10
11
== SPKG Maintainers ==
12
13
* Jeroen Demeyer
14
15
== Upstream Contact ==
16
17
http://gcc.gnu.org/
18
19
== Dependencies ==
20
21
* zlib
22
* MPIR
23
* MPFR
24
* MPC
25
26
== Special Update/Build Instructions ==
27
28
* Lots of stuff can be removed, run ./spkg-src to do this automatically
29
(after downloading the sources).
30
31
== Changelog ==
32
33
=== gcc-4.7.3.p1 (R. Andrew Ohana, 26 November 2013) ===
34
* Trac #15433: work around for incompatiblity between g++ and
35
an OS X 10.9 header
36
37
=== gcc-4.7.3.p0 (Jeroen Demeyer, 11 April 2013) ===
38
* Trac #14441: upgrade to version 4.7.3.
39
40
=== gcc-4.7.2.p1 (Jeroen Demeyer, 4 April 2013) ===
41
* Trac #14378: Use $SAGE_SPKG_INST variable.
42
* Disable bootstrap-debug on all systems.
43
* Remove libitm which is broken on OS X 10.4 PPC.
44
45
=== gcc-4.7.2.p0 (Jeroen Demeyer, 8 January 2013) ===
46
* Trac #13913: add spkg-src script to remove lots of unneeded things
47
from the sources and run it.
48
* Rename $CONFIGURE_FLAGS to $GCC_CONFIGURE to be consistent with
49
other packages.
50
* Disable Native Language Support and remove the corresponding source
51
files.
52
53
=== gcc-4.7.2 (Jeroen Demeyer, 30 September 2012) ===
54
* #13150: Upgrade to version 4.7.2 of GCC (as optional package).
55
56
=== gcc-4.6.3 (Jeroen Demeyer, 7 March 2012) ===
57
* #12369: Initial release.
58
59