mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Typo again in atlas.
svn path=/nixpkgs/trunk/; revision=33791
This commit is contained in:
parent
023cd3b7bd
commit
2e753bc4cf
@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
# -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 = "-Fa alg fPIC -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"
|
||||
|
Loading…
Reference in New Issue
Block a user