rPackages.s2: fix openssl linking
This commit is contained in:
parent
d7bf754c96
commit
ba3564f74b
1 changed files with 5 additions and 0 deletions
|
@ -1041,6 +1041,11 @@ let
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
s2 = old.s2.overrideDerivation (attrs: {
|
||||||
|
PKGCONFIG_CFLAGS = "-I${pkgs.openssl.dev}/include";
|
||||||
|
PKGCONFIG_LIBS = "-Wl,-rpath,${lib.getLib pkgs.openssl}/lib -L${lib.getLib pkgs.openssl}/lib -lssl -lcrypto";
|
||||||
|
});
|
||||||
|
|
||||||
Rmpi = old.Rmpi.overrideDerivation (attrs: {
|
Rmpi = old.Rmpi.overrideDerivation (attrs: {
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-Rmpi-type=OPENMPI"
|
"--with-Rmpi-type=OPENMPI"
|
||||||
|
|
Loading…
Reference in a new issue