summarylogtreecommitdiffstats
path: root/python-sherpa.install
diff options
context:
space:
mode:
Diffstat (limited to 'python-sherpa.install')
-rw-r--r--python-sherpa.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/python-sherpa.install b/python-sherpa.install
new file mode 100644
index 000000000000..085506bfb8f4
--- /dev/null
+++ b/python-sherpa.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "This package is built with system fftw library. Other things are in default mode. If you want more custom build mode, you can follow the link below and modify the setup.cfg or create a patch yourself: https://github.com/sherpa/sherpa#custom-source-build"
+}