Re: [gentoo-user] Cmake problem - please help

2017-11-23 Thread R0b0t1
Hello, Firstly, you should file a bug, but that might not get it working as quickly as you'd like. On Thu, Nov 23, 2017 at 11:01 AM, Helmut Jarausch wrote: > Hi, > > cmake is still a mystery to me. > > I like to add a (non-Gentoo) package to my local overlay. > This package is configured and bu

Re: [gentoo-user] Cmake problem - please help

2017-11-23 Thread Hung Dang
Below are approaches that I would suggest if you want to go for the local solution: 1. Use brewlinux to install mumps. I assume brew will pull all required dependencies. This approach works well for me in different servers. 2. Compile mumps and it dependencies locally. You need to play around wit

Re: [gentoo-user] Cmake problem - please help

2017-11-23 Thread Helmut Jarausch
On 11/23/2017 06:07:39 PM, Hung Dang wrote: Is this possible to install your packages locally in your home folder? This approach works better if you have to work on different machines. HTH Hung Yes, but how does this help. Cmake doesn't link to libscalapack and therefore fails. On Thu,

Re: [gentoo-user] Cmake problem - please help

2017-11-23 Thread Hung Dang
Is this possible to install your packages locally in your home folder? This approach works better if you have to work on different machines. HTH Hung On Thu, Nov 23, 2017 at 12:01 PM, Helmut Jarausch wrote: > Hi, > > cmake is still a mystery to me. > > I like to add a (non-Gentoo) package to m

[gentoo-user] Cmake problem - please help

2017-11-23 Thread Helmut Jarausch
Hi, cmake is still a mystery to me. I like to add a (non-Gentoo) package to my local overlay. This package is configured and built by 'cmake' It needs and finds a package 'mumps' (from the Science Overlay) but linkage fails since the 'mumps' library needs another library (scalapack) So, ho