summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-10-09 06:45:27 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-10-09 06:45:27 (GMT)
commite6be1421209fe1b28bfedb297d8f83a010688d87 (patch)
tree86b34e624595d7048905878c9f1d3e93421a1ee7
parentaa0b215e5439edfe9c4cbcc83d969cde2da3017e (diff)
downloadmxe-e6be1421209fe1b28bfedb297d8f83a010688d87.zip
mxe-e6be1421209fe1b28bfedb297d8f83a010688d87.tar.gz
mxe-e6be1421209fe1b28bfedb297d8f83a010688d87.tar.bz2
update package armadillo
-rw-r--r--src/armadillo-1-staticlib.patch2
-rw-r--r--src/armadillo-2-nocmakeconfigfiles.patch2
-rw-r--r--src/armadillo.mk4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/armadillo-1-staticlib.patch b/src/armadillo-1-staticlib.patch
index 19f8b4d..3cb919a 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 08c6ad6..722a12a 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 c7c70ee..3b8f5a2 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)