ruby 自制的libcpuid公式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 自制的libcpuid公式相关的知识,希望对你有一定的参考价值。

class Libcpuid < Formula
  desc "A small C library for x86 CPU detection and feature extraction "
  homepage "https://github.com/anrieff/libcpuid"
  head "https://github.com/anrieff/libcpuid.git"

  depends_on "automake" => :build
  depends_on "libtool" => :build
  depends_on "autoconf" => :build

  def install
    system "autoreconf", "--install"
    system "./configure", "--disable-debug",
                          "--disable-dependency-tracking",
                          "--disable-silent-rules",
                          "--prefix=#{prefix}"
    system "make", "install" # if this fails, try separate make/make install steps
  end

  test do
    system "#{bin}/cpuid_tool", "--version"
  end
end

以上是关于ruby 自制的libcpuid公式的主要内容,如果未能解决你的问题,请参考以下文章

ruby radare2自制软件

ruby 生成自制软件安装命令

ruby 自制的telseq安装;使用brew install(url)

sh 将变量注入自制程序公式。

ruby 自制的osxutils论坛。修改为使用http://hasseg.org/trash/中更好的垃圾工具

无法从自制软件安装 hdf5 库