repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git]
/
slepc
/
slepc.install
blob
3c230a474b85d68b50078b944d639762c69aa298
1
post_install() {
2
cat << EOF
3
Add this to your environment (e.g. ~/.bashrc):
4
5
export SLEPC_DIR=/usr/slepc/linux-gnu-cxx-debug
6
7
EOF
8
}
9
10
# vim:set ts=2 sw=2 et: