mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-09 20:48:47 +01:00
Repaired irpman
This commit is contained in:
parent
9fd9159f04
commit
ddb6070972
15
Makefile
15
Makefile
@ -28,13 +28,14 @@ EZFIO: bin/irpf90
|
|||||||
bin/irpf90:
|
bin/irpf90:
|
||||||
$(info $(BLUE)===== Fetching IRPF90 from the web ===== $(BLACK))
|
$(info $(BLUE)===== Fetching IRPF90 from the web ===== $(BLACK))
|
||||||
@sleep 1
|
@sleep 1
|
||||||
@$(FETCH_FROM_WEB) "$(WWW_SERVER)/$(IRPF90_TGZ)" $(IRPF90_TGZ) || \
|
#@$(FETCH_FROM_WEB) "$(WWW_SERVER)/$(IRPF90_TGZ)" $(IRPF90_TGZ) || \
|
||||||
(echo Unable to download IRPF90 : $(WWW_SERVER)/$(IRPF90_TGZ) ; exit 1)
|
# (echo Unable to download IRPF90 : $(WWW_SERVER)/$(IRPF90_TGZ) ; exit 1)
|
||||||
tar -zxf $(IRPF90_TGZ) && rm $(IRPF90_TGZ)
|
#tar -zxf $(IRPF90_TGZ) && rm $(IRPF90_TGZ)
|
||||||
$(MAKE) -C irpf90 | tee install_irpf90.log
|
#$(MAKE) -C irpf90 | tee install_irpf90.log
|
||||||
rm -rf -- $$PWD/bin/irpf90 $$PWD/bin/irpman
|
#rm -rf -- $$PWD/bin/irpf90 $$PWD/bin/irpman
|
||||||
ln -s $$PWD/irpf90/bin/irpf90 $$PWD/bin/irpf90
|
echo $$PWD/irpf90/bin/irpf90 $$\@ > $$PWD/bin/irpf90
|
||||||
ln -s $$PWD/irpf90/bin/irpman $$PWD/bin/irpman
|
echo $$PWD/irpf90/bin/irpman $$\@ > $$PWD/bin/irpman
|
||||||
|
chmod +x $$PWD/bin/irpf90 $$PWD/bin/irpman
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
$(MAKE) -C doc
|
$(MAKE) -C doc
|
||||||
|
Loading…
Reference in New Issue
Block a user