diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-02-16 16:50:51 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-02-16 16:50:51 +0000 |
commit | ea986d1c82298906c8a301b90204cd54ab17fed8 (patch) | |
tree | 46a1483e6621e603aa9cbb79d80cec2d2edca135 /tweed.hashdist.post-install | |
parent | a29e7ffdad75fdf0a40ccb566e984a729b50a2f5 (diff) | |
download | tweed-ea986d1c82298906c8a301b90204cd54ab17fed8.tar.gz |
update hashdist files for FEniCS version 2016.2
Diffstat (limited to 'tweed.hashdist.post-install')
-rw-r--r-- | tweed.hashdist.post-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tweed.hashdist.post-install b/tweed.hashdist.post-install index 8d29620..1a4ba58 100644 --- a/tweed.hashdist.post-install +++ b/tweed.hashdist.post-install @@ -40,5 +40,7 @@ export PATH="$PROFILE_INSTALL_DIR/bin:$PATH" export MANPATH="$PROFILE_INSTALL_DIR/share/man:" export CMAKE_PREFIX_PATH="$PROFILE_INSTALL_DIR:$CMAKE_PREFIX_PATH" export PYTHONPATH="$PROFILE_INSTALL_DIR/lib/python2.7/site-packages:$PYTHONPATH" +export PKG_CONFIG_PATH="$PROFILE_INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH" export INSTANT_CACHE_DIR="$HOME/.cache/instant/$PROFILE" +export DIJITSO_CACHE_DIR="$HOME/.cache/dijitso/$PROFILE" EOF |