snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.18k stars 799 forks source link

Install motifcluster: /usr/bin/ld: cannot find -larpack #201

Closed LleytonLi closed 4 years ago

LleytonLi commented 4 years ago

snap-master/examples/motifcluster: when use 'make' to build the binary, it returns an error '/usr/bin/ld: cannot find -larpack'. Does anyone know what might be the cause of it? Thanks!

roks commented 4 years ago

ARPACK is a third party package. You can get it here: https://www.caam.rice.edu/software/ARPACK/download.html

manishshah1698 commented 2 years ago

The link provided doesn't work anymore. Can you share the updated link?

roks commented 2 years ago

Yes, it seems that the website for the ARPACK download has been recently changed and that the link is not active anymore. The package installation will depend on your OS. I suggest that you search on Google for the best method for your platform. We used "brew install arpack" on macOS in the past.