diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | src/armadillo-1-staticlib.patch | 4 | ||||
-rw-r--r-- | src/armadillo.mk | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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> diff --git a/src/armadillo-1-staticlib.patch b/src/armadillo-1-staticlib.patch index 4cba163..64a1095 100644 --- a/src/armadillo-1-staticlib.patch +++ b/src/armadillo-1-staticlib.patch @@ -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) diff --git a/src/armadillo.mk b/src/armadillo.mk index 68a6c8c..80275e2 100644 --- a/src/armadillo.mk +++ b/src/armadillo.mk @@ -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) |