vc: Broken on i686

http://hydra.nixos.org/build/33122230/nixlog/1/raw =>

CMake Error at CMakeLists.txt:163 (message):
  Unsupported target architecture 'i686'.  No support_???.cpp file exists for
  this architecture.
This commit is contained in:
Tuomas Tynkkynen 2016-03-24 02:21:46 +02:00
parent b84fab8a30
commit c58c1f3b50

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Library for multiprecision complex arithmetic with exact rounding";
homepage = https://github.com/VcDevel/Vc;
license = licenses.bsd3;
platforms = platforms.all;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ abbradar ];
};
}