Skip to content
Snippets Groups Projects
  1. Apr 09, 2018
  2. Mar 21, 2018
  3. Oct 23, 2017
  4. Jan 24, 2016
    • Henry Weller's avatar
      wmake: Add support for compiler type default rules · c3a03105
      Henry Weller authored
      which may be optionally overridden by version-specific rules.
      
      For example the default rules for gcc on GNU/Linux x86_64 are in the
      wmake/rules/linux64Gcc directory.  If there is a need to change any of
      the rules for a specific version of gcc, e.g. gcc-4.8.4 the directory
      wmake/rules/linux64Gcc48 may be created into which any of the language
      files may be provided containing the rules to override the defaults.
      c3a03105
  5. Mar 07, 2011
  6. Jul 21, 2010
  7. Apr 22, 2010
    • Mark Olesen's avatar
      ENH: rationalize wmake rules to avoid unnecessary duplication · 0d445841
      Mark Olesen authored
      - main mplib rules located in GENERAL_RULES with specializations
        (if any) under RULES. Modest change in a few options files, but
        cleans up the rules directories.
      
        previously in options:
            include $(RULES)/mplib$(WM_MPLIB)
      
        now in options:
            sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
            sinclude $(RULES)/mplib$(WM_MPLIB)
      
        For GNU make it would be permissible to write both in a single line.
      0d445841
  8. Mar 29, 2010
    • Mark Olesen's avatar
      ENH: simplify cpp rules to avoid absolute paths and multiple GFLAGS. · 0686bdf1
      Mark Olesen authored
      - otherwise /lib/cpp may need a different library binding than
        currently available and results in this type of error:
      
        /usr/lib64/gcc/x86_64-suse-linux/4.4/cc1:
        /data/app/OpenFOAM/ThirdParty-1.6.x/platforms/linux64/gcc-4.3.3/lib64/libstdc++.so.6:
        version `GLIBCXX_3.4.11' not found (required by
        /usr/lib64/libppl_c.so.2)
      
      ENH: remove unused flex++ rule for SiCortex that was identical to the
      general one anyhow.
      0686bdf1
  9. Jun 22, 2009
  10. Apr 28, 2009
    • mattijs's avatar
      remove opteron and no-gcse switch · b773710d
      mattijs authored
      	modified:   SiCortex64Gcc/cOpt
      	modified:   SunOS64Gcc/cOpt
      	modified:   linux64Gcc/c++Opt
      	modified:   linux64Gcc/cOpt
      	modified:   linux64Gcc/general
      	modified:   linux64Gcc42/c++Opt
      	modified:   linux64Gcc42/cOpt
      	modified:   linuxGcc/c++
      	modified:   linuxGcc/cDebug
      	modified:   linuxGcc/general
      	modified:   linuxIA64Gcc/cOpt
      b773710d
  11. Apr 15, 2008