Skip to content
Snippets Groups Projects
  1. Mar 18, 2010
  2. Mar 17, 2010
  3. Mar 15, 2010
  4. Mar 12, 2010
  5. Mar 10, 2010
  6. Mar 09, 2010
  7. Mar 05, 2010
  8. Mar 03, 2010
  9. Mar 01, 2010
  10. Feb 18, 2010
  11. Feb 17, 2010
  12. Feb 11, 2010
  13. Feb 08, 2010
  14. Feb 05, 2010
    • Mark Olesen's avatar
      BUG: change ParaView_MAJOR to only contain version information without · 3c490dfe
      Mark Olesen authored
      leading text
      
      * Something like ParaView_MAJOR=ParaView_3.6 would have previously
        been possible, but this violates paraview's expectation of having
        "lib/paraview-<digits>.<digits>"
      
      * TODO? If desired, the ParaView_MAJOR could be determined
        automatically in the script.
      
        For example,
            ParaView_MAJOR=`echo $ParaView_VERSION | \
                sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
      
        Or even,
            ParaView_MAJOR=${ParaView_VERSION%.[0-9]}
      
        Except that the second version fails if the minor version reaches
        double digits.
      3c490dfe
  15. Jan 27, 2010
  16. Jan 13, 2010
  17. Dec 15, 2009
    • Mark Olesen's avatar
      Use openmpi-1.4, which was released 2009-12-08 (minor security fix). · 409fb9aa
      Mark Olesen authored
      According to the openmpi release information:
      - Use GNU Libtool 2.2.6b to build Open MPI, which updates the
        embedded "libltdl" library to fix a potential security
        vulnerability. There are no other changes compared to Open MPI
        v1.3.4.
      
      For development purposes it should thus be adequate to simply
      
          ( cd $WM_THIRD_PARTY_DIR && mv openmpi-1.3.4 openmpi-1.4 )
      
      if you don't wish to recompile things.
      409fb9aa
    • Mark Olesen's avatar
      Use openmpi-1.4, which was released 2009-12-08 (minor security fix). · fb2bd529
      Mark Olesen authored
      According to the openmpi release information:
      - Use GNU Libtool 2.2.6b to build Open MPI, which updates the
        embedded "libltdl" library to fix a potential security
        vulnerability. There are no other changes compared to Open MPI
        v1.3.4.
      
      For development purposes it should thus be adequate to simply
      
          ( cd $WM_THIRD_PARTY_DIR && mv openmpi-1.3.4 openmpi-1.4 )
      
      if you don't wish to recompile things.
      fb2bd529
  18. Dec 04, 2009
  19. Dec 02, 2009
  20. Nov 24, 2009
  21. Nov 16, 2009
  22. Nov 06, 2009
  23. Oct 28, 2009
  24. Oct 26, 2009
  25. Oct 07, 2009
  26. Sep 01, 2009
  27. Aug 28, 2009