Changes between Initial Version and Version 1 of Ticket #35195, comment 2


Ignore:
Timestamp:
Jan 25, 2013, 10:48:35 PM (11 years ago)
Author:
jps@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35195, comment 2

    initial v1  
    1 I have just spent some rather frustrating hours trying to solve this issue. I ended up installing sextractor directly from the source and using code referenced [http://www.astromatic.net/forum/printthread.php?tid=587&page=3 at the bottom of this page] to do modify the configure file. There is a typo in the above comment that threw me off when I tried to do this a different way and I note that the above link is broken. In any case, I thought it useful, for complete transparency, to reproduce the actual fix that worked below:
     1I have just spent some rather frustrating hours trying to solve this issue. I ended up installing sextractor directly from the source and using code referenced [http://www.astromatic.net/forum/printthread.php?tid=587&page=3 at the bottom of this page] to modify the configure file. There is a typo in the above comment that threw me off when I tried to do this a different way and I note that the above link is broken. In any case, I thought it useful, for complete transparency, to reproduce the actual fix that worked below:
    22
    33{{{sudo sed -i '' -E -e 's/-llapack|-lcblas|-latlas|-lptcblas/-ltatlas/' ./configure}}}