Package Details: matlab-support 9.14.0-1

Git Clone URL: https://aur.archlinux.org/matlab-support.git (read-only, click to copy)
Package Base: matlab-support
Description: Provides dependencies desktop file and common fixes for MATLAB.
Upstream URL: http://www.mathworks.com
Licenses: custom
Conflicts: matlab
Provides: matlab
Submitter: mrshannon
Maintainer: jclds139
Last Packager: jclds139
Votes: 7
Popularity: 0.104581
First Submitted: 2017-01-04 17:55 (UTC)
Last Updated: 2023-03-25 03:31 (UTC)

Required by (11)

Sources (0)

Latest Comments

1 2 Next › Last »

frazar0 commented on 2023-01-17 14:43 (UTC) (edited on 2023-01-17 14:44 (UTC) by frazar0)

Hi! I'm getting the following error:

ERROR: ld.so: object '/usr/lib/libtiff.so.5' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

I think it is due to the recent libtiff update. The error goes away by updating the .desktop file as follows:

-Exec=env LD_PRELOAD=/usr/lib/libfreetype.so.6:/usr/lib/libstdc++.so.6:/usr/lib/libfontconfig.so.1:/usr/lib/libtiff.so.5 matlab -desktop
+Exec=env LD_PRELOAD=/usr/lib/libfreetype.so.6:/usr/lib/libstdc++.so.6:/usr/lib/libfontconfig.so.1:/usr/lib/libtiff.so.6 matlab -desktop

Alad commented on 2022-08-28 16:33 (UTC)

Thanks! Don't know how you found this solution, but it worked.

Androm commented on 2022-08-28 11:10 (UTC) (edited on 2022-08-28 11:11 (UTC) by Androm)

@Alad, a quick fix is editing the '.matlab7rc.sh' in '.../matlab/bin/' by either editing it in place or copying it to '~/.matlab7rc.sh'.

Then, change the line (~170) with LDPATH_PREFIX='' under the case glnx* to: LDPATH_PREFIX='/usr/lib'

This removes the error.

Alad commented on 2022-07-14 14:04 (UTC)

Did anyone notice is not a MEX file errors when compiling files with mex? Tried with gcc and gcc-9

Alad commented on 2022-04-20 13:26 (UTC) (edited on 2022-04-20 13:29 (UTC) by Alad)

Some minor points:

  • The desktop file contains env twice (env env)
  • The lower half of the PKGBUILD has additional indentation
  • provides can be versioned (provides=$pkgver)
  • msg2 should be avoided, see https://bugs.archlinux.org/task/43502

Thanks for the PKGBUILD :)

jose1711 commented on 2021-11-16 08:54 (UTC)

please replace science with Science in gendesk command.

rellieberman commented on 2018-08-06 15:27 (UTC)

works with R2018(a) with the following change:

add libxss as dependency to allow addon manager to work.

I did not change the default jvm shipped with matlab hence jre7-openjdk wasn't needed. Is the version shipped still considered insecure?

mrshannon commented on 2018-01-08 18:31 (UTC)

My employer only supports the (a) releases with it's license server so I can not test (b) releases. If someone who updates with each release want's to take over the package let me know.

Because the path is not hard-coded based on version, reinstalling the package should make it work with the (b) releases but I cannot verify this.

mrshannon commented on 2017-03-31 22:48 (UTC)

@runical, thanks for the heads up (fixed now), glad someone besides me is using the package.

runical commented on 2017-03-31 08:33 (UTC)

Hey, thanks for the update! Unfortunately, is seems you forgot to run mksourceinfo to update the meta data on the AUR and you didn't update the optinal dependency on GCC from GCC47 to GCC49. (See https://mathworks.com/support/compilers.html for the supported compilers) Sorry for nagging :(