octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57486] mex missing outdir option


From: anonymous
Subject: [Octave-bug-tracker] [bug #57486] mex missing outdir option
Date: Fri, 27 Dec 2019 05:26:46 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0

URL:
  <https://savannah.gnu.org/bugs/?57486>

                 Summary: mex missing outdir option
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 27 Dec 2019 10:26:44 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Matlab's mex accepts the outdir option to store the compiled files in a given
folder.

Octave's mex accepts output to specify the output name for the mex file that
can be used to also set the folder.

Hence implementing outdir seems a matter of just parsing the option and then
appending to the output arguments that are currently used. I do not think one
should check for the validity of the output name/folder, and I would delegate
that to the system utilities to manipulate folders and files.





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57486>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]