From e6be1421209fe1b28bfedb297d8f83a010688d87 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Wed, 9 Oct 2013 08:45:27 +0200 Subject: [PATCH] update package armadillo --- src/armadillo-1-staticlib.patch | 2 +- src/armadillo-2-nocmakeconfigfiles.patch | 2 +- src/armadillo.mk | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/armadillo-1-staticlib.patch b/src/armadillo-1-staticlib.patch index 19f8b4d6..3cb919af 100644 --- a/src/armadillo-1-staticlib.patch +++ b/src/armadillo-1-staticlib.patch @@ -13,7 +13,7 @@ diff -urN a/CMakeLists.txt b/CMakeLists.txt # NOTE: # Set ARMA_USE_WRAPPER to false if you're getting linking errors when compiling your programs, -@@ -289,7 +289,7 @@ +@@ -320,7 +320,7 @@ message(STATUS "CMAKE_SHARED_LINKER_FLAGS = ${CMAKE_SHARED_LINKER_FLAGS}") endif() diff --git a/src/armadillo-2-nocmakeconfigfiles.patch b/src/armadillo-2-nocmakeconfigfiles.patch index 08c6ad62..722a12ab 100644 --- a/src/armadillo-2-nocmakeconfigfiles.patch +++ b/src/armadillo-2-nocmakeconfigfiles.patch @@ -3,7 +3,7 @@ See index.html for further information. --- armadillo-3.800.2/CMakeLists.txt.patched 2013-04-22 17:15:39.000000000 +0200 +++ armadillo-3.800.2/CMakeLists.txt 2013-04-22 17:31:43.000000000 +0200 -@@ -363,7 +363,7 @@ +@@ -404,7 +404,7 @@ # Export the package for use from the build-tree # (this registers the build-tree with a global CMake-registry) diff --git a/src/armadillo.mk b/src/armadillo.mk index c7c70ee3..3b8f5a26 100644 --- a/src/armadillo.mk +++ b/src/armadillo.mk @@ -3,8 +3,8 @@ PKG := armadillo $(PKG)_IGNORE := -$(PKG)_VERSION := 3.910.0 -$(PKG)_CHECKSUM := 5a8ebdb612999ad0bbea7d6e7467a864703e3137 +$(PKG)_VERSION := 3.920.1 +$(PKG)_CHECKSUM := e61bae731a91724046f4c23db4e2f070413beb17 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/arma/$($(PKG)_FILE)