agoramachina / flam3

Automatically exported from code.google.com/p/flam3
0 stars 0 forks source link

[patch] Haiku port #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here a patch to add Haiku operating system (http://www.haiku-os.org) support.

Original issue reported on code.google.com by philippe...@gmail.com on 16 Nov 2010 at 12:23

Attachments:

GoogleCodeExporter commented 8 years ago
The patch does three kind of things:
- replace any occurence of hardcoded -lpthread and -lm with LIBPTHREAD and LIBM 
variables, respectively 
- add autoconf checks to detect if -lm and -lpthread are required to get their 
respective API linked-in. Under Haiku, both API are builtin default library, 
libroot.so, so no extra libs are required.
- add Haiku-specific code to retrieve system's CPU counts to support default 
multithreading mode.

Original comment by philippe...@gmail.com on 16 Nov 2010 at 12:31

GoogleCodeExporter commented 8 years ago

Original comment by scottdra...@gmail.com on 20 Nov 2010 at 4:35

GoogleCodeExporter commented 8 years ago
We don't plan to support Haiku, sorry.

Original comment by scottdra...@gmail.com on 20 Nov 2010 at 4:36

GoogleCodeExporter commented 8 years ago

Original comment by scottdra...@gmail.com on 20 Nov 2010 at 4:36