diff mbox

armadillo: bump versin to 5.100.2

Message ID 1431556817-20966-1-git-send-email-abrodkin@synopsys.com
State Accepted
Commit f7d2c99afb0010d65407ab9df4f398d7e9430bb9
Headers show

Commit Message

Alexey Brodkin May 13, 2015, 10:40 p.m. UTC
This is the most recent version of the package.

Also it fixes static builds (see
http://autobuild.buildroot.net/results/1cc/1ccf0829c13896c000aed1956155a34844207b2f)
with commit http://sourceforge.net/p/arma/code/3569/ that was made right
before 4.400.0 release.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Samuel Martin <s.martin49@gmail.com>
---
 package/armadillo/armadillo.hash | 2 +-
 package/armadillo/armadillo.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Samuel Martin May 14, 2015, 4:55 a.m. UTC | #1
On Thu, May 14, 2015 at 12:40 AM, Alexey Brodkin
<Alexey.Brodkin@synopsys.com> wrote:
> This is the most recent version of the package.
>
> Also it fixes static builds (see
> http://autobuild.buildroot.net/results/1cc/1ccf0829c13896c000aed1956155a34844207b2f)
> with commit http://sourceforge.net/p/arma/code/3569/ that was made right
> before 4.400.0 release.
>
> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Samuel Martin <s.martin49@gmail.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Tested-by: Samuel Martin <s.martin49@gmail.com>

Regards,
Peter Korsgaard May 14, 2015, 10:08 p.m. UTC | #2
>>>>> "Alexey" == Alexey Brodkin <Alexey.Brodkin@synopsys.com> writes:

 > This is the most recent version of the package.
 > Also it fixes static builds (see
 > http://autobuild.buildroot.net/results/1cc/1ccf0829c13896c000aed1956155a34844207b2f)
 > with commit http://sourceforge.net/p/arma/code/3569/ that was made right
 > before 4.400.0 release.

 > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
 > Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 > Cc: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Samuel Martin <s.martin49@gmail.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/armadillo/armadillo.hash b/package/armadillo/armadillo.hash
index d74d6b0..0046c56 100644
--- a/package/armadillo/armadillo.hash
+++ b/package/armadillo/armadillo.hash
@@ -1,2 +1,2 @@ 
 # Locally computed:
-sha256  0664caca9a9be410ba467a3f4fd7d4556ccda62a9e061f2935904be2afe22132  armadillo-4.000.4.tar.gz
+sha256  63150f12bf7c7c598ea55b7271d99fce349ff386a3dc2cae3904b244f6e35320  armadillo-5.100.2.tar.gz
diff --git a/package/armadillo/armadillo.mk b/package/armadillo/armadillo.mk
index 58b8fc1..607103c 100644
--- a/package/armadillo/armadillo.mk
+++ b/package/armadillo/armadillo.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-ARMADILLO_VERSION_MAJOR = 4.000
-ARMADILLO_VERSION = $(ARMADILLO_VERSION_MAJOR).4
+ARMADILLO_VERSION_MAJOR = 5.100
+ARMADILLO_VERSION = $(ARMADILLO_VERSION_MAJOR).2
 ARMADILLO_SITE = http://downloads.sourceforge.net/project/arma
 ARMADILLO_DEPENDENCIES = clapack
 ARMADILLO_INSTALL_STAGING = YES