Added sit class file for mercurium 1.99.0-2013-04-25.
This commit is contained in:
parent
2e1b9a1746
commit
90b8fed4b8
1 changed files with 32 additions and 0 deletions
32
packages/compiler/mcxx/mcxx-1.99.0-2013-04-25
Executable file
32
packages/compiler/mcxx/mcxx-1.99.0-2013-04-25
Executable file
|
@ -0,0 +1,32 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# sit class file
|
||||||
|
#
|
||||||
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2013
|
||||||
|
#
|
||||||
|
|
||||||
|
CATEGORY="compiler"
|
||||||
|
PACKAGE="mcxx"
|
||||||
|
VERSION="1.99.0-2013-04-25"
|
||||||
|
URL="http://nanos.ac.upc.edu/content/mercurium-compiler"
|
||||||
|
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||||
|
|
||||||
|
# Archive A and package name P
|
||||||
|
A=${PACKAGE}-${VERSION}.tar.gz
|
||||||
|
P=${PACKAGE}-${VERSION%%-*} # remove date suffix starting from the first '-'
|
||||||
|
|
||||||
|
|
||||||
|
# build with debugging symbols (0|1)
|
||||||
|
enable_debug=${enable_debug:=0}
|
||||||
|
|
||||||
|
|
||||||
|
# Other interesting configure options:
|
||||||
|
CONFIGURE_OPTS=" \
|
||||||
|
--enable-fortran \
|
||||||
|
--enable-ompss \
|
||||||
|
--with-nanox=$NANOX_HOME \
|
||||||
|
"
|
||||||
|
|
||||||
|
src_pretest() {
|
||||||
|
/bin/true
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue