treewide: remove redundant quotes
This commit is contained in:
@@ -25,14 +25,14 @@ stdenv.mkDerivation rec {
|
||||
"-DQGLVIEWER_INCLUDE_DIR=${libsForQt5.libqglviewer}/include/QGLViewer"
|
||||
"-DG2O_BUILD_EXAMPLES=OFF"
|
||||
] ++ lib.optionals stdenv.isx86_64 ([ "-DDO_SSE_AUTODETECT=OFF" ] ++ {
|
||||
"default" = [ "-DDISABLE_SSE3=ON" "-DDISABLE_SSE4_1=ON" "-DDISABLE_SSE4_2=ON" "-DDISABLE_SSE4_A=ON" ];
|
||||
"westmere" = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
"sandybridge" = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
"ivybridge" = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
"haswell" = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
"broadwell" = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
"skylake" = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
"skylake-avx512" = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
default = [ "-DDISABLE_SSE3=ON" "-DDISABLE_SSE4_1=ON" "-DDISABLE_SSE4_2=ON" "-DDISABLE_SSE4_A=ON" ];
|
||||
westmere = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
sandybridge = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
ivybridge = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
haswell = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
broadwell = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
skylake = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
skylake-avx512 = [ "-DDISABLE_SSE4_A=ON" ];
|
||||
}.${stdenv.hostPlatform.platform.gcc.arch or "default"});
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user