File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
repos/fairsoft-backports/packages/hepmc Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ ExternalProject_Add(pythia6
273
273
list (APPEND packages hepmc )
274
274
set (hepmc_version "2.06.11" )
275
275
ExternalProject_Add (hepmc
276
- URL https://hepmc.web.cern.ch/hepmc/ releases/hepmc${hepmc_version}.tgz
276
+ URL https://hepmc.web.cern.ch/releases/hepmc${hepmc_version}.tgz
277
277
URL_HASH SHA256=86b66ea0278f803cde5774de8bd187dd42c870367f1cbf6cdaec8dc7cf6afc10
278
278
${CMAKE_DEFAULT_ARGS} CMAKE_ARGS
279
279
"-Dlength:STRING=CM"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ class Hepmc(CMakePackage):
8
8
"""The HepMC package is an object oriented, C++ event record for
9
9
High Energy Physics Monte Carlo generators and simulation."""
10
10
11
- homepage = "https://hepmc.web.cern.ch/hepmc/ "
12
- url = "https://hepmc.web.cern.ch/hepmc/ releases/hepmc2.06.11.tgz"
11
+ homepage = "https://hepmc.web.cern.ch/"
12
+ url = "https://hepmc.web.cern.ch/releases/hepmc2.06.11.tgz"
13
13
14
14
tags = ['hep' ]
15
15
@@ -38,5 +38,5 @@ def url_for_version(self, version):
38
38
if version <= Version ("2.06.08" ):
39
39
url = "http://lcgapp.cern.ch/project/simu/HepMC/download/HepMC-{0}.tar.gz"
40
40
else :
41
- url = "https://hepmc.web.cern.ch/hepmc/ releases/hepmc{0}.tgz"
41
+ url = "https://hepmc.web.cern.ch/releases/hepmc{0}.tgz"
42
42
return url .format (version )
You can’t perform that action at this time.
0 commit comments