- 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: f539ede6cd97bc7d5da2dc830ab9f40a5da8672c
-
- May 09, 2018
-
-
Former-commit-id: 2a904872
-
- May 08, 2018
-
-
Former-commit-id: 4b397afa94f7e5b8ddca9dc944c3fa08e9569963
-
- 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
-
Johannes Elmsheuser authored
* CMakeLists.txt: Update to fjcontrib-1.025 * Add src/fjcontrib-1.025.tar.gz * Tagging as AtlasFastJetContrib-01-22-03 2016-08-23 <delsart@lpsc1120x.in2p3.fr> * Added src/fjcontrib-1.024.tar.gz * CMakeLists.txt & cmt/requirements updated to use 1.024 * Tagging as AtlasFastJetContrib-01-22-02 Former-commit-id: 767a011c
-
Johannes Elmsheuser authored
* CMakeLists.txt: Update to fastjet-3.2.1 * Tagging as AtlasFastJet-00-00-37 2016-11-30 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> * Updated the code to only build the C++ plugins of FastJet. To avoid Fortran linking problems in AnalysisBase. * The code now makes use of ${CMAKE_FILES_DIRECTORY} to organise the build directory a bit more neatly. * The installation should no longer kill the project's installation in case FastJet fails to compile. * Tagging as AtlasFastJet-00-00-36 Former-commit-id: ca98c51e
-
Scott Snyder authored
* Tagging CheckerGccPlugins-00-02-04. * src/gaudi_inheritance_plugin.cxx: Also ignore AthReentrantAlgorithm. * src/usingns_plugin.cxx: Also ignore G4PhysicalConstants.hh. Former-commit-id: 62a5e365
-
Scott Snyder authored
* Tagging pyAMI-05-00-07. * CMakeLists.txt: Fix cmake URL_HASH warning. Former-commit-id: d9af5317
-
Stewart Martin-Haugh authored
'Update to newer git tag, which now builds against clang (see https://github.com/vitillo/yampl/pull/3)' (yampl-00-00-08) * Update to newer git tag, which now builds against clang (see https://github.com/vitillo/yampl/pull/3) * Tagging as yampl-00-00-08 Former-commit-id: 2199924a
-
- Dec 16, 2016
-
-
John Derek Chapman authored
CMakeLists.txt: switch to geant4.10.1.patch03.atlas02. ATLASSIM-3144. Tagging as Geant4-10-01-03-20 (Geant4-10-01-03-20) * CMakeLists.txt: switch to geant4.10.1.patch03.atlas02. ATLASSIM-3144 * Tagging as Geant4-10-01-03-20 2016-11-02 John Chapman <John.Chapman@cern.ch> * cmt/requirements, CMakeLists.txt: switch to geant4.10.1.patch03.atlasmt01. ATLASSIM-3144 * Tagging as Geant4-10-01-03-17 2016-11-01 John Chapman <John.Chapman@cern.ch> * cmt/requirements, CMakeLists.txt: switch back to geant4.10.1.patch03.atlas01. Patch CMakeLists.txt file to work with gcc 6.2. ATLASSIM-3144 * Tagging as Geant4-10-01-03-16 2016-09-14 John Chapman <John.Chapman@cern.ch> ... (Long ChangeLog diff - truncated) Former-commit-id: 862e5457
-
- Dec 01, 2016
-