update package armadillo

This commit is contained in:
Mark Brand 2013-03-01 11:10:12 +01:00
parent 33b2ea6870
commit 9bb3178d7c
3 changed files with 4 additions and 4 deletions

View File

@ -960,7 +960,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="armadillo-package">armadillo</td>
<td id="armadillo-version">3.6.3</td>
<td id="armadillo-version">3.800.0</td>
<td id="armadillo-website"><a href="http://armadillo.sf.net/">Armadillo C++ linear algebra library</a></td>
</tr>
<tr>

View File

@ -4,7 +4,7 @@ See index.html for further information.
diff -urN a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt 2012-09-14 16:43:20.000000000 +0200
+++ b/CMakeLists.txt 2012-09-20 20:39:05.073039124 +0200
@@ -40,7 +40,7 @@
@@ -37,7 +37,7 @@
set(ARMA_USE_ATLAS false)
set(ARMA_USE_BOOST false)
set(ARMA_USE_HDF5 false)
@ -13,7 +13,7 @@ diff -urN a/CMakeLists.txt b/CMakeLists.txt
if(WIN32)
@@ -271,7 +271,7 @@
@@ -268,7 +268,7 @@
#set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

View File

@ -4,7 +4,7 @@
# armadillo
PKG := armadillo
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 68de72a0f164429110ce5a0d0baa6f255d620e9d
$(PKG)_CHECKSUM := 513b4193c64fecefe55557903669be5d763da760
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/arma/$($(PKG)_FILE)