Opened 8 years ago
Closed 8 years ago
#52521 closed defect (fixed)
SDRplay: supports x86_64 only
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | SDRplay |
Description
It looks like SDRplay downloads and installs a pre-compiled x86_64 library:
$ sudo port extract SDRplay ---> Fetching distfiles for SDRplay ---> Verifying checksums for SDRplay ---> Extracting SDRplay $ file $(port work SDRplay)/SDRplay-1.97.3/sdrplay/libmirsdrapi-rsp.so.1.97 /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_SDRplay/SDRplay/work/SDRplay-1.97.3/sdrplay/libmirsdrapi-rsp.so.1.97: Mach-O 64-bit x86_64 dynamically linked shared library, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|NO_REEXPORTED_DYLIBS>
If I'm seeing that correctly, then the port should indicate this with the line
supported_archs x86_64
Change History (2)
comment:1 Changed 8 years ago by michaelld (Michael Dickens)
comment:2 Changed 8 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Done in r153626.
Note: See
TracTickets for help on using
tickets.
Yes, I think you're correct. I'll add that line.