-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SuperChic to version 5.4 #3806
base: master
Are you sure you want to change the base?
Conversation
Tarball copied. |
bin/Superchic/gridpack_generation.sh
Outdated
cd ${WORKDIR} | ||
|
||
echo "Downloading "${SUPERCHIC} | ||
SUPERCHICDIR=${WORKDIR}/superchic_v${SUPERCHIC//[!0-9]/} | ||
wget --no-verbose --no-check-certificate https://cms-project-generators.web.cern.ch/cms-project-generators/superchic/${SUPERCHIC}.tar.gz | ||
wget --no-verbose --no-check-certificate https://anstahll.web.cern.ch/anstahll/superchic/${SUPERCHIC}.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can revert this back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bbilin , but I don't see the file in : https://cms-project-generators.web.cern.ch/cms-project-generators/superchic/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yes, by mistake i put it on one directory up. i will move.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed the folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bbilin : done, the PR is now updated reverting back the website link
40d8c10
to
72ec345
Compare
This PR updates the SuperChic generator to version 5.4 as released recently in: https://github.com/LucianHL/SuperChic/releases/tag/v5.4
The new SuperChic v5.4 source package should be copied from: https://anstahll.web.cern.ch/anstahll/superchic/SuperChic-5.4.tar.gz to the generator directory: https://cms-project-generators.web.cern.ch/cms-project-generators/superchic/
@bbilin