You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
summary: Building a lp_solve application
|
|
description:
|
|
Check that a lp_solve application can be compiled, linked and executed.
|
|
component: lpsolve
|
|
require:
|
|
- gcc
|
|
- lpsolve-devel
|
|
test: gcc -I/usr/include/lpsolve /usr/share/doc/lpsolve-devel/demo.c -llpsolve55 && ./a.out </dev/null
|