mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +01:00
Changes for standalone executable
Version:1.1.46
This commit is contained in:
parent
71be243437
commit
2731349781
@ -33,3 +33,4 @@ sys.path.insert(0,(wd+"/../src/"))
|
||||
sys.path.insert(0,(wd+"/../share/irpf90/src/"))
|
||||
|
||||
import irpf90
|
||||
irpf90.main()
|
||||
|
@ -17,6 +17,11 @@ default:
|
||||
git archive --format=tar --prefix=irpf90/ HEAD | gzip > $$OLDPWD/$$NAME-src.tar.gz;\
|
||||
cd -;\
|
||||
ls $$NAME*;\
|
||||
$(HOME)/Python2exe/python2exe.py irpf90 /home/scemama/irpf90/src ;\
|
||||
mv irpf90.exe irpf90;\
|
||||
gzip irpf90 ;\
|
||||
mv irpf90.gz irpf90-$(VERSION)-noarch.exe.gz ;\
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -69,4 +69,5 @@ def main():
|
||||
import create_man
|
||||
create_man.run()
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
@ -1 +1 @@
|
||||
version = "1.1.45"
|
||||
version = "1.1.46"
|
||||
|
Loading…
Reference in New Issue
Block a user