Name: | odb |
---|---|
Version: | 2.3.0 |
Release: | 6.el7 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 13870090 |
License: | GPLv3 |
RPM: | odb-2.3.0-6.el7.aarch64.rpm |
Source RPM: | odb-2.3.0-6.el7.src.rpm |
Build Date: | Wed May 30 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.codesynthesis.com/products/odb/ |
Summary: | Object-relational mapping (ORM) system for C++ |
Description: | ODB is an object-relational mapping (ORM) system for C++. It provides tools, APIs, and library support that allow you to persist C++ objects to a relational database (RDBMS) without having to deal with tables, columns, or SQL and without manually writing any of the mapping code. |
- Require the version of GCC that its being built against
- Build with $RPM_OPT_FLAGS
- Patch to build with gcc 4.9
- Build against devtoolset 2.0
- Adding expat-devel as BuildRequires
- Updated to 2.3.0
- Initial build