Loading pkgs/development/tools/resolve-march-native/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ python3Packages.buildPythonApplication rec { pname = "resolve-march-native"; version = "unstable-2022-07-29"; version = "2.2.0"; src = fetchFromGitHub { owner = "hartwork"; repo = pname; rev = "acfc87875e19ae9d4b0e5c9de1d21bc259415336"; hash = "sha256-Hdy8/fJXQV3p51EggyLqE2t00O0phwZjbqPhhMQKT5E="; rev = "refs/tags/${version}"; hash = "sha256-vJzkVL23fvFO1pGJwdPiqR73K9iNJ6OglVxL5tCVa2U="; }; # NB: The tool uses gcc at runtime to resolve the -march=native flags Loading Loading
pkgs/development/tools/resolve-march-native/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ python3Packages.buildPythonApplication rec { pname = "resolve-march-native"; version = "unstable-2022-07-29"; version = "2.2.0"; src = fetchFromGitHub { owner = "hartwork"; repo = pname; rev = "acfc87875e19ae9d4b0e5c9de1d21bc259415336"; hash = "sha256-Hdy8/fJXQV3p51EggyLqE2t00O0phwZjbqPhhMQKT5E="; rev = "refs/tags/${version}"; hash = "sha256-vJzkVL23fvFO1pGJwdPiqR73K9iNJ6OglVxL5tCVa2U="; }; # NB: The tool uses gcc at runtime to resolve the -march=native flags Loading