mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +01:00
IRPF90 version
This commit is contained in:
parent
dd384764f0
commit
faa66ecb35
2
configure
vendored
2
configure
vendored
@ -428,7 +428,7 @@ fi
|
|||||||
|
|
||||||
IRPF90=$(find_exe irpf90)
|
IRPF90=$(find_exe irpf90)
|
||||||
if [[ ${IRPF90} = $(not_found) ]] ; then
|
if [[ ${IRPF90} = $(not_found) ]] ; then
|
||||||
error "IRPf90 (irpf90) is not installed."
|
error "IRPF90 (irpf90) is not installed."
|
||||||
fail
|
fail
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Configuration of IRPF90 package
|
# Configuration of IRPF90 package
|
||||||
|
|
||||||
# Set the path of IRPF90 here:
|
# Set the path of IRPF90 here:
|
||||||
export IRPF90_PATH=${QP_ROOT}/external/irpf90-v2.0.0
|
export IRPF90_PATH=${QP_ROOT}/external/irpf90-v2.0.3
|
||||||
export PATH=${PATH}:${IRPF90_PATH}/bin
|
export PATH=${PATH}:${IRPF90_PATH}/bin
|
||||||
|
|
||||||
export IRPF90=${IRPF90_PATH}/bin/irpf90
|
export IRPF90=${IRPF90_PATH}/bin/irpf90
|
||||||
|
Loading…
Reference in New Issue
Block a user