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

yoda 2.0.1 #410

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/yoda.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

desc "Yet more Objects for Data Analysis"
homepage "https://yoda.hepforge.org"
url "https://yoda.hepforge.org/downloads/?f=YODA-1.9.10.tar.gz"
sha256 "b9b978bdf34d688485c26b66c749c7584ee78e825961707367da54d5b95640fb"
url "https://yoda.hepforge.org/downloads/?f=YODA-2.0.1.tar.gz"
sha256 "28a900b62b0ac967edfd1a64196c1518a1adcec12b08da5ff4ae5adff6a69662"
license "GPL-3.0-only"

livecheck do
Expand Down Expand Up @@ -44,7 +44,7 @@
"python3.10"
end

def install

Check failure on line 47 in Formula/yoda.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew install --verbose --formula --build-bottle davidchall/hep/yoda` failed on macOS Sonoma (14) on Apple Silicon!

checking for python version... 3.10 checking for python platform... darwin checking for python script directory... ${prefix}/lib/python3.10/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.10/site-packages checking for Cython >= 0.24... no checking for pyext/yoda/core.cpp... yes checking if the clang++ -std=c++17 compiler accepts the -Wno-unused-but-set-variable flag... yes checking if the clang++ -std=c++17 compiler accepts the -Wno-sign-compare flag... yes checking if the clang++ -std=c++17 compiler accepts the -Wno-strict-prototypes flag... yes checking if the clang++ -std=c++17 compiler accepts the -Wno-deprecated flag... yes checking if the clang++ -std=c++17 compiler accepts the -Wno-deprecated-declarations flag... yes checking if the clang++ -std=c++17 compiler accepts the -Wno-psabi flag... yes configure: All Python build checks successful: 'yoda' Python extension will be built checking for doxygen... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating Doxyfile config.status: creating include/Makefile config.status: creating include/YODA/Makefile config.status: creating src/Makefile config.status: creating src/tinyxml/Makefile config.status: creating src/yamlcpp/Makefile config.status: creating src/binreloc/Makefile config.status: creating tests/Makefile config.status: creating data/Makefile config.status: creating data/texmf/Makefile config.status: creating pyext/Makefile config.status: creating pyext/build.py config.status: creating pyext/yoda/Makefile config.status: creating bin/Makefile config.status: creating bin/yoda-config config.status: creating yodaenv.sh config.status: creating yoda.pc config.status: creating include/YODA/Config/DummyConfig.h config.status: creating include/YODA/Config/YodaConfig.h config.status: include/YODA/Config/YodaConfig.h is unchanged config.status: creating include/YODA/Config/BuildConfig.h config.status: include/YODA/Config/BuildConfig.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands ************************************************************ YODA CONFIGURED! Now build and install (to the /opt/homebrew/Cellar/yoda/2.0.1 tree) with e.g. make -j2 && make -j2 install ************************************************************ ==> make Making all in src Making all in tinyxml CXX libyoda_tinyxml_la-tinystr.lo CXX libyoda_tinyxml_la-tinyxml.lo CXX libyoda_tinyxml_la-tinyxmlerror.lo CXX libyoda_tinyxml_la-tinyxmlparser.lo CXXLD libyoda-tinyxml.la Making all in yamlcpp CXX libyoda_yaml_cpp_la-binary.lo CXX libyoda_yaml_cpp_la-emitterstate.lo CXX libyoda_yaml_cpp_la-node.lo CXX libyoda_yaml_cpp_la-parser.lo CXX libyoda_yaml_cpp_la-simplekey.lo CXX libyoda_yaml_cpp_la-convert.lo CXX libyoda_yaml_cpp_la-emitterutils.lo CXX libyoda_yaml_cpp_la-node_data.lo CXX libyoda_yaml_cpp_la-regex_yaml.lo CXX libyoda_yaml_cpp_la-singledocparser.lo CXX libyoda_yaml_cpp_la-directives.lo CXX libyoda_yaml_cpp_la-exceptions.lo CXX libyoda_yaml_cpp_la-nodeevents.lo CXX libyoda_yaml_cpp_la-scanner.lo CXX libyoda_yaml_cpp_la-stream.lo CXX libyoda_yaml_cpp_la-emit.lo CXX libyoda_yaml_cpp_la-exp.lo CXX libyoda_yaml_cpp_la-null.lo CXX libyoda_yaml_cpp_la-scanscalar.lo CXX libyoda_yaml_cpp_la-tag.lo CXX libyoda_yaml_cpp_la-emitfromevents.lo CXX libyoda_yaml_cpp_la-memory.lo CXX libyoda_yaml_cpp_la-ostream_wrapper.lo CXX libyoda_yaml_cpp_la-scantag.lo CXX libyoda_yaml_cpp_la-emitter.lo CXX libyoda_yaml_cpp_la-nodebuilder.lo CXX libyoda_yaml_cpp_la-parse.lo CXX libyoda_yaml_cpp_la-scantoken.lo CXX libyoda_yaml_cpp_la-depthguard.lo CXXLD libyoda-yaml-cpp.la Making all in binreloc CC li
args = %W[
--disable-debug
--disable-dependency-tracking
Expand Down
Loading