lol

vc{_0_7,}: disable dynamic architecture detection

+12 -2
+6 -1
pkgs/development/libraries/vc/0.7.nix
··· 15 15 16 16 enableParallelBuilding = true; 17 17 18 + postPatch = '' 19 + sed -i '/OptimizeForArchitecture()/d' cmake/VcMacros.cmake 20 + sed -i '/AutodetectHostArchitecture()/d' print_target_architecture.cmake 21 + ''; 22 + 18 23 meta = with stdenv.lib; { 19 24 description = "Library for multiprecision complex arithmetic with exact rounding"; 20 - homepage = https://github.com/VcDevel/Vc; 25 + homepage = "https://github.com/VcDevel/Vc"; 21 26 license = licenses.bsd3; 22 27 platforms = platforms.all; 23 28 maintainers = with maintainers; [ abbradar ];
+6 -1
pkgs/development/libraries/vc/default.nix
··· 15 15 16 16 enableParallelBuilding = true; 17 17 18 + postPatch = '' 19 + sed -i '/OptimizeForArchitecture()/d' cmake/VcMacros.cmake 20 + sed -i '/AutodetectHostArchitecture()/d' print_target_architecture.cmake 21 + ''; 22 + 18 23 meta = with stdenv.lib; { 19 24 description = "Library for multiprecision complex arithmetic with exact rounding"; 20 - homepage = https://github.com/VcDevel/Vc; 25 + homepage = "https://github.com/VcDevel/Vc"; 21 26 license = licenses.bsd3; 22 27 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 23 28 maintainers = with maintainers; [ abbradar ];