pythia6: deal with dead pythiasix.hepforge.org (#42162)
* pythia6: deal with dead pythiasix.hepforge.org * pythia6: rm main81.f from CMakeLists.txt * [@spackbot] updating style on behalf of wdconinc --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
This commit is contained in:
parent
6cfcbc0167
commit
0d92b07dbd
2 changed files with 10 additions and 8 deletions
|
@ -102,7 +102,6 @@ pythia_test( main73 )
|
||||||
pythia_test( main75 )
|
pythia_test( main75 )
|
||||||
pythia_test( main77 )
|
pythia_test( main77 )
|
||||||
pythia_test( main78 )
|
pythia_test( main78 )
|
||||||
pythia_test( main81 )
|
|
||||||
|
|
||||||
# these examples take a while to run
|
# these examples take a while to run
|
||||||
if( run_long_tests )
|
if( run_long_tests )
|
||||||
|
|
|
@ -88,16 +88,19 @@ class Pythia6(CMakePackage):
|
||||||
"main73.f": "567db2d1a66896ce5103ffa7e10742442b0e934088883e91339536e0249772c4",
|
"main73.f": "567db2d1a66896ce5103ffa7e10742442b0e934088883e91339536e0249772c4",
|
||||||
"main75.f": "b850986c43a5af1e7d13b66d22b01584e3c68bb338be32eac39e31f971b80be4",
|
"main75.f": "b850986c43a5af1e7d13b66d22b01584e3c68bb338be32eac39e31f971b80be4",
|
||||||
"main77.f": "0679852c4f35719531ad38dc1dbb374b884181eb5e483c36d8867ccb449177a4",
|
"main77.f": "0679852c4f35719531ad38dc1dbb374b884181eb5e483c36d8867ccb449177a4",
|
||||||
"main78.f": "5babc59fe6a0bd57d97ec398cf01745bc9b72ce6ce0711e934d53c7821e21912",
|
"main78.f": "09ed4b065d2c7ad439d4083d048a3a8f469963c1bb191811857c88f56ef07a5d",
|
||||||
"main79.f": "27ca84d6d0877f3605cbc1b865c3e1f571e7d2c9301094a4122e726a903dbead",
|
"main79.f": "27ca84d6d0877f3605cbc1b865c3e1f571e7d2c9301094a4122e726a903dbead",
|
||||||
"main81.f": "b02fecd1cd0f9ba16eaae53e9da0ba602569fdf0e46856cccdfb4c5b7ba33e8b",
|
# Following files were not transferred to the new pythia.org website
|
||||||
"ttbar.lhe": "db772b69ab4e0300d973b57414523ac8e7fa8535eac49ee52a6b69b1c131983d",
|
# https://web.archive.org/web/20150215042950/http://pythia6.hepforge.org/examples/main81.f
|
||||||
|
# "main81.f": "b02fecd1cd0f9ba16eaae53e9da0ba602569fdf0e46856cccdfb4c5b7ba33e8b",
|
||||||
|
# https://web.archive.org/web/20150215042950/http://pythia6.hepforge.org/examples/ttbar.lhe
|
||||||
|
# "ttbar.lhe": "db772b69ab4e0300d973b57414523ac8e7fa8535eac49ee52a6b69b1c131983d",
|
||||||
}
|
}
|
||||||
|
|
||||||
for example, checksum in examples.items():
|
for example, checksum in examples.items():
|
||||||
resource(
|
resource(
|
||||||
name=example,
|
name=example,
|
||||||
url="http://pythiasix.hepforge.org/examples/{0}".format(example),
|
url="https://pythia.org/download/pythia6/{0}".format(example),
|
||||||
sha256=checksum,
|
sha256=checksum,
|
||||||
expand=False,
|
expand=False,
|
||||||
destination="example",
|
destination="example",
|
||||||
|
@ -106,9 +109,9 @@ class Pythia6(CMakePackage):
|
||||||
|
|
||||||
# Docs.
|
# Docs.
|
||||||
docs = {
|
docs = {
|
||||||
"http://www.hepforge.org/archive/pythiasix/update_notes-6.4.28.txt": "a229be4ba9a4eb65a9d53600a5f388b620038d56694c6cb4671c2be224b67751",
|
"https://pythia.org/download/pythia6/pythia6428.update": "a229be4ba9a4eb65a9d53600a5f388b620038d56694c6cb4671c2be224b67751",
|
||||||
"http://home.thep.lu.se/~torbjorn/pythia6/lutp0613man2.pdf": "03d637310ea80f0d7aea761492bd38452c602890d8cf913a1ec9edacd79fa43d",
|
"https://pythia.org/download/pythia6/lutp0613man2.pdf": "03d637310ea80f0d7aea761492bd38452c602890d8cf913a1ec9edacd79fa43d",
|
||||||
"https://pythiasix.hepforge.org/pythia6-announcement.txt": "2a52def41f0c93e32e0db58dbcf072b987ebfbd32e42ccfc1f9382fcf65f1271",
|
"https://pythia.org/download/misc/pythia6plans.txt": "1befc8c6e641051a97a53ba4df7f890bf0c4d6ba9e0774c03df69b0fef481d89",
|
||||||
}
|
}
|
||||||
|
|
||||||
for docurl, checksum in docs.items():
|
for docurl, checksum in docs.items():
|
||||||
|
|
Loading…
Reference in a new issue