PHP 8.2.31
Preview: cmake_builder.rb Size: 667 B
//proc/thread-self/root/opt/alt/ruby34/share/rubygems/rubygems/ext/cmake_builder.rb

# frozen_string_literal: true

class Gem::Ext::CmakeBuilder < Gem::Ext::Builder
  def self.build(extension, dest_path, results, args=[], lib_dir=nil, cmake_dir=Dir.pwd,
    target_rbconfig=Gem.target_rbconfig)
    if target_rbconfig.path
      warn "--target-rbconfig is not yet supported for CMake extensions. Ignoring"
    end

    unless File.exist?(File.join(cmake_dir, "Makefile"))
      require_relative "../command"
      cmd = ["cmake", ".", "-DCMAKE_INSTALL_PREFIX=#{dest_path}", *Gem::Command.build_args]

      run cmd, results, class_name, cmake_dir
    end

    make dest_path, results, cmake_dir, target_rbconfig: target_rbconfig

    results
  end
end

Directory Contents

Dirs: 1 × Files: 7

Name Size Perms Modified Actions
- drwxr-xr-x 2026-05-14 20:42:26
Edit Download
7.24 KB lrw-r--r-- 2026-04-20 12:16:25
Edit Download
179 B lrw-r--r-- 2026-04-20 12:16:25
Edit Download
10.08 KB lrw-r--r-- 2026-04-20 12:16:25
Edit Download
667 B lrw-r--r-- 2026-04-20 12:16:25
Edit Download
772 B lrw-r--r-- 2026-04-20 12:16:25
Edit Download
2.55 KB lrw-r--r-- 2026-04-20 12:16:25
Edit Download
1.01 KB lrw-r--r-- 2026-04-20 12:16:25
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).