- Jan 16, 2019
-
-
Attila Krasznahorkay authored
Since I removed the handling of -d already in the previous commits, this would've just lead to quite undefined behaviour when somebody tried to use -d with this script.
-
- Jan 15, 2019
-
-
Attila Krasznahorkay authored
This is to allow us passing multiple extra arguments to CMake through the build scripts. The formalism is that the -x argument of all build scripts can be specified multiple times. Resulting in each value passed to -x being taken into account. At the same time removed the git version checking from the build scripts, as it was not needed for anything for a while now. Finally, took the opportunity to do some general cleanup as well.
-
- Dec 18, 2018
-
-
Attila Krasznahorkay authored
The atlas/atlasexternals repository has been open to the public since a very long time. To make the build process a little more robust, let's not use any authentication for checking out that repository.
-
- Aug 29, 2018
-
-
charles leggett authored
Former-commit-id: 59e31e53c2826d56818be9de6ff4861f3a417dc7
-
- May 17, 2018
-
-
Stewart Martin-Haugh authored
Former-commit-id: 9354fab4
-
- Apr 23, 2018
-
-
Oana Vickey Boeriu authored
Former-commit-id: bae0e820
-
- Mar 28, 2018
-
-
Oleg Zenin authored
Former-commit-id: 7178fb14
-
- Feb 01, 2018
-
-
Riccardo Maria Bianchi authored
Former-commit-id: 67667532
-
Riccardo Maria Bianchi authored
Former-commit-id: f09514de
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Nov 23, 2017
-
-
Attila Krasznahorkay authored
of the CMake/CPack configuration of producing debug RPMs off of RelWithDebInfo builds. Former-commit-id: 65aa13e2
-
- Nov 17, 2017
-
-
Oana Vickey Boeriu authored
Former-commit-id: 17b0ad69
-
- Oct 13, 2017
-
-
Emil Obreshkov authored
Former-commit-id: 003bae2d
-
- Oct 12, 2017
-
-
Atlas-Software Librarian authored
Former-commit-id: ead4c942
-
- Sep 27, 2017
-
-
Attila Krasznahorkay authored
- Make sure that the builds are properly re-configured, by explicitly removing the CMakeCache.txt file from the build directories; - Cleaning the build directory completely whenever the build of Gaudi is re-configured. To provide a temporary fix for GAUDI-1315. Former-commit-id: 73de7ded
-
- May 17, 2017
-
- May 12, 2017
-
-
Atlas-Software Librarian authored
Former-commit-id: 20dde8ed
-
- May 07, 2017
-
-
Use tdaq software stack from cvmfs (ATLINFR-1689) See merge request !1362 Former-commit-id: cfa3fc8f
-
- May 03, 2017
-
-
Use tdaq software stack from cvmfs (ATLINFR-1689) See merge request !1362 Former-commit-id: 1401a353
-
Atlas-Software Librarian authored
Former-commit-id: bc52a1f9
-
- Apr 30, 2017
-
-
Davide Gerbaudo authored
Use tdaq software stack from cvmfs (ATLINFR-1689) See merge request !1290 Former-commit-id: 9ac931db
-
- Apr 01, 2017
-
-
Graeme A Stewart authored
Suppress the bogus errors from the "ls" command in AtlasExternals GIve an explicit error message if error count is non-zero at end of scripts Former-commit-id: 3532767f
-
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: 6f187e0e
-
- Mar 10, 2017
-
-
Christian Gumpert authored
Even if we do not to fail immediately on errors when building Gaudi or ATLAS externals, it is still important for the CI system to know whether some errors occured. By not failing on error but reporting the total number of errors, the calling scripts can decide how to deal with this in specific situations (e.g. CI build vs nightly). Former-commit-id: 136d2f16
-
- Mar 06, 2017
-
-
Attila Krasznahorkay authored
This is needed to make the CI system assign a reasonable label to merge requests modifying files in this directory. At the same time updated the Athena package_filters.txt file to ignore both the CI and the Build directories. Not having the project ignore them was not leading to any compilation problems, but it made both directories show up in the generated packages.txt file. Which really just tries to confuse NICOS. Former-commit-id: d2ef8801
-
- Mar 04, 2017
-
-
Emil Obreshkov authored
new copy_rpm_eos.sh to be used by the nightly builds See merge request !286 Former-commit-id: 878555a9
-
- Mar 03, 2017
-
- Feb 26, 2017
-
-
Graeme A Stewart authored
This script will tag a Jenkins nightly build, using the name of the current branch and the timestamp defined in the $datestamp variable or given on the command line. It should be used as a generic part of any production nightly Jenkins build of athena. Former-commit-id: 3c55ae20
-
Graeme A Stewart authored
This script will tag a Jenkins nightly build, using the name of the current branch and the timestamp defined in the $datestamp variable or given on the command line. It should be used as a generic part of any production nightly Jenkins build of athena. Former-commit-id: a992c758
-
- Feb 23, 2017
-
-
Attila Krasznahorkay authored
supposed to in my local tests. Former-commit-id: 0da28b1f
-
- Feb 22, 2017
-
-
Attila Krasznahorkay authored
* Updated LCGConfig.cmake to add the Ranges v3 directory to CMAKE_PREFIX_PATH. This is to allow Gaudi to find these headers when building it against one of the ATLAS externals projects. * Tagging as AtlasLCG-00-00-79 2017-01-24 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> * Updated FindMadGraph.cmake to "FORCESET" the MADPATH environment variable. To be able to override this variable in a cache. * Also taught FindMadGraph.cmake to set up the generator's directory in the PYTHONPATH environment variable. * Tagging as AtlasLCG-00-00-78 Former-commit-id: 26df47df
-
- Feb 17, 2017
-
-
Attila Krasznahorkay authored
as suggested on the merge request. Former-commit-id: 9d33d9b8
-
Attila Krasznahorkay authored
macOS builds we'll need to use different containers. Former-commit-id: abef7276
-
- Feb 15, 2017
-
-
Attila Krasznahorkay authored
for a branch to be checked out. To properly update to the latest version of the repository, in case it was updated. Former-commit-id: f2596d8f
-
Attila Krasznahorkay authored
These packages are developed in the atlasexternals repository instead. Having the code here is just causing confusion at this point. Former-commit-id: 29ac1718
-
- Feb 13, 2017
-
-
ATLAS Robot authored
The build scripts were failing when executed twice with the same build directory. Re-using previous builds is essential for incremental builds. Former-commit-id: 534656e776627b272db19ed50903356cc1e2f676
-
- Feb 07, 2017
-
-
Emil Obreshkov authored
Former-commit-id: 24604c925aaac8b174ccf12c73df1e5d9e61473c
-
Graeme Stewart authored
Modify checkout_atlasexternals.sh to use a default clone URL which is https+krb5. Also allow this to be changed with a command line switch. N.B. Still requires support from the higher level script Projects/Athena/build_externals.sh. Change the Athena project package build list. Remove analysis only packages that should not build here. Also filter out many generator packages for now until these can be fixed properly. Lack of generators disables fast simulation. Former-commit-id: d27c35f72f5eadb2a05182fc2b9e69ae5885c060
-
- Feb 03, 2017
-
-
Attila Krasznahorkay authored
from scratch. The code builds AthenaExternals and Gaudi from git, and then sets up the build of the Athena project on top of those externals. Former-commit-id: ed0de562
-