Opened 3 years ago

Closed 3 years ago

#62731 closed enhancement (fixed)

cm256cc: arm64 support?

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ra1nb0w
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc:
Port: cm256cc

Description

cm256cc declares it is only compatible with x86_64 and i386. Can arm64 support be added?

Change History (5)

comment:1 Changed 3 years ago by ra1nb0w

I know. The cmake code that I wrote for the project should support arm64 and the library too but I never tested it and I don't have any platform to do it. Maybe remove the constraint and see what happen.

comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

What was it that caused you to add supported_archs x86_64 i386 originally?

comment:3 Changed 3 years ago by ra1nb0w

one of the developers said me (2019) that there was a problem but I don't remember more. I try to remove that line and we will see..

comment:4 Changed 3 years ago by ra1nb0w

Now I remember, it doesn't work on PPC. I think we can remove the line since today nobody use PPC for software defined radio and this port is used only by SDRangel that doesn't work on PPC too.

comment:5 Changed 3 years ago by Davide Gerhard <ra1nb0w@…>

Resolution: fixed
Status: assignedclosed

In 069f29d714f033bae7c722cec5e29faeb7b526cd/macports-ports (master):

cm256cc: remove supported_archs constraint

was to disable PPC installation since it works only on x86/x86_64 and
arm64. I think that nowadays nobody try to use this on PPC.

thank you @ryandesign

Closes: #62731

Note: See TracTickets for help on using tickets.