Skip to content
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.2.tar.gz"
sha256 "caa1301372ab8d911c8a9e5b2f9dfa31b12fddd39cfb56237499e5705020bede"
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!

make[3]: Nothing to be done for `all-am'. Making all in . cd .; \ CC="clang++ -std=gnu++11 -std=c++17" CXX="clang++ -std=gnu++11 -std=c++17" CXXFLAGS="-O3 -Wno-unused-but-set-variable -Wno-sign-compare -Wno-strict-prototypes -Wno-deprecated -Wno-deprecated-declarations -Wno-psabi" ARCHFLAGS="" YODA_LOCAL=1 /opt/homebrew/opt/[email protected]/libexec/bin/python /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/pyext/build.py In file included from /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/pyext/yoda/core.cpp:1258: /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:62:24: error: no type named 'enable_if_t' in namespace 'std' inline typename std::enable_if_t<std::is_floating_point_v<NUM>, bool> ~~~~~~~~~~~~~~^~~~~~~~~~~ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:62:35: error: expected unqualified-id inline typename std::enable_if_t<std::is_floating_point_v<NUM>, bool> ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:123:24: error: no type named 'enable_if_t' in namespace 'std' inline typename std::enable_if_t< ~~~~~~~~~~~~~~^~~~~~~~~~~ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:123:35: error: expected unqualified-id inline typename std::enable_if_t< ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:165:23: error: unknown type name 'RangeBoundary' RangeBoundary lowbound=CLOSED, RangeBoundary highbound=OPEN) { ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:165:46: error: use of undeclared identifier 'CLOSED' RangeBoundary lowbound=CLOSED, RangeBoundary highbound=OPEN) { ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:165:54: error: unknown type name 'RangeBoundary' RangeBoundary lowbound=CLOSED, RangeBoundary highbound=OPEN) { ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:165:78: error: use of undeclared identifier 'OPEN' RangeBoundary lowbound=CLOSED, RangeBoundary highbound=OPEN) { ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:166:21: error: use of undeclared identifier 'OPEN' if (lowbound == OPEN && highbound == OPEN) { ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:166:42: error: use of undeclared identifier 'OPEN' if (lowbound == OPEN && highbound == OPEN) { ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:168:28: error: use of undeclared identifier 'OPEN' } else if (lowbound == OPEN && highbound == CLOSED) { ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:168:49: error: use of undeclared identifier 'CLOSED' } else if (lowbound == OPEN && highbound == CLOSED) { ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:170:28: error: use of undeclared identifier 'CLOSED' } else if (lowbound == CLOSED && highbound == OPEN) { ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:170:51: error: use of undeclared identifier 'OPEN' } else if (lowbound == CLOSED && highbound == OPEN) { ^ /private/tmp/yoda-20241104-8309-voxthr/YODA-2.0.2/include/YODA/Utils/MathUtils.h:180:23: error: unknown type name 'RangeBoundary' RangeBoundary lowbound=CLOSED, RangeBoundary highbound=OPEN) {
args = %W[
--disable-debug
--disable-dependency-tracking
Expand Down
Loading