yixuan / ADMM

Solving Statistical Optimization Problems Using the ADMM Algorithm
75 stars 26 forks source link

Installation problem #5

Closed abeylinNEG closed 8 years ago

abeylinNEG commented 8 years ago

Dear Sir,

I have problem with ADMM installation. I am using latest R-3.3.0 . This is what I have finally using the install_github("yixuan/ADMM") command ParLasso.o:ParLasso.cpp:(.text$_ZN17PADMMLasso_Master4initEdd[ZN17PADMMLassoMaster4initEdd]+0x12b): undefined reference to `ssyrk' ParLasso.o:ParLasso.cpp:(.text$_ZN17PADMMLasso_Master4initEdd[ZN17PADMMLassoMaster4initEdd]+0x38e): undefined reference to `ssyrk' collect2.exe: error: ld returned 1 exit status no DLL was created ERROR: compilation failed for package 'ADMM'

I am very interesting in your package. Please advise.

Regards

Alex Beylin

yixuan commented 8 years ago

Thanks for the report. This issue has been fixed in the recent commits.

abeylinNEG commented 8 years ago

Thanks Yixuan,

It works.

Regards,

Alex

On Fri, May 6, 2016 at 6:41 PM, Yixuan Qiu notifications@github.com wrote:

Thanks for the report. This issue has been fixed in the recent commits.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/yixuan/ADMM/issues/5#issuecomment-217597481