conda-forge / conda-forge.github.io

The conda-forge website.
https://conda-forge.org
BSD 3-Clause "New" or "Revised" License
124 stars 273 forks source link

Cross-compile `perl` modules #1584

Open tdegeus opened 2 years ago

tdegeus commented 2 years ago

I have a perl module that is compiled, and thus platform specific :

https://github.com/conda-forge/perl-unicode-linebreak-feedstock

How can I compile it on macOS ARM ?

jakirkham commented 2 years ago

cc @conda-forge/core (in case anyone has thoughts here 🙂)

wolfv commented 2 years ago

I wonder if this could help? https://arsv.github.io/perl-cross/index.html

Although I have to admit that I don't have the slightest clue about Perl.

tdegeus commented 2 years ago

A challenge is the most perl packages use ExtUtils::MakeMaker to generate makefiles.