Added sit class file for GCC UPC.
This commit is contained in:
parent
6ddf153528
commit
c8818e508b
1 changed files with 20 additions and 0 deletions
20
packages/compiler/gccupc-4.5.1.2
Executable file
20
packages/compiler/gccupc-4.5.1.2
Executable file
|
@ -0,0 +1,20 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# sit class file
|
||||||
|
#
|
||||||
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
|
#
|
||||||
|
|
||||||
|
CATEGORY="compiler"
|
||||||
|
PACKAGE="gccupc"
|
||||||
|
VERSION="4.5.1.2"
|
||||||
|
URL="http://gcc.gnu.org"
|
||||||
|
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||||
|
|
||||||
|
# Archive A and package name P
|
||||||
|
A=upc-${VERSION}.src.tar.gz
|
||||||
|
P=upc-${VERSION}
|
||||||
|
|
||||||
|
|
||||||
|
# Other interesting configure options:
|
||||||
|
CONFIGURE_OPTS="
|
||||||
|
"
|
Loading…
Reference in a new issue