(Note that this port needs devel/libacovea and devel/libcoyotl, submitted in another PR.) ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to find the "best" options for compiling programs with the GNU Compiler Collection (GCC) C and C++ compilers. "Best", in this context, is defined as those options that produce the fastest executable program from a given source code. Acovea is a C++ framework that can be extended to test other programming languages and non-GCC compilers. Author: Scott Robert Ladd WWW: http://www.coyotegulch.com/products/acovea/index.html Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->novel I will take it.
State Changed From-To: open->feedback Asked for feedback
State Changed From-To: feedback->closed New port added. Thanks!
There's some problem with pkg-plist: http://tb3.droso.net/logs/6-novel/acovea-5.1.1.log It's caused because you do REINPLACE_CMD on these files, which is 'sed -i.bak'. I'm not quite sure how to fix it, I have a few options though: 1. Call sed(1) directly with '-i' flag 2. Use ${REINPLACE_CMD:S/\.bak$//} 3. Make the software' install system ignore '.bak' type So I'm waiting for your decision. Roman Bogorodskiy