From c99946e77a7099fc7047b12b7aee3036504141d3 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 27 Nov 2018 10:18:57 +0100 Subject: [PATCH 1/2] fixed: append new gotools definitions to required flags --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bcc072..09dc5cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,6 +89,7 @@ IF(GoTools_FOUND) check_type_size(Go::BasisDerivsSf3 HAS_BD3 LANGUAGE CXX) if(HAS_BD3) add_definitions(-DGOTOOLS_HAS_BASISDERIVS_SF3) + set(LRSpline_DEFINITIONS "${LRSpline_DEFINITIONS} -DGOTOOLS_HAS_BASISDERIVS_SF3") endif() ELSE() MESSAGE(STATUS "Compiling without GoTools") From e3f9f4cf6fd6c067e2bb9e860864e54bbb003265 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 27 Nov 2018 10:20:21 +0100 Subject: [PATCH 2/2] bump version to 1.5.1 --- CMakeLists.txt | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09dc5cc..52fee74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(LRSpline) CMAKE_MINIMUM_REQUIRED(VERSION 2.6) SET(LRSpline_VERSION_MAJOR 1) SET(LRSpline_VERSION_MINOR 5) -SET(LRSpline_VERSION_PATCH 0) +SET(LRSpline_VERSION_PATCH 1) SET(LRSpline_VERSION ${LRSpline_VERSION_MAJOR}.${LRSpline_VERSION_MINOR}.${LRSpline_VERSION_PATCH}) IF(NOT WIN32) SET(TIME_LRSPLINE 1) diff --git a/debian/changelog b/debian/changelog index ecfe8f6..191ad87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -lrspline (1.5.0-1~xenial) xenial; urgency=medium +lrspline (1.5.1-1~xenial) xenial; urgency=medium * New version