generated from archlinux/template
fix build thread counts
This commit is contained in:
parent
6b3afa4b08
commit
df03413221
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = librealsense
|
pkgbase = librealsense
|
||||||
pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera.
|
pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera.
|
||||||
pkgver = 2.53.1
|
pkgver = 2.53.1
|
||||||
pkgrel = 4
|
pkgrel = 5
|
||||||
url = https://github.com/IntelRealSense/librealsense
|
url = https://github.com/IntelRealSense/librealsense
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -9,7 +9,7 @@ _L53X_VER=3.5.5.1
|
|||||||
|
|
||||||
pkgname=librealsense
|
pkgname=librealsense
|
||||||
pkgver=2.53.1
|
pkgver=2.53.1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera."
|
pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) and the T265 tracking camera."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/IntelRealSense/librealsense"
|
url="https://github.com/IntelRealSense/librealsense"
|
||||||
@ -61,7 +61,7 @@ build() {
|
|||||||
-DBUILD_WITH_OPENMP=on \
|
-DBUILD_WITH_OPENMP=on \
|
||||||
-DBUILD_EXAMPLES=true \
|
-DBUILD_EXAMPLES=true \
|
||||||
-DBUILD_WITH_TM2=true
|
-DBUILD_WITH_TM2=true
|
||||||
make -j4
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user