Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps in ionic : ci_matching_branch/bump_ionic_gz-rendering9 #2467

Merged
merged 8 commits into from
Oct 17, 2023
Prev Previous commit
Next Next commit
Bumps in ionic : ci_matching_branch/bump_ionic_gz-rendering9
Signed-off-by: Ian Chen <[email protected]>
iche033 committed Oct 12, 2023
commit 2a96230fe6b15446fce4a4965293f5cd5072753c
6 changes: 3 additions & 3 deletions Formula/gz-rendering9.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ class GzRendering9 < Formula
desc "Rendering library for robotics applications"
homepage "https://gazebosim.org"
url "https://github.com/gazebosim/gz-rendering.git", branch: "main"
version "8.999.999-0-20231011"
version "8.999.999-0-20231012"
license "Apache-2.0"

head "https://github.com/gazebosim/gz-rendering.git", branch: "main"
@@ -23,7 +23,7 @@ class GzRendering9 < Formula
def install
rpaths = [
rpath,
rpath(source: lib/"gz-rendering-8/engine-plugins", target: lib),
rpath(source: lib/"gz-rendering-9/engine-plugins", target: lib),
]
cmake_args = std_cmake_args
cmake_args << "-DBUILD_TESTING=OFF"
@@ -38,7 +38,7 @@ def install
test do
# test plugins in subfolders
["ogre", "ogre2"].each do |engine|
p = lib/"gz-rendering-8/engine-plugins/libgz-rendering-#{engine}.dylib"
p = lib/"gz-rendering-9/engine-plugins/libgz-rendering-#{engine}.dylib"
# Use gz-plugin --info command to check plugin linking
cmd = Formula["gz-plugin2"].opt_libexec/"gz/plugin2/gz-plugin"
args = ["--info", "--plugin"] << p