modsim / FluxML

A Universal Modeling Language for Metabolic Flux Analysis
MIT License
9 stars 6 forks source link

building on macOS with ARM #32

Open qacwnfq opened 5 months ago

qacwnfq commented 5 months ago

Hey,

FluxML relies on sys/prctl.h and other sys files. These files are not available on linux. Perhaps we can find a way to replace/remove them for macOS builds.

mbeyss commented 5 months ago

prctl is just used to attach a debugger. I never found that to be particularly useful anyhow.

The other includes from sys are all POSIX. could you confirm those are present?