10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-10-02 06:20:59 +02:00

Upgrade irpf90

This commit is contained in:
Anthony Scemama 2015-03-25 11:42:15 +01:00
parent 4e852bf9a5
commit c8258a48bd

View File

@ -1,7 +1,7 @@
#!/bin/bash
#!/bin/bash
#
# 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} ]]
then
@ -10,9 +10,9 @@ then
fi
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 ]]
then