mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2025-01-03 01:55:39 +01:00
Fixed issue #1
This commit is contained in:
parent
ec7fcc9896
commit
9b57a480bf
@ -15,7 +15,7 @@ URL_F77ZMQ="https://github.com/scemama/f77_zmq/archive/v4.1.3.tar.gz"
|
||||
#######
|
||||
|
||||
rule download
|
||||
command = [[ -e ${out} ]] || (wget ${url} -O ${out}.tmp -o /dev/null && mv ${out}.tmp ${out})
|
||||
command = [[ -e ${out} ]] || (wget --no-check-certificate ${url} -O ${out}.tmp -o /dev/null && mv ${out}.tmp ${out})
|
||||
description = Downloading ${descr}
|
||||
|
||||
rule install
|
||||
|
Loading…
Reference in New Issue
Block a user