Skip to content
Commits on Source (2)
......@@ -12,9 +12,7 @@ if( ATLAS_RELEASE_MODE )
endif()
# The source code of HEPUtils:
set( _heputilsSource "http://cern.ch/service-spi" )
set( _heputilsSource "${_heputilsSource}/external/tarFiles/" )
set( _heputilsSource "${_heputilsSource}MCGeneratorsTarFiles/" )
set( _heputilsSource "http://cern.ch/lcgpackages/tarFiles/sources/MCGeneratorsTarFiles/" )
set( _heputilsSource "${_heputilsSource}heputils-1.1.0.tar.gz" )
set( _heputilsMd5 "e8a9cc8b2cc705d0106bb79a97634db7" )
......
......@@ -23,7 +23,7 @@ set( _buildDir
# Build HepMCAnalysis for the build area:
ExternalProject_Add( HepMCAnalysis
PREFIX ${CMAKE_BINARY_DIR}
URL http://cern.ch/service-spi/external/MCGenerators/distribution/hepmcanalysis/hepmcanalysis-3.4.14-src.tgz
URL http://cern.ch/lcgpackages/tarFiles/sources/MCGeneratorsTarFiles/hepmcanalysis-3.4.14-src.tgz
URL_MD5 466bd591f3ab112e52a1b223b74dd6b1
BUILD_IN_SOURCE 1
PATCH_COMMAND ${CMAKE_COMMAND} -E copy_directory
......
......@@ -31,8 +31,8 @@ else()
endif()
# The source code of Lhapdf:
set( _lhapdfSource "http://cern.ch/service-spi/external/MCGenerators/" )
set( _lhapdfSource "${_lhapdfSource}distribution/lhapdf/lhapdf-6.1.6-src.tgz" )
set( _lhapdfSource "http://cern.ch/lcgpackages/tarFiles/sources/MCGeneratorsTarFiles/" )
set( _lhapdfSource "${_lhapdfSource}/lhapdf-6.1.6-src.tgz" )
set( _lhapdfMd5 "9fddfd257b4a38bbaf1266fa70ef2b4a" )
# Temporary directory for the build results:
......
......@@ -12,8 +12,7 @@ if( ATLAS_RELEASE_MODE )
endif()
# The source code of MCUtils:
set( _mcutilsSource "http://cern.ch/service-spi" )
set( _mcutilsSource "${_mcutilsSource}/external/tarFiles/" )
set( _mcutilsSource "http://cern.ch/lcgpackages/tarFiles/sources/" )
set( _mcutilsSource "${_mcutilsSource}MCGeneratorsTarFiles/" )
set( _mcutilsSource "${_mcutilsSource}mcutils-1.3.2.tar.gz" )
set( _mcutilsMd5 "df47c8e2d2ba297826f66237f678fa1a" )
......