Open slinnarsson opened 7 years ago
Here's how I built and installed hgaprec on Mac OS X Sierra:
Install Homebrew if you haven't already.
Install dependencies:
brew install gsl
brew install arpack
make
not to worry about dependencies:./configure --disable-dependency-tracking
make
make install
I am facing the below error when I follow the readme file
g++ -O3 -L/opt/local/lib -o hgaprec ratings.o main.o log.o hgaprec.o -larpack -llapack -lblas -lgsl -lpthread -lgslcblas
ld: library not found for -larpack
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Even if I install arpack and gsl.
Can anyone suggest how to fix this?
How do you install hgaprec on Mac OS X?
(I'm opening this as a separate issue in case it helps somebody. Answer below.)