{"id":30815449,"url":"https://github.com/fields2cover/ortools_vendor","last_synced_at":"2026-02-14T10:04:14.220Z","repository":{"id":232405775,"uuid":"784274525","full_name":"Fields2Cover/ortools_vendor","owner":"Fields2Cover","description":"Wrapper for ortools using ROS","archived":false,"fork":false,"pushed_at":"2024-06-09T07:43:16.000Z","size":23,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-11T17:27:08.881Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fields2Cover.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-09T14:28:10.000Z","updated_at":"2024-06-11T17:27:08.882Z","dependencies_parsed_at":"2024-06-08T19:03:02.403Z","dependency_job_id":null,"html_url":"https://github.com/Fields2Cover/ortools_vendor","commit_stats":null,"previous_names":["fields2cover/ortools_vendor"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Fields2Cover/ortools_vendor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fields2Cover%2Fortools_vendor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fields2Cover%2Fortools_vendor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fields2Cover%2Fortools_vendor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fields2Cover%2Fortools_vendor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fields2Cover","download_url":"https://codeload.github.com/Fields2Cover/ortools_vendor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fields2Cover%2Fortools_vendor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273874160,"owners_count":25183368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-06T08:13:33.193Z","updated_at":"2026-02-14T10:04:14.214Z","avatar_url":"https://github.com/Fields2Cover.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simulate the packaging build locally\n\nNeed to do this to patch warnings that are treated as errors\ndue to the build flags set by dpkg-buildflags.\n\n## Prepare\n```\nsudo apt install debhelper\ndpkg-checkbuilddeps\ngit clone git@github.com:aosmw/ortools_vendor.git\n```\n\n## Build it\n```\ncd ortools_vendor\ndpkg-buildpackage -d -b\n```\n\n## Rebuild it\n```\ncd .obj-x86_64-linux-gnu\nmake -j10\n```\n\n## Make fixes and make a patch\ncd .obj-x86_64-linux-gnu/ortools_vendor-prefix/src/ortools_vendor/\ngit diff \u003e ../../../../0001-sciperrormessage.patch\n\n## Notes dpkg-buildflags on ubuntu-22.04\n```\ndpkg-buildflags\nASFLAGS=\nCFLAGS=-g -O2 -ffile-prefix-map=/home/wakem/contrib_github/n2/src/ros-deb-builder-action/src/ortools_vendor=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security\nCPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2\nCXXFLAGS=-g -O2 -ffile-prefix-map=/home/wakem/contrib_github/n2/src/ros-deb-builder-action/src/ortools_vendor=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security\nDFLAGS=-frelease\nFCFLAGS=-g -O2 -ffile-prefix-map=/home/wakem/contrib_github/n2/src/ros-deb-builder-action/src/ortools_vendor=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong\nFFLAGS=-g -O2 -ffile-prefix-map=/home/wakem/contrib_github/n2/src/ros-deb-builder-action/src/ortools_vendor=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong\nGCJFLAGS=-g -O2 -ffile-prefix-map=/home/wakem/contrib_github/n2/src/ros-deb-builder-action/src/ortools_vendor=. -flto=auto -ffat-lto-objects -fstack-protector-strong\nLDFLAGS=-Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro\nOBJCFLAGS=-g -O2 -ffile-prefix-map=/home/wakem/contrib_github/n2/src/ros-deb-builder-action/src/ortools_vendor=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security\nOBJCXXFLAGS=-g -O2 -ffile-prefix-map=/home/wakem/contrib_github/n2/src/ros-deb-builder-action/src/ortools_vendor=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffields2cover%2Fortools_vendor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffields2cover%2Fortools_vendor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffields2cover%2Fortools_vendor/lists"}