aboutsummaryrefslogtreecommitdiff
path: root/databases/grass7/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/grass7/files/pkg-message.in')
-rw-r--r--databases/grass7/files/pkg-message.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/grass7/files/pkg-message.in b/databases/grass7/files/pkg-message.in
new file mode 100644
index 000000000000..917d7762805c
--- /dev/null
+++ b/databases/grass7/files/pkg-message.in
@@ -0,0 +1,22 @@
+[
+{ type: install
+ message: <<EOM
+To run the wxpython based GUI:
+
+ export GRASS_PYTHON=%%PYTHON_CMD%%
+ grass -gui
+
+To map gcc for numpy, add:
+
+ libgcc_s.so.1 gcc9/libgcc_s.so.1
+ libgomp.so.1 gcc9/libgomp.so.1
+ libssp.so.0 gcc9/libssp.so.0
+ libstdc++.so.6 gcc9/libstdc++.so.6
+
+to %%LOCALBASE%%/etc/libmap.d/gcc.conf. Use your local gcc version
+instead of gcc9.
+
+This is required for some modules using fortran.
+EOM
+}
+]