summarylogtreecommitdiffstats
path: root/matlab_kernel.install
blob: 4ca7e7b25f3c32bd259a8750f3dab1dcc79a5f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
    # Warn users
    echo '[jupyter-matlab_kernel-git]==> WARNING!'
    echo 'matlab-engine-for-python is listed as an optional dependency.'
    echo 'The reason for this is the AUR packaged version is not a proper package,'
    echo 'AND most people will not bother packaging MATLAB for arch.'
    echo 'For proper integration; you can;'
    echo '* Install MATLAB Engine API for Python directly from your MATLAB installation'
    echo '  https://www.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html'
    echo '* Run the PKGBUILD for the API on a machine that already has MATLAB'
    echo '  (Read through the script to make sure your MATLAB is detected correctly.)'
    echo '* Check my MATLAB PKGBUILD on how to package your MATLAB installation.'
    echo '  https://github.com/bbaserdem/Arch/tree/master/matlab'
    echo 'Without a working MATLAB python API installation; the kernel will not work'
}