6.8.0
This commit is contained in:
parent
d356e2d1cc
commit
baf0e65ac4
2 changed files with 7 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ignition-math
|
||||
pkgdesc = Math classes and functions for robot applications
|
||||
pkgver = 6.7.0
|
||||
pkgver = 6.8.0
|
||||
pkgrel = 1
|
||||
url = https://ignitionrobotics.org/libs/math
|
||||
arch = i686
|
||||
|
@ -10,8 +10,8 @@ pkgbase = ignition-math
|
|||
makedepends = ignition-cmake>=2
|
||||
depends = gcc-libs
|
||||
optdepends = eigen
|
||||
source = ignition-math-6.7.0.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/ignition-math6_6.7.0.tar.gz
|
||||
sha256sums = 8456af51cbb128d7468d65b55124af7a235f052214ac2a239c3f23197416f2d2
|
||||
source = ignition-math-6.8.0.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/ignition-math6_6.8.0.tar.gz
|
||||
sha256sums = 07c4fa9eeaa51fe2b4ee2855ea69bb16571d7e6c315b8b0726fc4383b64303a1
|
||||
|
||||
pkgname = ignition-math
|
||||
|
||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Mykola Dolhyi <0xb000@gmail.com>
|
||||
# Contributor: Ramdambo <https://github.com/Ramdambo>
|
||||
pkgname=ignition-math
|
||||
pkgver=6.7.0
|
||||
pkgver=6.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="Math classes and functions for robot applications"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -14,7 +14,7 @@ makedepends=('ignition-cmake>=2')
|
|||
optdepends=('eigen')
|
||||
conflicts=()
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-math/archive/${pkgname}6_${pkgver}.tar.gz")
|
||||
sha256sums=('8456af51cbb128d7468d65b55124af7a235f052214ac2a239c3f23197416f2d2')
|
||||
sha256sums=('07c4fa9eeaa51fe2b4ee2855ea69bb16571d7e6c315b8b0726fc4383b64303a1')
|
||||
|
||||
_dir="ign-math-${pkgname}6_${pkgver}"
|
||||
|
||||
|
@ -24,7 +24,8 @@ build() {
|
|||
mkdir -p build
|
||||
cd build
|
||||
|
||||
cmake .. -DCMAKE_BUILD_TYPE="Release" \
|
||||
cmake .. -Wno-dev \
|
||||
-DCMAKE_BUILD_TYPE="Release" \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr" \
|
||||
-DCMAKE_INSTALL_LIBDIR="lib" \
|
||||
-DBUILD_TESTING:BOOL=False
|
||||
|
|
Loading…
Reference in a new issue