[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen]
- From: Edwin Lum <pyourk@xxxxxxxxx>
- Date: Sat, 29 Nov 2014 18:34:02 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Mirl+Hd9xYQk/Mdek6MVc+PFnM23ZWsCqNpeFPTOnXc=; b=BeJuCowcB0zHKg1SmY9MrUOC2rmMLRpuLqZqS0WR6y7QxcLYDHTZDmMCWQwd5OOeoj 0xK+pGNoL09OHIa3M0V/kXc/q6LruZ+9K8ObnSIjMTttziqWB7p4J9bUKsSv+QRSvthd oRFJWgchvr8O0eCRABT4cNkMX3T3taTpfgeKazKMnwNYLwvRCFDzxAj8hMRk2GrTwnVa egplcogLB194Rpt680fZPhT36sHdu02Vzie5cAZpan0Uaur9xxW+DnX86bNBgeQ9Ta8A NlD6HqlXacVOgArF417SQAX70Zl/XuuySiyWx2JlDFCeYo4MB3HkrSxfmCVpD2oNffpY ZDMw==
Hi all!
I am participating in a project in which various open sourced software
packages are being ported on to 64-bit ARM (Aarch 64). On Linaro's list of
software packages that are to be ported, Eigen3 is one of them. I was able
to run make check on eigen-3.2.2 using 3.17.1-302.fc21.aarch64 (Fedora
21). I do want to note that the CXX flag had to be set to g++ specifically,
and that setting it to gcc does not work.
I am including the output of make check to this email. The tests show a
pass rate of 98%. Upon taking a look at dynalloc (the first test that
failed), it seems that it requires valgrind which is not available on arm64
yet. The other tests fail usually with an abort. I get similar results on a
x86 machine and get around 98% pass rate for the tests so I am going to
assume that this is acceptable.