Merge pull request #227348 from viperML/master

This commit is contained in:
Bernardo Meurer 2023-04-20 16:25:02 -07:00 committed by GitHub
commit 5750b43b05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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