Opened 11 years ago

Last modified 6 weeks ago

#41304 closed enhancement

luajit: add universal variant — at Version 6

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: dbevans (David B. Evans)
Port: luajit

Description (last modified by mf2k (Frank Schima))

If possible, please add a universal variant to the luajit port.

Change History (6)

comment:1 Changed 10 years ago by anddam (Andrea D'Amore)

Status: newassigned

comment:2 Changed 10 years ago by anddam (Andrea D'Amore)

I'm not sure it can be built universal, src/Makefile is guessing the arch using $(CC) $(CFLAGS) -E lj_arch.h -dM and searching the output for known arch strings, this fails when passing two -arch because the preprocessor doesn't support that

clang: error: cannot use 'c-header-cpp-output' output with multiple -arch options

Any suggestion?

Last edited 10 years ago by anddam (Andrea D'Amore) (previous) (diff)

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

Owner: changed from anddam to stromnov

The lack of a universal variant in luajit is still a problem. Because of this, the ports that depend on luajit can't have universal variants either, and neither can the ports depending on those ports, and so on.

If the build system cannot build for multiple architectures simultaneously, it can be told to build for each architecture separately using the muniversal portgroup.

comment:4 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: dbevans added

This affects gegl-0.4, for example.

comment:5 Changed 4 years ago by mf2k (Frank Schima)

Owner: stromnov deleted

comment:6 Changed 4 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.