Skip to content

Fix package building issues on bigmac.

Qt is getting built without STL support on bigmac. STL support is required for ParaView. Updating qt4 config to explicitly request it.

Also, CMAKE_OSX_ARCHITECTURES was ending up not set on this machine which was causing configure errors with Qt configure. Fixed that.

Merge request reports