Public bug reported:

In short, jama does not compile out of the box,
since jama_svd.h says:

#include "tnt_array1d.h"

Thus including it results in:

/usr/local/include/jama/jama_svd.h:5:25: error: tnt_array1d.h: No such
file or directory

This could be fixed by adding -I directives, but that's not very elegant.
Also, one could say in jama_xxx.h: 
#include <tnt/tnt_yyyy.h>,
but this perhaps should be done by the people who develop the software not the 
people who prepare the packages.
Finally, the simplest solution IMHO is to package jama and tnt together.

** Affects: libjama (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

-- 
jama should be in the same dir with tnt 
https://launchpad.net/bugs/61643

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to