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

mlpack 4.5.0 #191108

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Changes from 1 commit
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
5 changes: 2 additions & 3 deletions Formula/m/mlpack.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Mlpack < Formula

Check warning on line 1 in Formula/m/mlpack.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

No bottle built for mlpack!

mlpack has unbottled dependencies, so a bottle will not be built.
desc "Scalable C++ machine learning library"
homepage "https://www.mlpack.org"
url "https://mlpack.org/files/mlpack-4.4.0.tar.gz"
sha256 "61c604026d05af26c244b0e47024698bbf150dfcc9d77b64057941d7d64d6cf6"
url "https://mlpack.org/files/mlpack-4.5.0.tar.gz"
sha256 "aab70aee10c134ef3fe568843fe4b3bb5e8901af30ea666f57462ad950682317"
license all_of: ["BSD-3-Clause", "MPL-2.0", "BSL-1.0", "MIT"]
revision 1
head "https://github.com/mlpack/mlpack.git", branch: "master"

bottle do
Expand Down
Loading