22 Commits

Author SHA1 Message Date
Schrijvers Luc
9c92a7da98 cmake, bump to 4.1.5 and 3.31.11 (#13742)
move cmake_gui to seperate directory, fixes conflicting work directory
2026-02-28 08:20:39 +01:00
Schrijvers Luc
1f2d374da7 cmake4, bump to 4.1.4 (#13535) 2025-12-29 16:17:11 +01:00
Schrijvers Luc
ae52ec633d cmake(3), bump to 3.31.10, enable other arch's (#13532) 2025-12-29 13:25:10 +01:00
Schrijvers Luc
973bf56eb9 cmake3, add 3.31.9 build for 64bit (#13230) 2025-11-17 11:07:43 +01:00
Schrijvers Luc
a3522adfe8 cmake, bump to 4.1.2 (#13065) 2025-10-17 14:19:13 +02:00
Schrijvers Luc
8762ddcde3 cmake, bump to 4.1.1 (#12855) 2025-09-02 05:07:16 +00:00
Schrijvers Luc
24dda1fc2b cmake, bump to 4.1.0 (#12746) 2025-08-16 06:13:34 +00:00
Schrijvers Luc
0780debdc3 cmake, revbump, add missing part of the previous patchset (#12583) 2025-07-14 05:09:09 +00:00
Schrijvers Luc
0297666efc cmake, drop jsoncpp dependency in favor of internal one (#12568) 2025-07-12 22:45:40 +00:00
Schrijvers Luc
6d9d33c120 cmake, bump to 4.0.3, disable 3.31.5, drop 4.1.0~rc1 (#12536) 2025-07-03 06:01:48 +00:00
Schrijvers Luc
956fca97c5 cmake, add RC 4.1.0-rc1, 64bit for testing (#12529) 2025-06-28 09:28:49 +00:00
Schrijvers Luc
21ccfed747 cmake, bump version, fixes for Linker configuration (#11757) 2025-02-10 17:36:03 +00:00
Jérôme Duval
3d95a88f17 cmake_gui: forgot to set revision and checksum 2024-12-10 20:59:15 +01:00
Jérôme Duval
47eeee033d cmake: bump version 2024-12-10 18:20:44 +01:00
Joachim Mairböck
a972cb6f68 cmake_gui: fix debuginfo package 2024-11-03 12:20:36 +01:00
Joachim Mairböck
017a553b99 cmake_gui: fix data and other path variables to match the main package
For the data path, this is essential so that it finds the data files.

Clarify in the description that this must be installed in the same prefix as the main package.
(the data path definition is relative)
2024-10-13 21:11:50 +02:00
Joachim Mairböck
0e27a904a7 cmake: bump version, build GUI with cmake instead of bootstrapping cmake again (#11210)
* cmake: optimize bootstrap
2024-10-13 17:45:18 +02:00
OscarL
5d145ea3ed cmake: update to version 3.30.3. (#11158)
- Changed "include" for "headers" in fallback code path.
  Not strictly needed after korli's previous fix for #11155, but...
  doesn't hurts. Kudos to madmax for this early workaround!
- Use system-libs for most dependencies.
  Some, as libbz2, liblzma, and libzstd, seems to not obey
  use the system-wide installed ones for some reason.
  Switch to using the embedded copy of libcppdap, to avoid circular
  build dependencies (cppdap needs cmake to build).
- Restored the cmake_gui package, but within a separate recipe,
  to avoid circular build dependencies with Qt libraries (that
  use cmake to build).
2024-10-11 08:09:42 +02:00
Jerome Duval
327126e40e cmake: fix FindPython to search Interpreter when Development is required
this is for x86
fix #11155
2024-09-25 09:32:00 +02:00
Schrijvers Luc
5f6e5f0ed2 drop cmake-gui 2024-09-01 17:37:01 +02:00
Máximo Castañeda
5783507269 cmake: fix build and detection of secondary arch
- /boot/system/lib/x86 may not be the last path in the list, as is the
case with clang after packaged version 12.
- We need libbsd to find arc4random_buf and avoid a redefinition.
- cpuid_info only exists for x86 arches.

Related: #10864
Fixes: #10234
2024-09-01 17:37:01 +02:00
Jerome Duval
e5dbf550c2 cmake: bump version
move to dev-build
more tests failed in this version for some reason
2024-02-09 19:30:49 +01:00