Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××.be>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Cmake problem - please help
Date: Thu, 23 Nov 2017 17:14:11
Message-Id: YFOTC6NW.OGSSJIWJ.2CV2OMJT@CFBMLUF7.33WEA2VJ.FYODCURX
In Reply to: Re: [gentoo-user] Cmake problem - please help by Hung Dang
1 On 11/23/2017 06:07:39 PM, Hung Dang wrote:
2 > Is this possible to install your packages locally in your home
3 > folder? This
4 > approach works better if you have to work on different machines.
5 >
6 > HTH
7 > Hung
8
9 Yes, but how does this help. Cmake doesn't link to libscalapack and
10 therefore fails.
11
12 >
13 > On Thu, Nov 23, 2017 at 12:01 PM, Helmut Jarausch
14 > &lt;_j_a_r_a_u_s_c_h_@_s_k_y_n_e_t_._b_e&gt;
15 > wrote:
16 > Hi,
17 >
18 > cmake is still a mystery to me.
19 >
20 > I like to add a? (non-Gentoo) package to my local overlay.
21 > This package is configured and built by 'cmake'
22 >
23 > It needs and finds a package 'mumps' (from the Science Overlay)
24 > but linkage fails since the 'mumps' library needs another library
25 > (scalapack)
26 >
27 > So, how can I &quot;tell&quot; 'cmake' to link to libscalapack
28 > (there
29 > is a
30 > /usr/lib64/pkgconfig/refscalapack.pc file on my machine)
31 >
32 > But 'sci-libs/mumps' doesn't install a pkg-config file.
33 >
34 > I have done 'grep' through all CMakeLists.txt files,
35 > but I have no idea where the 'mumps' library is included.
36 >
37 > I'd be grateful to any hints and links (for 'cmake' dummies)
38 >
39 > Helmut
40 >
41 >
42 >

Replies

Subject Author
Re: [gentoo-user] Cmake problem - please help Hung Dang <hungptit@×××××.com>