JuliaCall: Update to 0.14 to resolve libjulia.so location issues

This commit is contained in:
Tyson Whitehead
2018-11-28 21:59:52 -05:00
parent 5e1a6acb68
commit c03ec29828

View File

@@ -1,3 +1,9 @@
pkgs: self: super: with self; { pkgs: self: super: with self; {
# OTRS 40979 (0.13.0 has issues locating libjulia.so)
JuliaCall = super.JuliaCall.override {
version = "0.14.0";
sha256 = "1zrj1jn55qxxg95h1rfbfgzd7dn3hxm7gkwbin6zkcxi8qdc3690";
depends = [R6 Rcpp];
};
} }