Skip to content
Snippets Groups Projects
  1. May 07, 2020
  2. May 05, 2020
    • Frank Winklmeier's avatar
      Move POST_BUILD_CMD feature to atlas_install_generic · eec89924
      Frank Winklmeier authored
      So far only `atlas_install_python_modules` was able to run a
      `POST_BUILD_CMD`. However, this feature can also be useful for the other
      install commands (e.g. flake8 checking in `atlas_install_joboptions`).
      Since the feature is not specific to python files may as well move that
      code to the generic install function.
      eec89924
  3. May 01, 2020
  4. Apr 30, 2020
  5. Apr 29, 2020
    • Frank Winklmeier's avatar
      flake8_atlas: Improvements to command line usage · c1c826a1
      Frank Winklmeier authored
      - If used inside a unit test, the script will now return the actual
        `flake8` exit code. Otherwise zero (for build integration).
      - Add `--extend-select` option so the user can extend default list of
        selected error codes.
      - Number of parallel jobs can be overwritten via the new
        `$FLAKE8_ATLAS_JOBS` environment variable.
      - Print final `flake8` command if `$FLAKE8_ATLAS_VERBOSE` is set
      - Specifying the file names after `--` is now only required if the
        `--filterFiles` options is used.
      
      Fixes
      c1c826a1
  6. Apr 28, 2020
  7. Apr 24, 2020
  8. Apr 21, 2020
    • scott snyder's avatar
      GeoModelCore: Force optimization. · f586753d
      scott snyder authored
      Code which makes heavy use of Eigen is very slow when compiled with
      optimization.  Force GeoModelCore to always be compiled with optimization on,
      even in debug builds.  Reduces athena initialization time by ~5min 
      in debug builds.
      f586753d
  9. Apr 20, 2020
  10. Apr 16, 2020
  11. Apr 15, 2020
  12. Apr 14, 2020
  13. Apr 08, 2020
    • scott snyder's avatar
      Acts: Remove clang patch. · 73644472
      scott snyder authored
      Remove the patch that was added earlier to build Acts with clang.
      Upstream has been updated, and this patch is no longer needed.
      73644472
Loading