Loading
Commits on Source 72
-
Attila Krasznahorkay authored
on its own as well. As it turned out that libfftw3.so is available on the build machines (and lxplus), but not in most other places. (Including my own private SLC6 machine.) At this point I tried to turn on the build of as many externals as reasonable. Just to avoid similar other issues.
-
Attila Krasznahorkay authored
Standalone Build Fix(es), 1.0 branch (2017.06.28.) See merge request !91
-
Attila Krasznahorkay authored
those packages against the Python version built by the release itself. (Unfortunately I was not testing this carefully enough in the past.) As in this case one needs to be particularly careful with setting up the runtime environment of the build. Otherwise the Python externals can not build themselves correctly.
-
Attila Krasznahorkay authored
PyAnalysis Fix for AnalysisBaseExternals on MacOS, 1.0 branch (2017.07.06.) See merge request !93
-
Attila Krasznahorkay authored
robust way than it did before. Allowing Python installations with non-standard directory layouts to be used. (Where the python executable is not put under <prefix>/bin/python necessarily.)
-
Attila Krasznahorkay authored
determine the value of this variable in a robust way for non-standard Python installations. Like on Ubuntu, where the python libraries are *not* under <prefix>/lib/libpython*. It does mean though that projects that relied on find_package(PythonLibs) setting the PYTHONHOME environment variable for them, will have to start using find_package(PythonInterp) (as well).
-
Attila Krasznahorkay authored
As the version that ROOT tries to build is not compatible with that Ubuntu version.
-
Attila Krasznahorkay authored
Ubuntu Fixes, 1.0 branch (2017.07.10.) See merge request !97
-
Attila Krasznahorkay authored
Include MD5 sum for dSFMT-src-2.1.tar.gz See merge request !98
-
Attila Krasznahorkay authored
Cherry-pick "Merge branch 'patch-1' into 'master'" into 1.0 See merge request !101
-
Attila Krasznahorkay authored
than SLC6. Since at least on macOS it doesn't build out of the box. So it seemed safer to turn it off everywhere where we didn't test/need it.
-
Attila Krasznahorkay authored
ROOT macOS Fix, 1.0 branch (2017.08.01.) See merge request !107
-
Attila Krasznahorkay authored
Configured it to build the same version of XRootD that comes with LCG_88 for the moment.
-
Attila Krasznahorkay authored
to build against the privately built XRootD version when it's needed. The code no longer turns off the usage of XRootD on Ubuntu-17.04, since the new version of XRootD should hopefully build there as well. But we'll have to see...
-
Attila Krasznahorkay authored
doesn't build successfully on macOS. And as long as we can't build the exact same version that's in LCG_88, we might as well switch to the latest version.
-
Attila Krasznahorkay authored
Package Selection Development, master branch (2017.08.03.) See merge request !110
-
Attila Krasznahorkay authored
Cherry-pick of "Merge branch 'SelectionDevelopment-master-20170803' into 'master'" into 1.0 See merge request !111
-
Attila Krasznahorkay authored
Add BAT to AthAnalysis See merge request !109
-
Attila Krasznahorkay authored
directory.
-
Attila Krasznahorkay authored
directory.
-
Attila Krasznahorkay authored
project configurations. Resolved a conflict in External/SoQt/CMakeLists.txt, since that file doesn't exist in the 1.0 branch.
-
Attila Krasznahorkay authored
project configurations' directory. Resolved the conflicts for Projects/TestExternals, since that project doesn't exist in the 1.0 branch.
-
Attila Krasznahorkay authored
master branch to this branch as well.
-
Attila Krasznahorkay authored
Cherry-pick of "Merge branch 'patch-1' into 'master'" into 1.0 See merge request !113
-
Attila Krasznahorkay authored
Add Copyright, 1.0 branch (2017.08.08.) See merge request !114
-
Attila Krasznahorkay authored
Add Lhapdf to package_filters for AthDerivationExternals See merge request !115
-
Attila Krasznahorkay authored
Cherry-pick of "Merge branch 'update-lhapdf' into 'master'" into 1.0 See merge request !117
-
Attila Krasznahorkay authored
reconfigure its build on every build attempt. So that any changes in upstream packages would be noticed by the XRootD build.
-
Attila Krasznahorkay authored
So that when we update Python or XRootD, ROOT would correctly be re-built.
-
Attila Krasznahorkay authored
XRootD Standalone Setup, 1.0 branch (2017.08.09.) See merge request !118
-
Attila Krasznahorkay authored
CheckerGccPlugins: Thread checker updates. See merge request !120
-
Attila Krasznahorkay authored
Cherry-pick "Merge branch 'checkers-20170814' into 'master'" into 1.0 See merge request !125
-
Attila Krasznahorkay authored
setup of AthAnalysisExternals. And which was/is responsible for a few unnecessary printouts when compiling code against AthAnalysis(Externals) releases.
-
Attila Krasznahorkay authored
Add lwtnn to AtlasExternals See merge request !106
-
Attila Krasznahorkay authored
AthAnalysisExternals printout fix, 1.0 branch (2017.08.28.) See merge request !131
-
Attila Krasznahorkay authored
Cherry-pick "Merge branch 'out_source_lwtnn' into 'master'" into 1.0 See merge request !132
-
Attila Krasznahorkay authored
the "package target". (To help with debugging the build.)
-
Attila Krasznahorkay authored
To get it into sync with AnalysisBaseExternals.
-
Attila Krasznahorkay authored
Add lwtnn to AthAnalysis, 1.0 branch (2017.08.31.) See merge request !136
-
Attila Krasznahorkay authored
analysis release. To be able to use grid sites which provide direct access to their DCache storage for their workers.
-
Attila Krasznahorkay authored
whether to build DCAP as part of the project or not. Updated the README of the project to include information about the latest project options.
-
Attila Krasznahorkay authored
if it is available. Added the dcap package to AnalysisBaseExternals.
-
Attila Krasznahorkay authored
the capitalisation of Xrootd/XRootD in the code. So the project would never actually be able to find a locally installed version of XRootD so far. Should be solved with this.
-
Attila Krasznahorkay authored
version in this branch. Just to make things a little clearer. (Hopefully...)
-
Attila Krasznahorkay authored
Standalone DCAP, 1.0 branch (2017.09.01.) See merge request !139
-
Attila Krasznahorkay authored
Apple's Xcode 9.0 on High Sierra.
-
Attila Krasznahorkay authored
meant for Xcode/clang 9.0. (On macOS High Sierra...)
-
Attila Krasznahorkay authored
correctly when picking up Boost from the system. (On Ubuntu 16.04 for instance.)
-
Attila Krasznahorkay authored
High Sierra Updates, 1.0 branch (2017.10.02.) See merge request !147
-
Attila Krasznahorkay authored
build against, from the command line. This is to make it possible to use the latest version of the branch with older versions of LCG as well. (Mainly for the trigger.)
-
Attila Krasznahorkay authored
it against LCG_91. Apparently the build was super fragile so far...
-
Attila Krasznahorkay authored
the (very reasonable) SFT naming.
-
Attila Krasznahorkay authored
LCG Version Selection Update, 1.0 branch (2017.10.02.) See merge request !149
-
Attila Krasznahorkay authored
during the build. (I.e. make it relocatable.)
-
Attila Krasznahorkay authored
script, to make python-config relocatable during the build.
-
Attila Krasznahorkay authored
Python Relocatability Improvements, 1.0 branch (2017.10.13.) See merge request !153
-
Attila Krasznahorkay authored
Add lwtnn to AthDerivationExternals See merge request !156
-
Attila Krasznahorkay authored
Cherry-pick of "Merge branch 'lwtnn_AthDerivations' into 'master'" into 1.0 See merge request !158
-
Attila Krasznahorkay authored
Make Geant4 install relocatable See merge request !151
-
Attila Krasznahorkay authored
Cherry-pick "Merge branch 'relocatable-geant4' into 'master'" into 1.0 See merge request !159
-
Attila Krasznahorkay authored
directories while setting up the environment setup script, a bit more "forgiving". Since it seems that the "$<" prefixes in the generator expressions can't be handled correctly by CMake's regular expression parsing. Pity...
-
Attila Krasznahorkay authored
Environment Generation Fix, 1.0 branch (2017.11.01.) See merge request !160
-
James Ferrando authored
-
Will Buttinger authored
-
Attila Krasznahorkay authored
Update 1.0 to FJContrib 1.030 See merge request !162
-
Attila Krasznahorkay authored
(As that's the correct way of doing this.)
-
Attila Krasznahorkay authored
that the correct version of libxml2 would be picked up for the build, and that the environment would be set up correctly for using the correct version of the library.
-
Attila Krasznahorkay authored
with built-in find-modules that have a non-all-capital name, but do set an all-capital variable name for their libraries.
-
Attila Krasznahorkay authored
LibXml2 Handling Fixes, 1.0 branch (2017.11.07.) See merge request !166
-
Attila Krasznahorkay authored
Update AthAnalysisExternals package_filters.txt - Add GPerfTools See merge request !163
-
Attila Krasznahorkay authored
automatically put the name into all lower-case, but that's not how the code works after all...)
-
Attila Krasznahorkay authored
LibXml2 RPM name fix, 1.0 branch (2017.11.08.) See merge request !168