From: Luca Heltai Date: Fri, 30 Oct 2015 11:07:57 +0000 (+0100) Subject: Fixed wording in dealii.conf.in X-Git-Tag: v8.4.0-rc2~260^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c3f8bf785afcf3cb4596ec4cc403b87d08735c;p=dealii.git Fixed wording in dealii.conf.in --- diff --git a/cmake/cpack-mac-bundle/dealii.conf.in b/cmake/cpack-mac-bundle/dealii.conf.in index e6280a9037..3cc47d4d81 100644 --- a/cmake/cpack-mac-bundle/dealii.conf.in +++ b/cmake/cpack-mac-bundle/dealii.conf.in @@ -32,7 +32,6 @@ fi # Start with default compilers libraries export PATH=$DEAL_II_RESOURCES/bin:$PATH -export DYLD_LIBRARY_PATH=$DEAL_II_RESOURCES/lib:$DYLD_LIBRARY_PATH export DEAL_II_DIR=$DEAL_II_RESOURCES # Do whatever the external library tells us to @@ -58,7 +57,11 @@ if [ -z "$DEAL_II_CONF_SILENT" ]; then | |/ / __/ (_| | |__| |_ _| |_ |___/ \___|\__,_|_(_)___/ \___/ -This is a shell with PATH's and DYLD_LIBRARY_PATH setup to work with Deal.II. +This is a shell with PATHs and \${EXTERNAL_LIB}_DIR setup to work with Deal.II. +All external libraries are located in + + $DEAL_II_RESOURCES/opt/ + If you are new to Deal.II you probably want to have a look at $DEAL_II_RESOURCES/examples/