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@xxxxxxxxxxxxxxxxxxx 2006-10-08 14:18 EST ------- Some remark: > [tasaka1@localhost PROGRAM]$ cat itpp-check.cpp > int main(){ > return 0; > } > [tasaka1@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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review