build_config.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "git_url":"https://github.com/gazebosim/sdformat.git",
  3. "git_tag":"sdformat13_13.5.0",
  4. "package_name":"sdformat",
  5. "package_version":"13.5.0-rev2",
  6. "package_url":"https://github.com/gazebosim/sdformat.git",
  7. "package_license":"Apache-2.0",
  8. "package_license_file":"LICENSE",
  9. "patch_file": "fortify.patch",
  10. "cmake_find_target":"Findsdformat.cmake",
  11. "Platforms":{
  12. "Linux":{
  13. "Linux":{
  14. "cmake_find_template":"Findsdformat.cmake.template",
  15. "custom_build_cmd": [
  16. "./build-host-os.sh",
  17. "x86_64",
  18. "sdformat13",
  19. "20.04"
  20. ],
  21. "custom_install_cmd": [
  22. "./install-linux.sh",
  23. "install"
  24. ],
  25. "custom_test_cmd" : [
  26. "./test-linux.sh",
  27. "x86_64"
  28. ]
  29. },
  30. "Linux-aarch64":{
  31. "cmake_find_template":"Findsdformat.cmake.template",
  32. "custom_build_cmd": [
  33. "./build-host-os.sh",
  34. "aarch64",
  35. "sdformat13",
  36. "20.04"
  37. ],
  38. "custom_install_cmd": [
  39. "./install-linux.sh",
  40. "install"
  41. ],
  42. "custom_test_cmd" : [
  43. "./test-linux.sh",
  44. "aarch64"
  45. ]
  46. }
  47. }
  48. }
  49. }