Menu

#123 libclapack.so not created

Stable
closed-out-of-date
5
2009-12-08
2009-04-03
Peter
No

The atlas build targets include libclapack.so however the command associated with that target actually creates liblapack.so - which over-writes the correctly build liblapack.so. This appears to be a cut-and-paste typo corrected by the attached patch

Discussion

  • Peter

    Peter - 2009-04-03
     
  • R. Clint Whaley

    R. Clint Whaley - 2009-04-10

    Peter,

    I believe you have found an error, though I don't think your fix is complete. I think the target should be:

    libclapack.so : liblapack.a
    ld $(LDFLAGS) -shared -soname libclapack.so -o libclapack.so \ --whole-archive liblapack.a

    Can you try this and tell me if it fixes the problem you were having?

    Thanks,
    Clint

     
  • R. Clint Whaley

    R. Clint Whaley - 2009-04-10
    • labels: 320139 -->
    • assigned_to: nobody --> rwhaley
    • status: open --> open-accepted
     
  • R. Clint Whaley

    R. Clint Whaley - 2009-04-10
    • labels: --> Install problem
    • milestone: --> Stable
     
  • R. Clint Whaley

    R. Clint Whaley - 2009-12-08

    No response, closing.

     
  • R. Clint Whaley

    R. Clint Whaley - 2009-12-08
    • status: open-accepted --> closed-out-of-date
     

Log in to post a comment.