summarylogtreecommitdiffstats
path: root/cantera-git.install
diff options
context:
space:
mode:
authorTobias Baust2020-04-16 17:43:37 +0200
committerTobias Baust2020-04-16 17:43:37 +0200
commita926f293b734303942ba6bcd2c16d1b0425fb455 (patch)
tree0d57ec48b77cd9aa14a29e120ae3e642a4f564d2 /cantera-git.install
parent2e8c566d273fe4bb474063446f6f9aad963eed01 (diff)
downloadaur-a926f293b734303942ba6bcd2c16d1b0425fb455.tar.gz
removed sphinx due to missing sphinxcontrib.matlabdomain; exclude python related tests if optdepends are missing; fixed typos; updated .install
Diffstat (limited to 'cantera-git.install')
-rw-r--r--cantera-git.install22
1 files changed, 20 insertions, 2 deletions
diff --git a/cantera-git.install b/cantera-git.install
index ff0f6b9c3e97..e31dcac49d03 100644
--- a/cantera-git.install
+++ b/cantera-git.install
@@ -1,4 +1,22 @@
post_install() {
- echo "Set Cantera Environment:"
- echo "$ source /usr/bin/setup_cantera"
+ echo "
+ File locations:
+
+ applications /usr/bin
+ library files /usr/lib
+ C++ headers /usr/include
+ samples /usr/share/cantera/samples
+ data files /usr/share/cantera/data
+ Python package (cantera) /usr/lib/python3.8/site-packages
+ Python samples /usr/lib/python3.8/site-packages/cantera/examples
+ Setup scripts to configure the environment for Cantera are at:
+ setup script (bash) /usr/bin/setup_cantera
+ setup script (csh/tcsh) /usr/bin/setup_cantera.csh
+
+ It is recommended that you run the script for your shell by typing:
+
+ source /usr/bin/setup_cantera
+
+ before using Cantera, or else include its contents in your shell login script.
+ "
}