Bug 2321532
Summary: | Review Request: lpsolve-xli-CPLEX - CPLEX XLI plugin for lpsolve | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | James.Gunning, package-review |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://sourceforge.net/projects/lpsolve/ | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Petr Pisar
2024-10-24 15:48:22 UTC
Copr build: https://copr.fedorainfracloud.org/coprs/build/8172849 (failed) Build log: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2321532-lpsolve-xli-cplex/fedora-rawhide-x86_64/08172849-lpsolve-xli-CPLEX/builder-live.log.gz Please make sure the package builds successfully at least for Fedora Rawhide. - If the build failed for unrelated reasons (e.g. temporary network unavailability), please ignore it. - If the build failed because of missing BuildRequires, please make sure they are listed in the "Depends On" field --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string. That's great, thanks! Except it needs the files yacc_read.[ch] from the main lpsolve source tree to build properly, I believe: if I copy them in in a hacky way I think it builds ok. Confirming also it seems to run fine, as long as the built libxli_CPLEX.so is in a sane place on the path (probably /lib/lib64 ?) Just for records, usage is usually something like % lp_solve -rxli xli_CPLEX model.lpt It only needs yacc_read.h header file. I added that file into lpsolve-devel-5.5.2.11-7.fc42. Thanks Petr. That should do the trick. There are other xli interfaces too in the lpsolve code, so others may profit from the header in the lpsolve-devel rpm if those other interfaces appear as separate rpms in the future... |