[Bug 207782] Review Request: itpp - C++ library for math, signal/speech processing, and communications

bugzilla at redhat.com bugzilla at redhat.com
Sun Oct 8 18:18:18 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: itpp - C++ library for math, signal/speech processing, and communications


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=207782





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2006-10-08 14:18 EST -------
Some remark:

> [tasaka1 at localhost PROGRAM]$ cat itpp-check.cpp 
> int main(){
>   return 0;
> }
> [tasaka1 at localhost PROGRAM]$ g++ -Wall -O2 -o itpp-check itpp-check.cpp
> `itpp-config --libs` -L/usr/lib/atlas

The reason I had to add "-L/usr/lib/atlas" is that liblapack.so is
under /usr/lib/atlas but you deleted "-L/usr/lib/atlas" from
itpp-config and itpp.pc. "-L/usr/lib/atlas" is actually needed so
re-add this.

> Anyway, fix the dependency for -devel package.
What I mean is:
$ itpp-config --libs
-litpp -lfftw3 -llapack -latlas -lblas -lgfortranbegin -lgfortran -lm -lgcc_s
(as said in above, -L/usr/lib/atlas should be added).
This means that itpp-devel should also require
fftw-devel atlas-devel and gcc-gfortran .

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list