summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-06-23 09:54:26 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-06-23 09:54:26 (GMT)
commitf525ac0fec1b281ea515588c2bb4748a7c315624 (patch)
treea5d123902d479c49708dee453f00084ac12f8d97
parentad3fbcfcbb5636fcdeb0ddfd46909aa27e0fd9ee (diff)
downloadmxe-f525ac0fec1b281ea515588c2bb4748a7c315624.zip
mxe-f525ac0fec1b281ea515588c2bb4748a7c315624.tar.gz
mxe-f525ac0fec1b281ea515588c2bb4748a7c315624.tar.bz2
update package armadillo
-rw-r--r--index.html2
-rw-r--r--src/armadillo.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 5cad76e..f667943 100644
--- a/index.html
+++ b/index.html
@@ -974,7 +974,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="armadillo-package">armadillo</td>
- <td id="armadillo-version">3.820.1</td>
+ <td id="armadillo-version">3.900.5</td>
<td id="armadillo-website"><a href="http://arma.sourceforge.net/">Armadillo C++ linear algebra library</a></td>
</tr>
<tr>
diff --git a/src/armadillo.mk b/src/armadillo.mk
index ad8362d..8f4f675 100644
--- a/src/armadillo.mk
+++ b/src/armadillo.mk
@@ -4,7 +4,7 @@
# armadillo
PKG := armadillo
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 7a6797ff784e5e3ae501ba8581ce3b85cecb4660
+$(PKG)_CHECKSUM := 80eb4e6e56a6949532b4ac946a933ad64c203e40
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/arma/$($(PKG)_FILE)