
cmake
Silent install package for cmake
4.1.0-1
- package: tis-cmake
- name: cmake
- version: 4.1.0-1
- maintainer: Amel FRADJ
- licence: https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt
- target_os: windows
- architecture: x64
- signature_date:
- size: 35.13 Mo
- homepage : https://gitlab.kitware.com/cmake/cmake
package : tis-cmake
version : 4.1.0-1
architecture : x64
section : base
priority : optional
name : cmake
categories :
maintainer : Amel FRADJ
description : CMake is a family of cross-platform open source tools designed for creating, testing and packaging software. CMake is used to control the software compilation process using simple, platform- and compiler-independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version :
sources :
installed_size :
impacted_process :
description_fr : CMake est une famille d'outils open source multiplateforme conçue pour créer, tester et empaqueter des logiciels. CMake est utilisé pour contrôler le processus de compilation du logiciel à l'aide de simples fichiers de configuration indépendants de la plate-forme et du compilateur, et générer des makefiles et des espaces de travail natifs qui peuvent être utilisés dans l'environnement de compilateur de votre choix
description_pl : CMake to rodzina wieloplatformowych narzędzi open source przeznaczonych do tworzenia, testowania i pakowania oprogramowania. CMake służy do kontrolowania procesu tworzenia oprogramowania przy użyciu prostych plików konfiguracyjnych niezależnych od platformy i kompilatora oraz generowania natywnych plików makefile i obszarów roboczych, które mogą być używane w wybranym środowisku kompilatora
description_de : CMake ist eine plattformübergreifende Open-Source-Toolfamilie, die zum Erstellen, Testen und Paketieren von Software entwickelt wurde. CMake wird verwendet, um den Prozess der Softwarekompilierung mithilfe einfacher plattform- und compilerunabhängiger Konfigurationsdateien zu steuern und native Makefiles und Arbeitsbereiche zu erzeugen, die in der Compilerumgebung Ihrer Wahl verwendet werden können
description_es : CMake es una familia de herramientas multiplataforma de código abierto diseñadas para crear, probar y empaquetar software. CMake se utiliza para controlar el proceso de creación de software mediante sencillos archivos de configuración independientes de la plataforma y el compilador, y generar makefiles y espacios de trabajo nativos que se pueden utilizar en el entorno de compilador de su elección
description_pt : O CMake é uma família de ferramentas de código aberto multiplataforma projetadas para criar, testar e empacotar software. O CMake é usado para controlar o processo de construção de software usando arquivos de configuração simples independentes de plataforma e compilador, e gerar makefiles e espaços de trabalho nativos que podem ser usados no ambiente do compilador de sua escolha
description_it : CMake è una famiglia di strumenti open source multipiattaforma progettati per creare, testare e confezionare software. CMake viene utilizzato per controllare il processo di creazione del software utilizzando semplici file di configurazione indipendenti dalla piattaforma e dal compilatore e per generare makefile e spazi di lavoro nativi che possono essere utilizzati nell'ambiente di compilazione prescelto
description_nl : CMake is een familie van cross-platform open source gereedschappen ontworpen om software te maken, te testen en te verpakken. CMake wordt gebruikt om het bouwproces van software te besturen met behulp van eenvoudige platform- en compileronafhankelijke configuratiebestanden en genereert native makefiles en workspaces die gebruikt kunnen worden in de compileromgeving van je keuze
description_ru : CMake - это семейство кроссплатформенных инструментов с открытым исходным кодом, предназначенных для создания, тестирования и упаковки программного обеспечения. CMake используется для управления процессом сборки программного обеспечения с помощью простых конфигурационных файлов, не зависящих от платформы и компилятора, и генерирует собственные make-файлы и рабочие пространства, которые могут быть использованы в выбранной вами среде компилятора
audit_schedule :
editor :
keywords :
licence : https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt
homepage : https://gitlab.kitware.com/cmake/cmake
package_uuid : 78e3a0ed-c11a-4d4e-95fb-9c0c3ee0234c
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 0eb99d60719dbbc107de2b9fa412d76267b98a142bc391de7cf2c4aea0b6d27b
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2025-08-10T17:02:26.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature : Wlr8LnOUBsoIDFNQ61KPPP3Cne0hrz/Uc2IpCVE/NBwUNANEVZVYvhDsDQ4jXXY8rDcZpw8MJjf+YX0FFUj8IcP0VWfX5hsRoU9sWu3s+wANyPC/bVSmt2h7nfBnVuulMHnOASapJbiZ98Aexrmlrq1KRL2cls5q6GT5TTQiiT8qwZKUr7SuHycMTkUP6q1qh1/oe2aEhmIB6+EIlqffI7sDMLvPbM83ksZ3/vcPLtJt2QEDRDpyx0WPz2skkjKLtMu5XNerKtQ+Zq7C7tIzbzpU9Z30Tt3ZIHejffoZlflqhyoMedpOlzxAmR7T2dJ7qTSvG2bQG9k2dq6QG7EUoQ==
# -*- coding: utf-8 -*-
from setuphelpers import *
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def install():
# Declaring local variables
bin_name = glob.glob('cmake-*-windows-x86_64.msi')[0]
# Installing the software
install_msi_if_needed(bin_name)
# -*- coding: utf-8 -*-
from setuphelpers import *
import re
def update_package():
# Declaring local variables
package_updated = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
dict_arch = {
"x64" :"-windows-x86_64.msi",
"x86" : "-windows-i386.msi"
}
git_repo = "Kitware/CMake"
url_api = "https://api.github.com/repos/%s/releases/latest" % git_repo
# Getting latest version information from official sources
print("API used is: %s" % url_api)
json_load = json.loads(wgets(url_api, proxies=proxies))
for download in json_load["assets"]:
if download["browser_download_url"].endswith(".msi") and dict_arch[control.architecture] in download["browser_download_url"]:
url_dl = download["browser_download_url"]
version = json_load["tag_name"].replace("v", "")
filename = download["name"]
break
if not isfile(filename):
package_updated = True
wget(url_dl,filename,proxies=proxies)
#nettoyer les fichiers temporaires
for f in glob.glob('*.msi'):
if f != filename:
remove_file(f)
control.set_software_version(version)
control.save_control_to_wapt()
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
aafa633a6aaa9004b327be5b5dd714c25b20b51173a873a2d14d5567c90d50e5 : WAPT/control
0eb99d60719dbbc107de2b9fa412d76267b98a142bc391de7cf2c4aea0b6d27b : WAPT/icon.png
10664a3a59daa9ee47bc04d183b16cafe91235310e728ee3d0c9ba418f0a7bd7 : cmake-4.1.0-windows-x86_64.msi
52b1fc826d7648c84daca5bc341998dfb8c0d1442183963e0df32ea4ae9bce91 : luti.json
18e31d5f693e43fbfee1bb0d33ac1c099392e4364129dd79b63ce94a762a8929 : setup.py
5bc24bc086dd1a6f5a929721e2917c0f8553f3f594aa59131466dfb6023546a8 : update_package.py