From ea986d1c82298906c8a301b90204cd54ab17fed8 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Thu, 16 Feb 2017 16:50:51 +0000 Subject: update hashdist files for FEniCS version 2016.2 --- tweed.hashdist.post-install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tweed.hashdist.post-install') 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 -- cgit