nixpkgs/pkgs/development
Tuomas Tynkkynen d45d243749 libbb2: Use "--enable-fat=yes" to avoid build nondeterminism
Otherwise it would pick various -march flags based on the CPU of the
compiling system, using beautiful code like this:

````
 63 AC_CACHE_CHECK(for x86 cpuid $1 output, ax_cv_gcc_x86_cpuid_$1,
 64  [AC_RUN_IFELSE([AC_LANG_PROGRAM([#include <stdio.h>], [
 65      int op = $1, eax, ebx, ecx, edx;
 66      FILE *f;
 67       __asm__("cpuid"
 68         : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
 69         : "a" (op));
 70      f = fopen("conftest_cpuid", "w"); if (!f) return 1;
 71      fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
 72      fclose(f);
 73      return 0;
 74 ])],

...

121       AC_CACHE_CHECK([whether avx is supported], [ax_cv_have_avx_ext],
122       [
123         ax_cv_have_avx_ext=no
124         if test "$((0x$ecx>>28&0x01))" = 1; then
125           ax_cv_have_avx_ext=yes
126         fi
127       ])
````
2016-08-30 23:00:13 +03:00
..
arduino arduino: only build on linux 2016-08-10 22:29:58 -05:00
beam-modules treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
bower-modules/generic
compilers gcc6: Unify some differences with gcc5 2016-08-30 23:00:13 +03:00
coq-modules
dotnet-modules/patches
eclipse
em-modules/generic
go-modules buildGoPackage: remove Go deps file libs.json 2016-08-11 23:07:09 +02:00
guile-modules treewide: Add lots of meta.platforms 2016-08-02 21:42:43 +03:00
haskell-modules Merge remote-tracking branch 'dezgeg/shuffle-outputs' into staging 2016-08-30 12:43:37 +03:00
idris-modules
interpreters treewide: Use explicit 'dev' references to glibc 2016-08-30 03:11:09 +03:00
libraries libbb2: Use "--enable-fat=yes" to avoid build nondeterminism 2016-08-30 23:00:13 +03:00
lisp-modules treewide: fixup various mysql ocurrences after re-split 2016-08-07 20:46:37 +02:00
lua-modules
misc
mobile treewide: Use more makeLibraryPath 2016-08-23 02:56:12 +03:00
ocaml-modules ocamlPackages.menhir: remove unnecessary substitution 2016-08-29 01:28:15 +00:00
perl-modules perl module: patch CatalystXScriptServerStarman 2016-08-11 16:29:04 -03:00
pharo
pure-modules treewide: fixup various mysql ocurrences after re-split 2016-08-07 20:46:37 +02:00
python-modules Merge branch 'master' into staging 2016-08-28 12:20:59 +01:00
qtcreator
r-modules treewide: Add lots of platforms to packages with no meta 2016-08-02 21:17:44 +03:00
ruby-modules buildRubyGem: don't set the GEM_HOME 2016-08-23 09:30:49 +01:00
tools Merge remote-tracking branch 'dezgeg/shuffle-outputs' into staging 2016-08-30 12:43:37 +03:00
web valum: 0.2.0 -> 0.2.16, fixes hardened build 2016-08-24 20:18:46 +02:00