#40771: vaucanson 2 ------------------------------+-------------------------------- Reporter: akim.demaille@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: vaucanson | ------------------------------+-------------------------------- Comment (by akim.demaille@…): Replying to [comment:10 ryandesign@…]:
I've added the port in r113207, blacklisting clang older than Mavericks'; we can refine it further from there.
That's great, thanks a lot!
How does vaucanson use boost? I see a library dependency declared on boost, but I don't see any files installed by vaucanson actually linking with any boost libraries.
Actually it depends on the compiler that is used. GCC 4.8's support for Regex is too weak, in that case we use Boost's Regex. In the case of Clang, libc++'s Regex is good enough, in which case no Boost library is used, everything is only compile-time dependencies. -- Ticket URL: <https://trac.macports.org/ticket/40771#comment:14> MacPorts <http://www.macports.org/> Ports system for OS X