Guest User

Untitled

a guest
Sep 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #! /bin/sh
  2.  
  3. if [ "$SPKG_LOCAL" = "" ]; then
  4. echo "SPKG_LOCAL undefined ... exiting";
  5. echo "Maybe run 'qsnake --shell'?"
  6. exit 1
  7. fi
  8.  
  9. set -e
  10.  
  11. ./config <<EOF
  12.  
  13. linux64
  14.  
  15. gfortran
  16.  
  17. none
  18.  
  19.  
  20. sockets
  21. EOF
  22.  
  23. cd ddi
  24. ./compddi
  25. mv ddikick.x ..
  26. cd ..
  27.  
  28. ./compall
  29.  
  30. ./lked gamess 01
Add Comment
Please, Sign In to add comment