aboutsummaryrefslogtreecommitdiff
path: root/gcc-4.6
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2015-11-18 09:29:05 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2015-11-18 09:29:05 -0500
commit667020371bcb20c34a2934196c245caef2e26fa0 (patch)
tree494b9fb367b6862b3a7cdd4d0216d71438afd012 /gcc-4.6
parentb36f594450a401300d9f83ea365009cd146ae24f (diff)
downloadcbc-recipes-667020371bcb20c34a2934196c245caef2e26fa0.tar.gz
Initial commit
Diffstat (limited to 'gcc-4.6')
-rw-r--r--gcc-4.6/gcc-4.6.ini59
1 files changed, 59 insertions, 0 deletions
diff --git a/gcc-4.6/gcc-4.6.ini b/gcc-4.6/gcc-4.6.ini
new file mode 100644
index 0000000..c3f62ad
--- /dev/null
+++ b/gcc-4.6/gcc-4.6.ini
@@ -0,0 +1,59 @@
+[package]
+name : gcc
+version : 4.6.4
+
+[about]
+home : http://www.netgull.com/gcc/releases/${package:name}-${package:version}
+license :
+summary : ${package:name}
+
+[source]
+fn : ${package:name}-${package:version}.tar.gz
+url : ${about:home}/${fn}
+
+[build]
+number : 0
+
+[requirements]
+build :
+ gmp >=4.3.2
+ mpfr >=2.4.2
+ mpc >=0.8.1
+ ppl >=0.11,<1
+run :
+ gmp >=4.2
+ mpfr >=2.3.1
+ mpc >=0.8.1
+ ppl >=0.11,<1
+
+#build :
+# gmp >=4.2
+# mpfr >=2.3.1
+# mpc >=0.8.0
+# ppl >=0.11,<1
+#run :
+# gmp >=4.2
+# mpfr >=2.3.1
+# mpc >=0.8.0
+# ppl >=0.11,<1
+
+[test]
+imports :
+
+commands :
+
+
+[cbc_build]
+linux :
+ ./configure \
+ --prefix=$$PREFIX \
+ --with-gmp=$$PREFIX \
+ --with-mpfr=$$PREFIX \
+ --with-mpc=$$PREFIX \
+ --with-ppl=$$PREFIX
+
+ make -j"$$CPU_COUNT"
+ make install
+
+windows :
+ echo "Not supported."