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.
9 lines
291 B
9 lines
291 B
2 years ago
|
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
|