Skip to content
Snippets Groups Projects
  1. Apr 25, 2018
  2. Mar 29, 2018
    • Emil Obreshkov's avatar
      Merge branch 'copy-rpm-eos-retry' into 'master' · 573e6234
      Emil Obreshkov authored and Atlas Nightlybuild's avatar Atlas Nightlybuild committed
      RPM to EOS copy: 5 retries for mkdir and cp before counting failure as an error
      
      See merge request atlas/athena!10083
      
      (cherry picked from commit e74ddf61 [formerly 492b0b9a15e082eaa45254b2a326b1f92c2e3133])
      
      c1147375 RPM to EOS copy: 5 retries for mkdir and cp before counting failure as an error
      356c6297 RPM to EOS copy: 6 retries (>10m tot) for mkdir and cp before counting failure as an error
      
      Former-commit-id: 85302a414ffc07d1267541d7827a86723987f347
      573e6234
  3. Jan 16, 2018
  4. Dec 16, 2017
  5. Nov 17, 2017
  6. Oct 31, 2017
  7. Oct 18, 2017
  8. Oct 02, 2017
  9. May 24, 2017
  10. May 19, 2017
  11. May 11, 2017
    • Graeme A Stewart's avatar
      Add override environment variables for AtlasExternals and Gaudi checkouts · a609f8e9
      Graeme A Stewart authored
      Add some environment variables with a standard pattern of
      External_URL and External_REF that control the repository
      URL and refrence used in the checkout scripts. This makes
      it much easier to test changes to these repositories
      before they are merged into the main repos. The special
      value "current" for the URL signals no clone or checkout
      and leaves the current checkout in place, so that even
      uncommitted changes can be tested.
      
      
      Former-commit-id: 061edbfd49e1c4a58724ef6817f6cf0e3ed84652
      a609f8e9
  12. May 03, 2017
  13. Apr 30, 2017
  14. Apr 28, 2017
  15. Mar 06, 2017
  16. Mar 04, 2017
  17. Feb 27, 2017
  18. Feb 14, 2017
  19. Feb 03, 2017
  20. Jan 16, 2017
    • Attila Krasznahorkay's avatar
      Teaching the tdaq find modules how to find the same externals that were used... · a49d4183
      Attila Krasznahorkay authored
      Teaching the tdaq find modules how to find the same externals that were used by the base project, when using a hand-defined build mode. (For instance Debug on top of RelWithDebInfo.) (AtlasCMake-00-01-70-09)
      
      	* Backported the updates of Findtdaq-common.cmake, Finddqm-common.cmake
      	  and Findtdaq.cmake from AtlasCMake-00-01-88.
      	* This should fix ATLINFR-1402
      	* Tagging as AtlasCMake-00-01-70-09
      
      
      Former-commit-id: 361388aad8f6e97a4c758b95687bd7355ec636e9
      a49d4183
  21. Dec 16, 2016
    • Attila Krasznahorkay's avatar
      Fixing FindCASTOR.cmake for LCG_86 (AtlasLCG-00-00-75) · 9d13af7a
      Attila Krasznahorkay authored
      	* Updated FindCASTOR.cmake to be compatible with LCG_86. As well
      	  as the older LCG releases.
      	* Tagging as AtlasLCG-00-00-75
      
      2016-11-08 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Taught FindLhapdf.cmake to set the environment variables
      	  correctly even when LHAPDF was compiled as part of a base
      	  project, and is not taken from LCG.
      	* Tagging as AtlasLCG-00-00-74
      
      
      Former-commit-id: 742faf6ee9fac4f83b33e616c4e33516415b6386
      9d13af7a
  22. Dec 01, 2016
    • Frank Winklmeier's avatar
      Adjust to new location of OKS database (ATR-13357) (AtlasCMake-00-01-70-08) · d50a689a
      Frank Winklmeier authored
      	* modules/Findtdaq.cmake: Adjust to new location of OKS database (ATR-13357)
       	* Tagging as AtlasCMake-00-01-70-08
      
      
      Former-commit-id: 0a46156f4c8b9f4593a735af4fdfe3d79ab0d091
      d50a689a
    • Antonio Limosani's avatar
      Set PYTHONHOME (AtlasLCG-00-00-73) · e1955250
      Antonio Limosani authored
      	* ATLINFR-1076 Set PYTHONHOME
      	* Tagging as AtlasLCG-00-00-73
      
      2016-10-25 Johannes Elmsheuser <Johannes.Elmsheuser@cern.ch>
      	* Patch FindDavix.cmake for correct library setup, used in
      	  ByteStreamStoragePlugins
      	* Tagging as AtlasLCG-00-00-72
      
      2016-09-27 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Made FindROOT.cmake check the version of ROOT found, in case
      	  the user asks for a minimum/exact version.
      	* Tagging as AtlasLCG-00-00-71
      
      2016-09-07 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Changed the logic in LCGConfig-version.cmake, so that it
      	  wouldn't try to access AFS at all when we don't try to set
      	  up an actual release.
      	* Updated some find-modules to search for externals in
      	  system directories when we didn't set up an actual LCG release.
      	* The code now avoids setting up RPM dependencies for packages
      ...
      (Long ChangeLog diff - truncated)
      
      
      Former-commit-id: b8b2d6c7861167faad8ba920079cdb6eef892d55
      e1955250
  23. Nov 26, 2016
    • Johannes Elmsheuser's avatar
      Fix of the tdaq RPM dependency (AtlasCMake-00-01-70-07) · d0d4fd53
      Johannes Elmsheuser authored
      	* modules/Findtdaq.cmake: Fix of the tdaq RPM dependency
      	* Tagging as AtlasCMake-00-01-70-07
      
      2016-11-22  Johannes Elmsheuser  <Johannes.Elmsheuser@cern.ch>
      	* Findtdaq.cmake port new RPM naming schema from trunk
      	* Tagging as AtlasCMake-00-01-70-06
      
      2016-11-08 OAna Boeriu <oana.boeriu@cern.ch>
      	* Moved the dbg option outside of the for-loop
      	* Tagging as AtlasCMake-00-01-70-05
      
      2016-11-08 Oana Boeriu <oana.boeriu@cern.ch>
      	* Added new UndefinedBehaviorSanitizer output to dbg platform builds option - OBO Stewart Martin-Haugh
      	* Tagging as AtlasCMake-00-01-70-04
      
      
      Former-commit-id: 026d8381c2cb96877b782f46efe8943a3e5587e8
      d0d4fd53
  24. Nov 01, 2016
  25. Oct 11, 2016
    • Attila Krasznahorkay's avatar
      Making the code (hopefully) usable in 21.0.X again (AtlasCMake-00-01-70-01) · e6923a22
      Attila Krasznahorkay authored
      	* Disabled -Wl,--no-undefined for 21.0.X in this branch tag.
      	* Tagging as AtlasCMake-00-01-70-01
      
      2016-08-23 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Fixing the issue described in ATLINFR-1240 with the setup
      	  of the CALIBPATH environment variable in ZSH. As it turns out,
      	  the cause of this was something that I'd label as a ZSH bug.
      	* Tagging as AtlasCMake-00-01-70
      
      2016-08-19 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Re-enabling the -Wl,--no-undefined flag, to be used in
      	  the CMAKE nightly.
      	* Tagging as AtlasCMake-00-01-69
      
      
      Former-commit-id: cd324943283df7dd2f64f4f6a67404be3e8c70e4
      e6923a22
  26. Sep 15, 2016
    • Johannes Elmsheuser's avatar
      Tagging AtlasLCG-00-00-69 (AtlasLCG-00-00-69) · 30b77741
      Johannes Elmsheuser authored
      	* Modfiy Findpyanalysis.cmake to use site.py instead of
      	  numpy/__init__.py to find the PYTHONPATH
      
      2016-09-01 Johannes Elmsheuser <Johannes.Elmsheuser@cern.ch>
      	* Modfiy Findpytools.cmake to use site.py instead of mock.py to
      	  find the PYTHONPATH
      
      
      Former-commit-id: a3d7a030d2e2434cefbf78d654c3574c5608d22a
      30b77741
  27. Sep 01, 2016
    • Attila Krasznahorkay's avatar
      Updates to FindFFTW.cmake and Findtcmalloc.cmake (AtlasLCG-00-00-67) · 79c32e3f
      Attila Krasznahorkay authored
      	* Modified FindFFTW.cmake to (hopefully) be able to cooperate
      	  with the FFTW version built by External/AtlasFFTW.
      	* Updated the code to be able to find/use tcmalloc from inside
      	  of the LCG release. In case we don't build our own version
      	  of it inside AtlasExternals.
      	* Tagging as AtlasLCG-00-00-67
      
      2016-08-19 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Taught the code to recognise absolute path names in the LCG
      	  text files. To be able to use the LCG nightly builds correctly
      	  as well.
      	* Tagging as AtlasLCG-00-00-66
      
      2016-08-15 Emil Obreshkov <obreshko@cern.ch>
      	* Small protection when reading lines from LCG_externals_<platform>.txt file
      	* Tagging as AtlasLCG-00-00-65
      
      
      Former-commit-id: f98af516aa5aaadee8c4c12b5621d74779b9fdbf
      79c32e3f
  28. Aug 19, 2016
    • Johannes Elmsheuser's avatar
      Tagging AtlasCMake-00-01-68 (AtlasCMake-00-01-68) · 5d7b5219
      Johannes Elmsheuser authored
      	* scripts/acmake.py (show_clients): add check if directory exists
      	* Tagging as AtlasCMake-00-01-68
      
      2016-08-11 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Fixed atlas_add_dictionary(...) to behave the same way with
      	  Navigables as the CMT pattern did. That for all types that
      	  need Navigable dictionaries, would get DataLink and ElementLink
      	  dictionaries automatically as well.
      	* Tagging as AtlasCMake-00-01-67
      
      2016-08-09 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Made sure that FindGaudi.cmake would not pollute the user's
      	  environment with variables used by it internally.
      	* Tested that Johannes's code seems to work as it should.
      	* Tagging as AtlasCMake-00-01-66
      
      2016-08-09 Johannes Elmsheuser <Johannes.Elmsheuser@cern.ch>
      	* Added 4 and 5 digit cache support for Gaudi RPM - fixes ATLINFR-1217
      	* Tagging as AtlasCMake-00-01-65
      
      ...
      (Long ChangeLog diff - truncated)
      
      
      Former-commit-id: c9f14dab
      5d7b5219
    • Attila Krasznahorkay's avatar
      Raising the size limit on the LCG 'info files' during configuration (AtlasLCG-00-00-64) · c29e0ee4
      Attila Krasznahorkay authored
      	* Increased the limit on the size of the LCG "info files" to
      	  5 MBs. To allow using LCG_85 correctly.
      	* Tagging as AtlasLCG-00-00-64
      
      2016-07-20 Oana Boeriu <Oana.Boeriu@cern.ch>
      	* Adding some additional link options for the Boost libraries cf ATLINFR-1150
      
      2016-07-15 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Added a very simple FindQt5.cmake module to allow some very
      	  basic development using LCG's Qt5 version. Unfortunately
      	  uic doesn't work with this setup out of the box, only if the
      	  user sources the build area's setup script before the build.
      	  Should be good enough for some first development though.
      	* Tagging as AtlasLCG-00-00-62
      
      2016-06-21 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Updated FindBoost.cmake to always set up linking against
      	  the (p)thread(s) library. Since many ATLAS packages use
      	  Boost code that internally uses that library.
      	* Tagging as AtlasLCG-00-00-61
      ...
      (Long ChangeLog diff - truncated)
      
      
      Former-commit-id: fec8fdcc6aec7214271bad4e88abad8f106ef888
      c29e0ee4
Loading