hey,
i wanted to install just the lapack c interface as everything else is provided by goto2/openblas but it currently fails with the new installer.
Traceback (most recent call last):
File "./setup.py", line 70, in <module>
sys.exit(main(sys.argv))
File "./setup.py", line 63, in main
Lapcwrapper(config, plasma)
File "/home/stefan/test/plasma-installer_2.4.6/script/lapcwrapper.py", line 59, in __init__
self.down_install_lapc()
File "/home/stefan/test/plasma-installer_2.4.6/script/lapcwrapper.py", line 141, in down_install_lapc
downloader(self.lapcurl,self.downcmd)
AttributeError: Lapcwrapper instance has no attribute 'lapcurl'
If I change the self.lapcurl on line 141 in script/lapcwrapper.py to self.lapackurl it works. Hope this helps.
cheers,
stefan
