NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.49k stars 13.68k forks source link

package request: Matlab #56887

Open KiaraGrouwstra opened 5 years ago

KiaraGrouwstra commented 5 years ago

Issue description

https://www.mathworks.com/

markuskowa commented 5 years ago

I have tried to package it in the past but couldn't come up with a clean solution. Matlab is certainly a difficult program to package. I would be happy to review a PR if someone comes up with a workable solution.

Scriptkiddi commented 4 years ago

I could be packaged with a requirement to prefetch the installation zip file, like its done for the displaylink package

markuskowa commented 4 years ago

There are several problems with Matlab:

I am using an installed and activated version, that lives outside the nix store. This method works for me but is not a viable solution for inclusion in nixpkgs.

stale[bot] commented 4 years ago

Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse. 3. Ask on the #nixos channel on irc.freenode.net.
Scriptkiddi commented 4 years ago

still important to me

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

Scriptkiddi commented 3 years ago

still important to me

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

Mazurel commented 2 years ago

It is not possible/really inconvenient to package Matlab directly into nixpkgs, but it can be run pretty easily on NixOS. Just use Doron Behar's nix-matlab, which makes the whole process dead simple. I have also made a short NixOS wiki article about Matlab, mainly for discoverability purpose and for documenting fixes for minor issues.

stale[bot] commented 2 years ago

I marked this as stale due to inactivity. → More info

Scriptkiddi commented 2 years ago

@Mazurel you are completely right, that it would be difficult to package. But I would argue that matlab is widely used in the scientific community and as such it would be nice to allow those user to just add matlab to their system without dealing with flakes or overlays.