updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / camelot_seq / camelot_seq.install
blobd0321eec7c71e890fb38040f1c7b9db1c4ea71ba
2 ## arg 1:  the new package version
3 post_install() {
4         echo " "
5         echo "# PLEASE READ CAREFULLY"
6         echo "  "
7         echo "# This installation creates the bash variable \$MPIR_ROOT"
8         echo "# according to the default installation of mpich."
9         echo "# If you changed your mpich directory during the"
10         echo "# installation process, change the variable inside"
11         echo "# your .bash_profile file."
12         echo "  "
13         echo "# In order to build your projects you need to copy the"
14         echo "# macrocell.c file (located into /usr/share/camelot_seq)"
15         echo "# to the directory in which you're running camelot."
16         echo "  "
17         echo "# The "C compiler command line" option in Configure"
18         echo "# should be:"
19         echo " "
20         echo "  -O -DCPT_INCLUDE_FILE=\\\"%s\\\" -DNO_XDR_READ -DNO_XDR_WRITE "
21         echo "  -I/usr/local/camelot_seq -L/usr/local/camelot_seq/ -L/opt/mpich/lib"
22         echo "  " 
23         echo "# or somehow similar (according to your directories)."
24         echo " "
25         echo "## Something more about CAMELot (and Cellular Automata):"
26         echo " "
27         echo "## English"
28         echo "## http://www.mat.unical.it/~spataro/teaching/modelli/Camelot.pdf"
29         echo "## Italian and English"
30         echo "## http://www.mat.unical.it/~spataro/teaching/modelli/modelli.html"
31         echo " "
36 # vim:set ts=2 sw=2 et: