To build the software for MacOSX, run the cmake command:

cd devel/msxpertsuite/build-area && rm -rf *
cmake -DOPENMP1=1 -DDEBUG=0 ../development && make install && ../development/maintainer-scripts/macosx/createMacBundle.py --allBundles

and follow the instructions.

