Added sit class file for fastflow 1.1.0.
This commit is contained in:
parent
3efbcf7132
commit
44072a1479
2 changed files with 31 additions and 0 deletions
23
packages/libs/fastflow-1.1.0
Executable file
23
packages/libs/fastflow-1.1.0
Executable file
|
@ -0,0 +1,23 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="libs"
|
||||
PACKAGE="fastflow"
|
||||
VERSION="1.1.0"
|
||||
URL="http://calvados.di.unipi.it/dokuwiki/doku.php?id=ffnamespace:about"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
CONFIGURE_OPTS=""
|
||||
|
||||
src_prepare () {
|
||||
patch CMakeLists.txt < $SCLASS_DIR/$SCLASSFILE-0000.patch
|
||||
}
|
8
packages/libs/fastflow-1.1.0-0000.patch
Normal file
8
packages/libs/fastflow-1.1.0-0000.patch
Normal file
|
@ -0,0 +1,8 @@
|
|||
156,158c156,158
|
||||
< install( FILES ${FFHEADERS} DESTINATION /include/ff/ )
|
||||
< install( FILES ${FFHEADERS_AT} DESTINATION /include/ff/atomic )
|
||||
< install( FILES ${FFHEADERS_PLAT} DESTINATION /include/ff/platforms )
|
||||
---
|
||||
> install( FILES ${FFHEADERS} DESTINATION include/ff/ )
|
||||
> install( FILES ${FFHEADERS_AT} DESTINATION include/ff/atomic )
|
||||
> install( FILES ${FFHEADERS_PLAT} DESTINATION include/ff/platforms )
|
Loading…
Reference in a new issue