mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +01:00
Upgrade irpf90
This commit is contained in:
parent
4e852bf9a5
commit
c8258a48bd
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Upgrades IRPF90 from the web.
|
# Upgrades IRPF90 from the web.
|
||||||
# Tue Nov 4 00:53:13 CET 2014
|
# Wed Mar 25 11:41:04 CET 2015
|
||||||
|
|
||||||
if [[ -z ${QPACKAGE_ROOT} ]]
|
if [[ -z ${QPACKAGE_ROOT} ]]
|
||||||
then
|
then
|
||||||
@ -10,9 +10,9 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd -- ${QPACKAGE_ROOT}
|
cd -- ${QPACKAGE_ROOT}
|
||||||
mv -- ${QPACKAGE_ROOT}/irpf90 ${QPACKAGE_ROOT}/irpf90.old
|
mv -f -- ${QPACKAGE_ROOT}/irpf90 ${QPACKAGE_ROOT}/irpf90.old
|
||||||
|
|
||||||
make irpf90
|
${QPACKAGE_ROOT}/scripts/install_irpf90.sh
|
||||||
|
|
||||||
if [[ $? -eq 0 ]]
|
if [[ $? -eq 0 ]]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user