Update to 4.0.0

This commit is contained in:
Tim Rakowski 2018-02-24 10:45:26 +01:00
parent 57e5793c4f
commit b440e4fd2c
2 changed files with 14 additions and 19 deletions

View file

@ -1,21 +1,18 @@
# Generated by mksrcinfo v8
# Thu Jan 4 22:50:45 UTC 2018
# Sat Feb 24 09:45:00 UTC 2018
pkgbase = ignition-math
pkgdesc = Math classes and functions for robot applications
pkgver = 3.3.0
pkgver = 4.0.0
pkgrel = 1
url = http://ignitionrobotics.org/
arch = i686
arch = x86_64
groups = development
license = Apache
makedepends = cmake
makedepends = ruby-ronn
makedepends = pkg-config>=0.28
provides = ignition-math2
replaces = ignition-math2
source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math3_3.3.0.tar.bz2
sha256sums = e32e9f3d42d7b201dd3745fd327b14c6f3d0a9a9f746096ac06ae58aae49541a
makedepends = ignition-cmake
depends = gcc-libs
source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math4_4.0.0.tar.bz2
sha256sums = dd24b8d3540f726999f5d6ba9a13a077a5b172e840847491b8e529c53302288a
pkgname = ignition-math

View file

@ -1,22 +1,20 @@
# Contributor: Mykola Dolhyi <0xb000@gmail.com>
pkgname=ignition-math
pkgver=3.3.0
pkgver=4.0.0
pkgrel=1
pkgdesc="Math classes and functions for robot applications"
arch=('i686' 'x86_64')
url="http://ignitionrobotics.org/"
license=('Apache')
groups=('development')
depends=()
makedepends=('cmake' 'ruby-ronn' 'pkg-config>=0.28')
depends=('gcc-libs')
makedepends=('ignition-cmake')
optdepends=()
provides=('ignition-math2')
conflicts=()
replaces=('ignition-math2')
source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}3_${pkgver}.tar.bz2")
sha256sums=('e32e9f3d42d7b201dd3745fd327b14c6f3d0a9a9f746096ac06ae58aae49541a')
source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}4_${pkgver}.tar.bz2")
sha256sums=('dd24b8d3540f726999f5d6ba9a13a077a5b172e840847491b8e529c53302288a')
_dir="ignitionrobotics-ign-math-4e4d38ce5bca"
_dir="ignitionrobotics-ign-math-054f8a99081f"
build() {
cd "$srcdir/$_dir"
@ -28,7 +26,7 @@ build() {
cmake .. -DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR="lib" \
-DENABLE_TESTS_COMPILATION:BOOL=False
-DBUILD_TESTING:BOOL=False
# Compile
make
@ -40,7 +38,7 @@ check() {
cmake .. -DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR="lib" \
-DENABLE_TESTS_COMPILATION:BOOL=True
-DBUILD_TESTING:BOOL=True
make
make test