mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 04:43:50 +01:00
Bug in irpf90 installation
This commit is contained in:
parent
ead87c3b0f
commit
8ad5ab45fc
@ -22,8 +22,8 @@ tar -zxf ${BASE}.tar.gz && rm ${BASE}.tar.gz ||exit 1
|
|||||||
mv ${BASE}-master irpf90
|
mv ${BASE}-master irpf90
|
||||||
make -C irpf90 | tee install_irpf90.log
|
make -C irpf90 | tee install_irpf90.log
|
||||||
rm -rf -- bin/irpf90 bin/irpman
|
rm -rf -- bin/irpf90 bin/irpman
|
||||||
echo ${PWD}/irpf90/bin/irpf90 $@ > bin/irpf90
|
echo '${QPACKAGE_ROOT}/irpf90/bin/irpf90 $@' > bin/irpf90
|
||||||
echo ${PWD}/irpf90/bin/irpman $@ > bin/irpman
|
echo '${QPACKAGE_ROOT}/irpf90/bin/irpman $@' > bin/irpman
|
||||||
chmod +x bin/irpf90 bin/irpman
|
chmod +x bin/irpf90 bin/irpman
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@ $(info -------------------- Error --------------------)
|
|||||||
$(info QPACKAGE_ROOT undefined. Run the setup_environment.sh script)
|
$(info QPACKAGE_ROOT undefined. Run the setup_environment.sh script)
|
||||||
$(info -----------------------------------------------)
|
$(info -----------------------------------------------)
|
||||||
$(error )
|
$(error )
|
||||||
|
else
|
||||||
|
$(info QPACKAGE_ROOT is defined.)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
@ -28,6 +30,8 @@ $(info You can create Makefile.config)
|
|||||||
$(info by modifying Makefile.config.example)
|
$(info by modifying Makefile.config.example)
|
||||||
$(info -----------------------------------------------)
|
$(info -----------------------------------------------)
|
||||||
$(error )
|
$(error )
|
||||||
|
else
|
||||||
|
$(info Makefile.config is present.)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
@ -46,6 +50,8 @@ $(info To upgrade IRPF90, run : )
|
|||||||
$(info $(QPACKAGE_ROOT)/scripts/upgrade_irpf90.sh )
|
$(info $(QPACKAGE_ROOT)/scripts/upgrade_irpf90.sh )
|
||||||
$(info -----------------------------------------------)
|
$(info -----------------------------------------------)
|
||||||
$(error )
|
$(error )
|
||||||
|
else
|
||||||
|
$(info irpf90 version is OK.)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
@ -63,6 +69,8 @@ $(info Your NEEDED_MODULES file is inconsistent. It should be)
|
|||||||
$(info $(NEEDED_MODULES_OK))
|
$(info $(NEEDED_MODULES_OK))
|
||||||
$(info -----------------------------------------------)
|
$(info -----------------------------------------------)
|
||||||
$(error )
|
$(error )
|
||||||
|
else
|
||||||
|
$(info NEEDED_MODULES files is consistent.)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
@ -83,6 +91,8 @@ $(info You should document it before you compile, as)
|
|||||||
$(info well as the ASSUMPTIONS.rst file.)
|
$(info well as the ASSUMPTIONS.rst file.)
|
||||||
$(info -----------------------------------------------)
|
$(info -----------------------------------------------)
|
||||||
$(error )
|
$(error )
|
||||||
|
else
|
||||||
|
$(info README.rst is present.)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
@ -94,6 +104,8 @@ $(info -------------------- Error --------------------)
|
|||||||
$(info This is a Bug. At that point, the ASSUMPTIONS.rst)
|
$(info This is a Bug. At that point, the ASSUMPTIONS.rst)
|
||||||
$(info file should exist.)
|
$(info file should exist.)
|
||||||
$(info -----------------------------------------------)
|
$(info -----------------------------------------------)
|
||||||
|
else
|
||||||
|
$(info ASSUMPTIONS.rst is present.)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
@ -113,6 +125,8 @@ $(info To upgrade EZFIO, run : )
|
|||||||
$(info $(QPACKAGE_ROOT)/scripts/upgrade_ezfio.sh )
|
$(info $(QPACKAGE_ROOT)/scripts/upgrade_ezfio.sh )
|
||||||
$(info -----------------------------------------------)
|
$(info -----------------------------------------------)
|
||||||
$(error )
|
$(error )
|
||||||
|
else
|
||||||
|
$(info EZFIO version is OK.)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Define the EZFIO rules
|
# Define the EZFIO rules
|
||||||
|
Loading…
Reference in New Issue
Block a user