Package Details: levmar 2.6-3

Git Clone URL: https://aur.archlinux.org/levmar.git (read-only, click to copy)
Package Base: levmar
Description: Levenberg-Marquardt nonlinear least squares algorithms in C/C++
Upstream URL: http://users.ics.forth.gr/~lourakis/levmar
Licenses: GPL
Submitter: rogersce
Maintainer: anntzer
Last Packager: anntzer
Votes: 25
Popularity: 0.000000
First Submitted: 2012-02-23 21:37 (UTC)
Last Updated: 2022-09-30 20:31 (UTC)

Latest Comments

1 2 Next › Last »

anntzer commented on 2022-09-30 20:31 (UTC)

Sure, done.

bradpitcher commented on 2022-09-29 16:00 (UTC)

Please enable aarch64. It's working for me in Asahi linux

diff --git a/.SRCINFO b/.SRCINFO
index a74ec15..7a65974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = levmar
        url = http://users.ics.forth.gr/~lourakis/levmar
        arch = i686
        arch = x86_64
+       arch = aarch64
        license = GPL
        depends = f2c
        depends = lapack
@@ -12,4 +13,3 @@ pkgbase = levmar
        md5sums = 16bc34efa1617219f241eef06427f13f

 pkgname = levmar
-
diff --git a/PKGBUILD b/PKGBUILD
index 62f48cb..ef93792 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=2.6
 pkgrel=3
 pkgdesc='Levenberg-Marquardt nonlinear least squares algorithms in C/C++'
 url='http://users.ics.forth.gr/~lourakis/levmar'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
 license=('GPL')
 depends=('f2c' 'lapack')
 source=('http://users.ics.forth.gr/~lourakis/levmar/levmar-2.6.tgz')

mabl commented on 2019-06-11 17:54 (UTC)

It looks like it picks up ARCHFLAGS from your environment. I have "-arch x86_64" there. No idea what sets it though... Building with it unset works fine.

anntzer commented on 2019-05-02 21:54 (UTC)

Probably not a very helpful response, but the package builds fine for me...

archmkr commented on 2019-05-02 21:30 (UTC)

It is just me that have to remove $(ARCHFLAGS) from line 16 of the Makefile and Makefile.so to be able to build?

However I already reported to their github: https://github.com/tkanmae/levmar/issues/13

anntzer commented on 2016-11-01 01:27 (UTC)

fixed

bartus commented on 2016-10-31 11:58 (UTC)

Link to the source has changed: http://users.ics.forth.gr/~lourakis/levmar/levmar-2.6.tgz

12qu commented on 2014-09-23 05:05 (UTC)

Please either fix the issue raised by sviteni or disown the package. Replacing the PKGBUILD with antony's would do the trick, or alternatively antony could take over maintaining this package?

anntzer commented on 2014-05-19 19:40 (UTC)

See http://pastebin.com/TE8ZdU2m for a PKGBUILD that compiles a shared library.