From ddb60709721c98509c15be62a40584f2153aca51 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 7 Nov 2014 13:26:47 +0100 Subject: [PATCH] Repaired irpman --- Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index bce7735c..d7ed573f 100644 --- a/Makefile +++ b/Makefile @@ -28,13 +28,14 @@ EZFIO: bin/irpf90 bin/irpf90: $(info $(BLUE)===== Fetching IRPF90 from the web ===== $(BLACK)) @sleep 1 - @$(FETCH_FROM_WEB) "$(WWW_SERVER)/$(IRPF90_TGZ)" $(IRPF90_TGZ) || \ - (echo Unable to download IRPF90 : $(WWW_SERVER)/$(IRPF90_TGZ) ; exit 1) - tar -zxf $(IRPF90_TGZ) && rm $(IRPF90_TGZ) - $(MAKE) -C irpf90 | tee install_irpf90.log - rm -rf -- $$PWD/bin/irpf90 $$PWD/bin/irpman - ln -s $$PWD/irpf90/bin/irpf90 $$PWD/bin/irpf90 - ln -s $$PWD/irpf90/bin/irpman $$PWD/bin/irpman + #@$(FETCH_FROM_WEB) "$(WWW_SERVER)/$(IRPF90_TGZ)" $(IRPF90_TGZ) || \ + # (echo Unable to download IRPF90 : $(WWW_SERVER)/$(IRPF90_TGZ) ; exit 1) + #tar -zxf $(IRPF90_TGZ) && rm $(IRPF90_TGZ) + #$(MAKE) -C irpf90 | tee install_irpf90.log + #rm -rf -- $$PWD/bin/irpf90 $$PWD/bin/irpman + echo $$PWD/irpf90/bin/irpf90 $$\@ > $$PWD/bin/irpf90 + echo $$PWD/irpf90/bin/irpman $$\@ > $$PWD/bin/irpman + chmod +x $$PWD/bin/irpf90 $$PWD/bin/irpman doc: $(MAKE) -C doc