Package Details: matlab-gcc-fortran-support 1:R2025b+25.2.9.9999999-2

Git Clone URL: https://aur.archlinux.org/matlab-support.git (read-only, click to copy)
Package Base: matlab-support
Description: A high-level language for numerical computation and visualization (GCC Fortran, support)
Upstream URL: https://www.mathworks.com/products/matlab.html
Licenses: 0BSD
Conflicts: matlab-r2025b-gcc
Provides: matlab-gcc-fortran, matlab-gcc-fortran-release, matlab-gcc-fortran-version, matlab-r2025b-gcc-fortran
Submitter: mrshannon
Maintainer: vitaliikuzhdin
Last Packager: vitaliikuzhdin
Votes: 7
Popularity: 0.000000
First Submitted: 2017-01-04 17:55 (UTC)
Last Updated: 2026-04-08 14:01 (UTC)

Dependencies (4)

Required by (4)

Sources (0)

Latest Comments

1 2 Next › Last »

jclds139 commented on 2026-03-28 16:58 (UTC)

Honestly, I use MATLAB so rarely now that it's probably best if you take over. Feel free!

vitaliikuzhdin commented on 2026-03-28 11:17 (UTC)

Hello, are you planning to update the package? If no, I'd like to maintain it myself. I manage almost the entire MATLAB ecosystem here on the AUR and I'd like to push a few changes besides just updating this package.

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.