File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 22 blasfeo ,
33 cmake ,
44 fetchFromGitHub ,
5- fetchpatch ,
65 lib ,
76 llvmPackages ,
87 python3Packages ,
1211
1312stdenv . mkDerivation ( finalAttrs : {
1413 pname = "fatrop" ;
15- version = "0.0.3 " ;
14+ version = "0.0.4 " ;
1615
1716 src = fetchFromGitHub {
1817 owner = "meco-group" ;
1918 repo = "fatrop" ;
2019 rev = "v${ finalAttrs . version } " ;
21- hash = "sha256-vCGix3qYQR9bY9GoIyBMrTNvsMgt0h7TZUye6wlH9H8 =" ;
20+ hash = "sha256-XVOS9L2vQeFkPXZieX1ZJiVagR0f2BtiRmSDPB9LQeI =" ;
2221 } ;
2322
24- patches = lib . optionals pythonSupport [
25- # fix python packaging
26- # ref. https://github.com/meco-group/fatrop/pull/17
27- # this was merged upstream and can be removed on next release
28- ( fetchpatch {
29- url = "https://github.com/meco-group/fatrop/pull/17/commits/22e33c216e47df90dc060686d7d1806233642249.patch" ;
30- hash = "sha256-0/uSHAXVzXVyR+kklQGvraLA6sJbHzUcAp3eEHQK068=" ;
31- } )
32- ( fetchpatch {
33- url = "https://github.com/meco-group/fatrop/pull/17/commits/0c03fd9fec95de42976fed1770a15081d0874ee2.patch" ;
34- hash = "sha256-FenQ05rqn9EbU0wDVQQ1OFxSXj1fL/rOFKOcP8t1NwY=" ;
35- } )
36- ] ;
37-
3823 nativeBuildInputs = [ cmake ] ;
3924 buildInputs =
4025 [ blasfeo ]
You can’t perform that action at this time.
0 commit comments