Open florian-wagner opened 9 years ago
Sorry for the late response, I really think that Github's notifications are terrible! It's either all or nothing...
Anyway, I have to admit that this repository is still slightly experimental because building suitesparse is very complicated. Especially if you want the build to be cross-platform as I do. However, shipping a custom BLAS/LAPACK version is an even bigger headache than suitesparse itself. I think by default I was choosing to build against atlas because that is available via apt-get on Ubuntu. I'm unsure about libmetis.so being missing, I'll take a look tomorrow morning when I am at the office again!
Thanks a lot! For linux atlas is also available as a conda-package: https://anaconda.org/anaconda/atlas
@patricksnape I think building against the atlas from apt-get is not compatible when making the conda package on 12.04, and trying to install it on 14.04 or the other way round. There was some renaming of the libraries.
Right, didn't catch you were on 12.04. Yeah, this is, in general, part of the problem with distributing binaries across systems. I only support 14.04 as that is the most recent LTS :(
You could always update the script to be more complicated and try to add in specific cases for 12.04?
Yes that seems necessary. I would not mind too much, but Tavis still uses Ubuntu 12.04 and the service is used by a lot of projects for continuous integration.
Thanks a lot for creating this recipe. Though it seems, it is still dependent on a non-conda system-wide blas/lapack installation and cannot find metis (which I previously installed from the binstar menpo channel).
Any ideas?