10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 07:02:14 +02:00

Put prepare_ezfio.sh in ezfio_interface/

This commit is contained in:
Thomas Applencourt 2015-04-30 14:27:32 +02:00
parent ce74eb7203
commit 5d29f3c8d9
3 changed files with 2 additions and 2 deletions

View File

@ -65,4 +65,4 @@ fi
${QPACKAGE_ROOT}/scripts/create/create_Makefile_depend.sh
# Update EZFIO interface
${QPACKAGE_ROOT}/scripts/ezfio_interface/ei_handler.py
${QPACKAGE_ROOT}/scripts/ezfio_interface/ei_handler.py

View File

@ -26,7 +26,7 @@ $(ALL_MODULES): ezfio
# Define the EZFIO rules
$(EZFIO): $(wildcard $(QPACKAGE_ROOT)/src/*/*.ezfio_config) $(wildcard $(QPACKAGE_ROOT)/src/*/EZFIO.cfg)
$(QPACKAGE_ROOT)/scripts/prepare_ezfio.sh
$(QPACKAGE_ROOT)/scripts/ezfio_interface/prepare_ezfio.sh
cd $(EZFIO_DIR);\
export FC="$(FC)" ; export FCFLAGS="$(FCFLAGS)" ; export IRPF90="$(IRPF90)" ;\
$(MAKE) ;\