update package armadillo

This commit is contained in:
Mark Brand 2013-10-09 08:45:27 +02:00
parent aa0b215e54
commit e6be142120
3 changed files with 4 additions and 4 deletions

View File

@ -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()

View File

@ -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)

View File

@ -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)