Skip to content
Snippets Groups Projects
  1. Jan 27, 2021
  2. Jan 07, 2021
  3. Feb 24, 2020
  4. Jan 21, 2020
    • scott snyder's avatar
      pyAMI: python 3 fix · 41c86970
      scott snyder authored
      python 3 fix: has_key
      
      Implementing this as a patch didn't work with the CI system.
      Instead, just provide a new tarfile with the patch already applied.
      Keep the original tarfile as well for reference.
      
      Hopefully we can clean this up eventually when there's a new pyAMI release.
      41c86970
  5. Jan 17, 2020
  6. Jan 14, 2020
  7. Jan 13, 2020
    • scott snyder's avatar
      pyAMI: python 3 fix · c3116de3
      scott snyder authored
      python 3 fix: has_key
      
      Implemented as a patch on top of the tarfile kept in the repo.
      c3116de3
  8. Dec 02, 2019
  9. Jul 04, 2019
  10. May 15, 2019
  11. Apr 30, 2019
  12. Apr 10, 2019
  13. Mar 27, 2019
  14. Mar 26, 2019
  15. Mar 22, 2019
  16. Mar 21, 2019
  17. Jan 29, 2019
  18. Jan 25, 2019
  19. Jan 23, 2019
    • Frank Winklmeier's avatar
      Upgrade to flake8 3.6.0 · 9f12f6e3
      Frank Winklmeier authored
      Update flake8 and all its dependencies to the most recent version:
      - flake8 3.6.0
      - pycodestyle 2.4.0
      - pyflakes 2.0.0
      9f12f6e3
  20. Jan 22, 2019
  21. Oct 05, 2018
  22. Oct 02, 2018
  23. May 09, 2018
  24. May 08, 2018
  25. Apr 27, 2018
  26. Mar 16, 2018
  27. Sep 21, 2017
  28. Sep 20, 2017
    • Marcin Nowak's avatar
      Remove the distribute python package from Athena · 8971aca6
      Marcin Nowak authored
      The distribute python package is now in LCG releases - they have a newer
      version and it generates a conflict with ours when installing flake8 package
      
      
      Former-commit-id: 8a05072b20fb4d5de0393b2336cd66afca1c8e16
      8971aca6
  29. Jul 19, 2017
  30. May 07, 2017
    • John Chapman's avatar
      Fix race condition in AtlasPyFwdBwdPorts build · 7ad0e8bb
      John Chapman authored
      In AthSimulation builds of AtlasPyFwdBwdPorts the installation of
      two python packages fails due to unmet dependencies. The fact that
      this does not occur in Athena builds suggested a race condition.
      The problem packages were determined to be grin and flake8. Adding
      approriate DEPENDS statements for these packages solved the issue.
      See ATLINFR-1680.
      
      
      Former-commit-id: 431fcd2e
      7ad0e8bb
  31. Apr 27, 2017
    • Attila Krasznahorkay's avatar
      As it turns out, the pyAMI build depends on AthPyFwdBwdPort's distribute · 90d38344
      Attila Krasznahorkay authored
      installation. In a normal Makefile build this was never an issue. But with
      Ninja apparently it is...
      
      
      Former-commit-id: 4d903e77
      90d38344
    • Attila Krasznahorkay's avatar
      It turns out that the build of the nested_dict module requires the · b6f70da7
      Attila Krasznahorkay authored
      distribute module to be already installed. This only showed up while
      trying to build the AthenaDerivation release using Ninja. With
      Makefiles just by chance the installation order was always correct
      so far.
      
      
      Former-commit-id: 1f8193cc33ccad20379a8df348ba0e29673878a3
      b6f70da7
    • Frank Winklmeier's avatar
      Update/cleanup AtlasPyFwdBwdPorts · 664d7ea7
      Frank Winklmeier authored
      - Update pyflakes to latest version
      - Add flake8
      - Remove .gz files that were no longer being built
      
      Remove the following obsolete packages:
      - abc: defaut in python 2.6
      - argparse: default in python 2.6
      - iterutils: no updates since 2010 and nobody is using it (according to LXR)
      - hgsvn: we don't use mercurial nor svn
      - ordereddict: replaced by collections.OrderedDict in python 2.6
      
      
      Former-commit-id: 2f42e388088940be2be81ad58f9c83b55973e03e
      664d7ea7
  32. Mar 24, 2017
  33. Feb 24, 2017
  34. Feb 21, 2017
    • Scott Snyder's avatar
      Adding check_returns to thread checker. (CheckerGccPlugins-00-02-11) · c8706668
      Scott Snyder authored
      	* Tagging CheckerGccPlugins-00-02-11.
      	* Adding check_returns to thread checker.
      
      2017-02-11  scott snyder  <snyder@bnl.gov>
      
      	* Tagging CheckerGccPlugins-00-02-10.
      	* Updating documentation for check_discarded_const_from_return.
      	* Tagging CheckerGccPlugins-00-02-09.
      	* Updating documentation/tests for check_mutable.
      
      
      Former-commit-id: a40b3216c2ff6bf0156c533fce52833e53ce3df8
      c8706668
  35. Feb 02, 2017
  36. Jan 20, 2017
    • Scott Snyder's avatar
      Updates for gcc7. (CheckerGccPlugins-00-02-08) · b268ae68
      Scott Snyder authored
      	* Tagging CheckerGccPlugins-00-02-08.
      	* Updates for gcc7.
      
      2016-10-28  scott snyder  <snyder@bnl.gov>
      
      	* Tagging CheckerGccPlugins-00-02-07.
      	* Checking for const discarded from function return.
      
      2016-10-23  scott snyder  <snyder@bnl.gov>
      
      	* Tagging CheckerGccPlugins-00-02-06.
      	* More thread checker updates.
      
      2016-10-03  scott snyder  <snyder@bnl.gov>
      
      	* Tagging CheckerGccPlugins-00-02-05.
      	* Starting on updates to thread checker.
      
      
      Former-commit-id: 594fd24d
      b268ae68
Loading