tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xyce: 7.7.0 -> 7.8.0
Federico Beffa
2 years ago
a5961670
571f06ad
+5
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
electronics
xyce
default.nix
+5
-3
pkgs/applications/science/electronics/xyce/default.nix
···
32
assert withMPI -> trilinos.withMPI;
33
34
let
35
-
version = "7.7.0";
36
37
# useing fetchurl or fetchFromGitHub doesn't include the manuals
38
# due to .gitattributes files
39
xyce_src = fetchgit {
40
url = "https://github.com/Xyce/Xyce.git";
41
rev = "Release-${version}";
42
-
sha256 = "sha256-F0kO86eliD1AfUUjeVllxJ231ZElXkfBfGJ3jhT0s9w=";
43
};
44
45
regression_src = fetchFromGitHub {
46
owner = "Xyce";
47
repo = "Xyce_Regression";
48
rev = "Release-${version}";
49
-
sha256 = "sha256-iDxm0Vcn3JuuREciCt3/b7q94E8GhXoIUD/BCx0mW6Q=";
50
};
51
in
52
···
82
libtool_2
83
] ++ lib.optionals enableDocs [
84
(texliveMedium.withPackages (ps: with ps; [
0
85
koma-script
86
optional
87
framed
88
enumitem
89
multirow
0
90
preprint
91
]))
92
];
···
32
assert withMPI -> trilinos.withMPI;
33
34
let
35
+
version = "7.8.0";
36
37
# useing fetchurl or fetchFromGitHub doesn't include the manuals
38
# due to .gitattributes files
39
xyce_src = fetchgit {
40
url = "https://github.com/Xyce/Xyce.git";
41
rev = "Release-${version}";
42
+
sha256 = "sha256-+aNy2bGuFQ517FZUvU0YqN0gmChRpVuFEmFGTCx9AgY=";
43
};
44
45
regression_src = fetchFromGitHub {
46
owner = "Xyce";
47
repo = "Xyce_Regression";
48
rev = "Release-${version}";
49
+
sha256 = "sha256-Fxi/NpXXIw/bseWaLi2iQ4sg4S9Z+othGgSvQoxyJ9c=";
50
};
51
in
52
···
82
libtool_2
83
] ++ lib.optionals enableDocs [
84
(texliveMedium.withPackages (ps: with ps; [
85
+
enumitem
86
koma-script
87
optional
88
framed
89
enumitem
90
multirow
91
+
newtx
92
preprint
93
]))
94
];