1. 29 Aug, 2013 6 commits
  2. 28 Aug, 2013 2 commits
  3. 25 Aug, 2013 2 commits
  4. 22 Aug, 2013 6 commits
  5. 21 Aug, 2013 2 commits
  6. 20 Aug, 2013 3 commits
  7. 19 Aug, 2013 4 commits
  8. 13 Aug, 2013 1 commit
    • Adam DeConinck's avatar
      Fix OpenMPI OS dependencies for Debian and Ubuntu · d143572f
      Adam DeConinck authored
      OpenMPI-1.6.4-GCC-4.7.2.eb had an OS dependency on libibverbs-devel,
      which is a package found in RHEL-based distros and Fedora. In Debian
      and Ubuntu, this package is called libibverbs-dev. In this commit I
      added an OS_NAME check to make the libibverbs-devel check conditional
      on running RHEL, etc. and added a check for the correct package name
      on Debian.
      
      I also added the same check into OpenMPI-1.6.4-GCC-4.6.4.eb because
      it has the same dependency, and this easyconfig is used for the
      goolfc-1.3.12 toolchain.
      d143572f
  9. 12 Aug, 2013 1 commit
    • Adam DeConinck's avatar
      Fix website and description for scipy easyconfigs · 10957864
      Adam DeConinck authored
      Previously, all the scipy easyconfigs listed numpy.org as the homepage
      and used a copy-pasted numpy description with "Numpy" replaced with
      "Scipy".
      
      This commit changes the homepage to point to scipy.org and changes the
      description to that used at the beginning of the SciPy reference manual:
      
      "SciPy is a collection of mathematical algorithms and convenience
      functions built on the Numpy extension for Python."
      10957864
  10. 10 Aug, 2013 6 commits
  11. 09 Aug, 2013 7 commits