Opened 15 years ago
Closed 5 years ago
#23337 closed defect (fixed)
newmat universal variant doesn't work
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | jameskyle@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | newmat |
Description
$ sudo port install newmat +universal ---> Computing dependencies for newmat ---> Fetching newmat ---> Verifying checksum(s) for newmat ---> Extracting newmat ---> Configuring newmat Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_math_newmat/work/newmat10" && cmake --disable-dependency-tracking -DCMAKE_INSTALL_PREFIX:PATH=/opt/local " returned error 1 Command output: CMake Error: The source directory "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_math_newmat/work/newmat10/--disable-dependency-tracking" does not exist. Specify --help for usage, or press the help button on the CMake GUI. Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output.
Consider using the cmake portgroup which takes care of cmake's peculiarities for you and should automatically fix this.
Attachments (1)
Change History (7)
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | newmat.cmake.diff added |
---|
comment:1 follow-up: 2 Changed 15 years ago by jameskyle@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 follow-up: 3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to ryandesign@…:
there are a number of lines which are now redundant and can be removed
Removed in r63302.
comment:4 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from jameskyle@… to jameskyle@… |
---|---|
Status: | reopened → assigned |
Whoops.
comment:6 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Replying to jameskyle@…:
...in r62862, but there are a number of lines which are now redundant and can be removed; see my patch.