Bootstrap (riscv64)

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-03-06 11:20:57 +02:00
parent bcb71a69a4
commit b427135a4e
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 5 additions and 2 deletions

View File

@ -10,12 +10,12 @@
# Attempting to cheat by defining COIN_HAS_CBC while building this package
# just leads to other compiler errors due to missing coin-or-Cbc headers.
# As painful as it is, this really is the best approach.
%bcond bootstrap 0
%bcond bootstrap 1
Name: coin-or-%{module}
Summary: Coin-or linear programming
Version: 1.17.9
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
# The project as a whole is licensed EPL-2.0. However, many source files still
# claim to be licensed EPL-1.0. This is probably an upstream oversight.
@ -159,6 +159,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test
%{_docdir}/%{name}/clp_doxy.tag
%changelog
* Wed Mar 6 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1.17.9-1.0.riscv64
- Bootstrap (riscv64)
* Mon Feb 5 2024 Jerry James <loganjerry@gmail.com> - 1.17.9-1
- Version 1.17.9
- Update License from EPL-1.0 to EPL-2.0 AND EPL-1.0