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 Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git]
/
petsc
/
petsc.install
blob
adebc617a26270a993a56013e579906476cef27a
1
post_install() {
2
echo "/usr/petsc/linux-gnu-cxx-debug" > /etc/ld.so.conf.d/petsc.conf
3
cat << EOF
4
5
Now do:
6
export PETSC_DIR=/usr/lib/petsc/linux-gnu-cxx-debug
7
8
EOF
9
10
}
11
12
# vim:set ts=2 sw=2 et: