1. 21 Sep, 2016 3 commits
    • Ake Sandgren's avatar
    • Ake Sandgren's avatar
      Add XZ dependency to libxml2-2.9.4-foss-2016a too. · 6ca22778
      Ake Sandgren authored
      Add required dummy toolchain versions of gettext-0.19.6 and .7
      6ca22778
    • Ake Sandgren's avatar
      Add missing dependency on XZ to libxml2. · 756020ca
      Ake Sandgren authored
      The original problem is that when building libxml2 on a system with
      liblzma installed by the distro, it picks up dependencies on lzma
      routines. Some of the versions of Gromacs are linking against libxml2
      statically, causing link errors agains lzma. And any other software that
      does static linking against libxml2 will have the same problem.
      
      There is a cyclic dependency between XZ, libxml2, and gettext.
      Fix this by adding a dummy toolchain build of gettext without any
      dependencies on anything.
      
      XZ for the updated toolchains are then built with the
      dummy-toolchain gettext as a build dependency.
      And then normal toolchain builds of libxml2 (now with XZ dependency) and
      gettext can be built against that XZ.
      
      This was originally discussed in issue #3408.
      756020ca
  2. 14 Sep, 2016 8 commits
  3. 13 Sep, 2016 9 commits
  4. 12 Sep, 2016 5 commits
  5. 10 Sep, 2016 1 commit
  6. 09 Sep, 2016 11 commits
  7. 08 Sep, 2016 3 commits