Ticket #33572 (closed defect: worksforme)
octave-signal: Missing oct file for upfirdn
| Reported by: | MacPorts@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.4 |
| Keywords: | Cc: | ||
| Port: | octave-signal |
Description
The signal-1.0.10 package (the latest) does not include the upfirdn.oct file, made from upfirdn.cc in the Octave Forge source. I discovered this by trying to run resample.m which is included (and which tries to call upfirdn).
Change History
comment:3 follow-up: ↓ 4 Changed 15 months ago by ryandesign@…
- Keywords octave signal upfirdn removed
- Cc MacPorts@… removed
- Port changed from octave to octave-signal
- Summary changed from Missing oct file for upfirdn in signal package to octave-signal: Missing oct file for upfirdn
If you can suggest a patch to the portfile to remedy this, that would be helpful; this port has no maintainer so nobody is looking after it.
comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 15 months ago by MacPorts@…
Replying to ryandesign@…:
If you can suggest a patch to the portfile to remedy this, that would be helpful; this port has no maintainer so nobody is looking after it.
Ok, I'll try to find the port file and look over it. If I can see how other .oct files are compiled and installed, it should be an easy fix. Hints or a pointer to a MacPorts-devel tutorial would be welcome!
comment:5 in reply to: ↑ 4 Changed 15 months ago by MacPorts@…
Replying to MacPorts@…:
Replying to ryandesign@…:
If you can suggest a patch to the portfile to remedy this, that would be helpful; this port has no maintainer so nobody is looking after it.
Ok, I'll try to find the port file and look over it. If I can see how other .oct files are compiled and installed, it should be an easy fix. Hints or a pointer to a MacPorts-devel tutorial would be welcome!
I found
/opt/local/var/macports/sources/rsync.macports.org/release/ports/math/octave/Portfile
and it looks like I'll obtain all the info I need from
port uninstall octave-signal port -d install octave-signal
Looking under the hood of MacPorts is very impressive!


Cc Me!