build_config.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "git_url":"https://github.com/assimp/assimp",
  3. "git_tag": "v5.4.3",
  4. "package_name":"assimp",
  5. "package_version":"5.4.3-rev1",
  6. "package_url":"https://github.com/assimp/assimp",
  7. "package_license":"BSD-3-Clause",
  8. "package_license_file":"LICENSE",
  9. "cmake_find_source":"Findassimplib.cmake",
  10. "cmake_find_target":"Findassimplib.cmake",
  11. "Platforms":{
  12. "Windows":{
  13. "Windows":{
  14. "depends_on_packages" :[
  15. ["zlib-1.2.11-rev5-windows", "8847112429744eb11d92c44026fc5fc53caa4a06709382b5f13978f3c26c4cbd", ""]
  16. ],
  17. "custom_build_cmd" : [
  18. "build_assimp_windows.cmd"
  19. ],
  20. "custom_install_json": [
  21. "install_assimp_windows.json"
  22. ],
  23. "custom_test_cmd" : [
  24. "test_assimp_windows.cmd"
  25. ]
  26. }
  27. },
  28. "Darwin":{
  29. "Mac":{
  30. "depends_on_packages" :[
  31. ["zlib-1.2.11-rev5-mac", "b6fea9c79b8bf106d4703b67fecaa133f832ad28696c2ceef45fb5f20013c096", ""]
  32. ],
  33. "custom_build_cmd": [
  34. "./build_assimp_unix_like.sh"
  35. ],
  36. "custom_install_json": [
  37. "./install_assimp_mac.json"
  38. ],
  39. "custom_test_cmd" : [
  40. "./test_assimp_mac.sh"
  41. ]
  42. }
  43. },
  44. "Linux":{
  45. "Linux":{
  46. "depends_on_packages" :[
  47. ["zlib-1.2.11-rev5-linux", "9be5ea85722fc27a8645a9c8a812669d107c68e6baa2ca0740872eaeb6a8b0fc", ""]
  48. ],
  49. "custom_build_cmd": [
  50. "./build-linux-x86.sh"
  51. ],
  52. "custom_install_json": [
  53. "./install_assimp_linux.json"
  54. ]
  55. },
  56. "Linux-aarch64":{
  57. "depends_on_packages" :[
  58. ["zlib-1.2.11-rev5-linux-aarch64", "ce9d1ed2883d77ffc69c7982c078595c1f89ca55ec19d89fe7e6beb05f774775", ""]
  59. ],
  60. "custom_build_cmd": [
  61. "./build-linux-aarch64.sh"
  62. ],
  63. "custom_install_json": [
  64. "./install_assimp_linux.json"
  65. ]
  66. }
  67. }
  68. }
  69. }