Sha256: bc9d34fb21c58bc7813d0a08dd9b347fba3bab25f66c3ed303d6eeac6421aa66
Contents?: true
Size: 1.65 KB
Versions: 4
Compression:
Stored size: 1.65 KB
Contents
# # Copyright 2014-2019 Chef Software, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # expeditor/ignore: deprecated 2022-12 name "mpc" default_version "1.3.1" dependency "gmp" dependency "mpfr" license "LGPL-3.0-or-later" license_file "COPYING.LESSER" # version_list: url=https://ftp.gnu.org/gnu/mpc/ filter=*.tar.gz version("1.3.1") { source sha256: "ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8" } version("1.2.1") { source sha256: "17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459" } version("1.1.0") { source sha256: "6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e" } source url: "https://ftp.gnu.org/gnu/mpc/mpc-#{version}.tar.gz" internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/#{name}-#{version}.tar.gz", authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}" relative_path "mpc-#{version}" build do env = with_standard_compiler_flags(with_embedded_path) configure_command = ["./configure", "--prefix=#{install_dir}/embedded"] command configure_command.join(" "), env: env make "-j #{workers}", env: env make "-j #{workers} install", env: env end
Version data entries
4 entries across 4 versions & 1 rubygems