gcc.arch: refactor, move tables under lib/
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ buildPythonPackage, lib, dlib, python, pytest, more-itertools,
|
||||
avxSupport ? builtins.elem (stdenv.hostPlatform.platform.gcc.arch or "default") [ "sandybridge" "ivybridge" "haswell" "broadwell" "skylake" "skylake-avx512" "btver2" "bdver1" "bdver2" "bdver3" "bdver4" "znver1"]
|
||||
{ buildPythonPackage, stdenv, lib, dlib, python, pytest, more-itertools
|
||||
, avxSupport ? stdenv.hostPlatform.avxSupport
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
|
||||
Reference in New Issue
Block a user