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

m #605

Closed
wants to merge 1 commit into from
Closed

m #605

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
2 changes: 1 addition & 1 deletion Formula/llvm/mlir.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Mlir < Formula
def install
cmake_args = std_cmake_args+ %W[
-D BUILD_SHARED_LIBS=ON
-D MLIR_INSTALL_AGGREGATE_OBJECTS=OFF
-D Python3_ROOT_DIR=#{Formula["python"].prefix}
-D Python3_FIND_FRAMEWORK=OFF

Expand All @@ -39,7 +40,6 @@ def install
site_package = Language::Python.site_packages "python3"
(prefix/site_package).install prefix/"python_packages/mlir_core/mlir"
rm_rf prefix/"python_packages"
rm_rf Dir[lib/"objects-*"]
end

test do
Expand Down
Loading