Author: viric
Date: Sun Apr 15 07:58:58 2012
New Revision: 33790
URL: https://nixos.org/websvn/nix/?rev=33790&sc=1
Log:
Oh, I removed -fPIC in my last atlas commit. I didn't mean to.
Modified:
nixpkgs/trunk/pkgs/development/libraries/science/math/atlas/default.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/science/math/atlas/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/science/math/atlas/default.nix
Sat Apr 14 22:00:12 2012 (r33789)
+++ nixpkgs/trunk/pkgs/development/libraries/science/math/atlas/default.nix
Sun Apr 15 07:58:58 2012 (r33790)
@@ -30,7 +30,7 @@
# -V 192 = SSE1|SSE2 (Or it takes SSE3 somehow in my machine without
SSE3)
# -V 0 = No SIMD (Pentium II does not have any SSE)
# -t 0 = No threading
- configureFlags = "-t 0"
+ configureFlags = "-Fa alg fPIC -t 0"
+ optionalString stdenv.isi686 " -b 32 -A 18 -V 0"
+ optionalString stdenv.isx86_64 " -A 31 -V 192"
+ optionalString tolerateCpuTimingInaccuracy " -Si cputhrchk 0"
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits