[Bug 489686] Review Request: armadillo - fast C++ matrix library with interfaces to LAPACK and ATLAS

bugzilla at redhat.com bugzilla at redhat.com
Thu May 21 05:13:19 UTC 2009


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


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





--- Comment #18 from Ralf Corsepius <rc040203 at freenet.de>  2009-05-21 01:13:18 EDT ---
OK, your debuginfo issue is caused by not passing CXXFLAGS/CFLAGS to cmake,
which causes libarmadillo.so.* to be built with inappropriate CFLAGS:

>From build.log:
...
/usr/bin/c++   -Darmadillo_EXPORTS -fPIC
-I/users/corsepiu/src/rpms/BUILD/armadillo-0.6.11/include 
  -o CMakeFiles/armadillo.dir/src/pull_libs.o -c
/users/corsepiu/src/rpms/BUILD/armadillo-0.6.11/src/pull_libs.cpp

Note: All mandatory RPM_OPT_FLAGS are missing.


Using %cmake instead of "cmake ..." will likely resolve your issue.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list