Bioconductor / BBS

The Bioconductor Build System
9 stars 11 forks source link

Universal builds or cross compilation? #394

Open jwokaty opened 7 months ago

jwokaty commented 7 months ago

I just came across the idea again of universal builds for macs. I'm dog earring this so I remember to look at it later. https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary.

Additionally, we could try cross compilation. See https://clang.llvm.org/docs/CrossCompilation.html and https://stackoverflow.com/questions/693952/how-to-compile-for-os-x-in-linux-or-windows#answer-76183280.