- Feb 24, 2020
-
-
Frank Winklmeier authored
pyAMI is now built as part of atlasexternals (atlas/atlasexternals!616) and no longer needed in the athena repository.
-
- Jan 21, 2020
-
-
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.
-
- Jan 17, 2020
-
-
Frank Winklmeier authored
This reverts merge request !29446
-
- Jan 14, 2020
-
-
Frank Winklmeier authored
-
- Jan 13, 2020
-
-
scott snyder authored
python 3 fix: has_key Implemented as a patch on top of the tarfile kept in the repo.
-
- Dec 02, 2019
-
-
Frank Winklmeier authored
As of LCG_95 `pytools` no longer exists (ATLINFR-2962).
-
- Jul 04, 2019
-
-
Frank Winklmeier authored
All remaining required modules of this package have been either moved to PyModules within atlasexternals or are available via LCG.
-
- May 15, 2019
-
-
Frank Winklmeier authored
PyUtils/acmd.py was the only client of the `extensions` module. After the migration of `acmd` to it own plugin system, we no longer need to build this external module.
-
- Apr 30, 2019
-
-
AtlasPyFwdBwdPorts: remove enum34 module See merge request atlas/athena!22075 (cherry picked from commit 4b8021f0) a2c9944d AtlasPyFwdBwdPorts: remove enum34 module
-
- Apr 10, 2019
-
-
Attila Krasznahorkay authored
In the new setup of AtlasCMake atlas_build_run.sh was put into a bit more hidden place inside the build directory. All direct users of that script had to be updated as a result.
-
- Mar 27, 2019
-
-
Frank Winklmeier authored
This reverts merge request !22075
-
- Mar 26, 2019
-
-
Frank Winklmeier authored
This reverts merge request !22104
-
- Mar 22, 2019
-
-
Frank Winklmeier authored
Patch two MANIFEST files to not exclude files that have never been included in the first place. This avoids warnings like ``` warning: no previously-included files matching '*.pyc' found anywhere in distribution ```
-
- Mar 21, 2019
-
-
Frank Winklmeier authored
enum34 is provided by LCG_95 now.
-
- Jan 29, 2019
-
-
Frank Winklmeier authored
Following ATLINFR-2325, these python modules are obsolete: - Beaker - affinity - bunch - configparser - datadiff - gcovr - pyinotify
-
- Jan 25, 2019
-
-
Attila Krasznahorkay authored
-
Frank Winklmeier authored
Remove the deprecated simplejson and not used jsonpickle module. This is a follow-up to athenaprivate1!9820 and another step in cleaning up our external python modules (ATLINFR-2325). There is also atlasexternals!272 to move the build of the python modules into atlasexternals.
-
- Jan 23, 2019
-
-
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
-
- Jan 22, 2019
-
-
Attila Krasznahorkay authored
This required updating all <FOO>_ROOT variable definitions to the new naming scheme(s) used by AtlasCMake and AtlasLCG.
-
- Oct 05, 2018
-
- Oct 02, 2018
-
-
Stewart Martin-Haugh authored
Former-commit-id: f539ede6
-
- May 09, 2018
-
-
Former-commit-id: 2a904872
-
- May 08, 2018
-
-
Former-commit-id: 4b397afa
-
- Apr 27, 2018
-
-
Stefan Kluth authored
Former-commit-id: 381a3924
-
- Mar 16, 2018
-
-
Tulay Cuhadar Donszelmann authored
Former-commit-id: fbd3484b
-
- Sep 21, 2017
-
-
Marcin Nowak authored
Former-commit-id: 32d8bcc7
-
- Sep 20, 2017
-
-
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: 8a05072b
-
- Jul 19, 2017
-
-
Stefan Kluth authored
Former-commit-id: 504a6203
-
- May 07, 2017
-
-
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
-
- Apr 27, 2017
-
-
Attila Krasznahorkay authored
installation. In a normal Makefile build this was never an issue. But with Ninja apparently it is... Former-commit-id: 4d903e77
-
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: 1f8193cc
-
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: 2f42e388
-
- Mar 24, 2017
-
-
Attila Krasznahorkay authored
For this I had to add a few extra source files that got removed in the SVN->Git migration, and just disabled a few packages that I found too large to include into Git. (And which don't seem to be desperately needed.) Former-commit-id: 80f59631
-
Attila Krasznahorkay authored
CMake / Git build anymore. Many of these packages were moved to the atlasexternals repository. Others were just deprecated. Former-commit-id: 4aa84c87
-
- Feb 24, 2017
-
- Feb 21, 2017
-
-
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: a40b3216
-
- Feb 02, 2017
-
-
Graeme Stewart authored
Former-commit-id: 7809dc13
-
- Jan 20, 2017
-
-
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
-
- Jan 01, 2017
-
-
Graeme Stewart authored
Former-commit-id: e5a1c1f2
-
Scott Snyder authored
* Tagging AtlasPyFwdBwdPorts-00-03-14. * More warning fixes for pycrypto. 2016-12-20 scott snyder <snyder@bnl.gov> * Tagging AtlasPyFwdBwdPorts-00-03-13. * Fix another compilation warning in pycrypto. 2016-12-16 scott snyder <snyder@bnl.gov> * Tagging AtlasPyFwdBwdPorts-00-03-12. * Add patch to fix compilation warning in pycrypto that nicos is flagging. 2016-11-28 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> * Disabled the build of nesteddict. As apparently it tries to download setuptools from a web address that doesn't exist anymore. * If we want to re-enable this python package, we need to add the build of setuptools to this package explicitly. ... (Long ChangeLog diff - truncated) Former-commit-id: 06198ff6
-