#43080: New port for SeqAn applications -------------------------+-------------------------------- Reporter: tre@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: seqan-apps | -------------------------+-------------------------------- Comment (by david.weese@…): Do you mistake OpenMP with OpenMPI? For multi-core parallelization in the SeqAn apps we need OpenMP which is a C++ language extension supported by the gcc compilers but not clang yet. SeqAn's apps very well compile with almost any compiler and on any platform but with clang they cannot benefit from multi-threading which is a performance problem when processing biological mass data. A second issue is the coinor-LEMON library I made a portfile for (#43101). LEMON does not compile with clang, only with gcc and we have one app (breakpoint- calculator) depending on LEMON. What is the problem to have port depending on gcc47 during installation? We didn't encounter any problems with gcc4x neither on Mac OS 10.8 nor 10.9 yet. -- Ticket URL: <https://trac.macports.org/ticket/43080#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X