On 2009-06-03, Stuart Henderson <[email protected]> wrote:
>
> On 2009-06-03, Stuart Henderson <[email protected]> wrote:
>>
>> On 2009-06-01, Bruno Postle <[email protected]> wrote:
>>>
>>> * hugin will use system lapack if available. Note that this is
>>> experimental, you may find that optimisation is slower than before
>>> and may even fail.
>>
>> On my system (OpenBSD) lapack is detected and used if it's installed,
>> but we must also link with libm and libblas, otherwise there are
>> unresolved symbols, causing linking of celeste_standalone to fail.
>
> hmm, something more than just m/blas/g2c it seems, but I haven't worked
> out what yet.
nope, just the wrong place. here's a diff that lets it build, but
it's obviously something of a hack.
--- CMakeModules/FindLAPACK.cmake.orig Wed Jun 3 13:30:39 2009
+++ CMakeModules/FindLAPACK.cmake Wed Jun 3 13:31:16 2009
@@ -17,5 +17,6 @@ FIND_LIBRARY(LAPACK_LIBRARIES
IF(LAPACK_LIBRARIES)
SET( LAPACK_FOUND "YES" )
+ SET( LAPACK_LIBRARIES g2c blas ${LAPACK_LIBRARIES} )
ENDIF(LAPACK_LIBRARIES)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---