mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
orocos-ocl: fixed problem with log4cpp include path
This commit is contained in:
parent
087bc67cd8
commit
eab90212e1
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = orocos-ocl
|
||||
pkgdesc = Open Robot Control Software is a tool to create real-time robotics applications using modular, run-time configurable software components (Orocos Component Library)
|
||||
pkgver = 2.6.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.orocos.org/rtt
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
pkgname=orocos-ocl
|
||||
_pkgname=orocos-toolchain
|
||||
pkgver=2.6.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Open Robot Control Software is a tool to create real-time robotics applications using modular, run-time configurable software components (Orocos Component Library)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.orocos.org/rtt"
|
||||
|
|
@ -26,7 +26,7 @@ build() {
|
|||
# this is a bit hacky: finding the orocos version of log4cpp with cmake does
|
||||
# not work so we need to provide the complete information from here
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLOG4CPP_INCLUDE_DIRS=/usr/include/orocos \
|
||||
-DLOG4CPP_INCLUDE_DIR=/usr/include/orocos \
|
||||
-DLOG4CPP_LIBRARIES=orocos-log4cpp \
|
||||
-DLOG4CPP_LIBRARY_DIRS=/usr/lib \
|
||||
-DLOG4CPP_LIBRARY=/usr/lib/liborocos-log4cpp.so \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue