astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
17 stars 13 forks source link

`make install` won't work #184

Closed dpshelio closed 5 years ago

dpshelio commented 6 years ago

So, make install works... however, if you haven't install sopt beforehand, when you want to run purify will fail as it won't find libsopt. A workaround is to set LD_LIBRARY_PATH to the external path created when build purify: LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/path/where/you/have/purify/build/external/lib

Luke-Pratley commented 6 years ago

That is strange! I thought the lookup should do it?