We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8d4284 + d54a760 commit e0bd066Copy full SHA for e0bd066
Formula/sdformat16.rb
@@ -34,7 +34,7 @@ def python_cmake_arg(python = Formula["python@3.13"])
34
def install
35
rpaths = [
36
rpath,
37
- rpath(source: libexec/"gz/sdformat16", target: lib),
+ rpath(source: libexec/"gz/sdformat", target: lib),
38
]
39
cmake_args = std_cmake_args
40
cmake_args << "-DBUILD_TESTING=Off"
@@ -60,7 +60,9 @@ def install
60
end
61
62
test do
63
- system libexec/"gz/sdformat16/gz-sdformat-sdf"
+ # Test standalone executable
64
+ system libexec/"gz/sdformat/gz-sdformat-sdf"
65
+ # Test compiling against API
66
(testpath/"test.cpp").write <<-EOS
67
#include <iostream>
68
#include "sdf/sdf.hh"
0 commit comments