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=674008

--- Comment #93 from Rosen Diankov <rosen.dian...@gmail.com> 2012-05-15 
22:47:48 EDT ---
hi tim,

still working on sympy 0.7.x compat and should be done soon.

If openrave-config is including "-L/usr/lib", it is because some library
openrave links to is including /usr/lib in its linked directories. The stringis
the following:

-L@CMAKE_INSTALL_PREFIX@/lib -lopenrave@OPENRAVE_LIBRARY_SUFFIX@
@OPENRAVE_BOOST_LIB_DIRS@ @Boost_THREAD_LIBRARY_RELEASE@

If you can find out which library (boost most likely?) then you can find out
why it is giving wrong info.


The openrave latest_stable branch now includes fparser 4.5 since it allows us
to compile with LLVM/Clang

As for the Vector casts, we removed the operator (float*) cast because several
compiles failed because it was clashing with operator[]. For example, which
function should v[0] call? I believe it was encouraging unsafe C-type array
practices.

-- 
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.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to