Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CHiPS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
CHiPS
Commits
b8222c0f
Commit
b8222c0f
authored
5 years ago
by
jourdain
Browse files
Options
Downloads
Patches
Plain Diff
Abinit: fix wannier tar.gz because of wrong md5sum
parent
7b79ed70
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Abinit/download.sh
+3
-3
3 additions, 3 deletions
Abinit/download.sh
with
3 additions
and
3 deletions
Abinit/download.sh
+
3
−
3
View file @
b8222c0f
...
...
@@ -5,8 +5,8 @@ LIST=(
http://forge.abinit.org/fallbacks/atompaw-4.0.1.0.tar.gz
http://forge.abinit.org/fallbacks/libxc-3.0.0.tar.gz
http://forge.abinit.org/fallbacks/netcdf-4.1.1.tar.gzs
http://
forge.abinit.org/fallbacks
/wannier90-2.0.1.1.tar.gz
https://www.abinit.org/sites/default/files/packages/abinit-8.10.3.tar.gz
http
s
://
launchpad.net/wannier90/2.0/2.0.1.1/+download
/wannier90-2.0.1.1.tar.gz
https://www.abinit.org/sites/default/files/packages/abinit-8.10.3.tar.gz
)
copy
(){
...
...
@@ -18,7 +18,7 @@ copy(){
}
for
name
in
"
${
LIST
[@]
}
"
;
do
wget
-nc
--no-check-certificate
$name
wget
--tries
=
2
-nc
--no-check-certificate
$name
if
[[
$?
!=
"0"
]]
;
then
copy
# if download failed then copy
break
2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment