Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cmake
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
cmake
Commits
56f30bd9
Commit
56f30bd9
authored
Jul 05, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated cmake to 3.20.5
parent
dbc7fe87
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
55 deletions
+8
-55
Makefile
Makefile
+8
-9
cmake-3.17.3-fixed_tests.patch
cmake-3.17.3-fixed_tests.patch
+0
-46
cmake-3.20.5.tar.gz
cmake-3.20.5.tar.gz
+0
-0
No files found.
Makefile
View file @
56f30bd9
all
:
all
:
tar
xf cmake-3.17.3.tar.gz
tar
xf cmake-3.20.5.tar.gz
patch
-Np1
-d
cmake-3.17.3 < cmake-3.17.3-fixed_tests.patch
cd
cmake-3.20.5
&&
sed
-i
'/"lib64"/s/64//'
Modules/GNUInstallDirs.cmake
cd
cmake-3.17.3
&&
sed
-i
'/"lib64"/s/64//'
Modules/GNUInstallDirs.cmake
cd
cmake-3.20.5
&&
./bootstrap
--prefix
=
/usr
--system-libs
--mandir
=
/share/man
--no-system-jsoncpp
--no-system-librhash
--docdir
=
/share/doc/cmake-3.20.5
cd
cmake-3.17.3
&&
./bootstrap
--prefix
=
/usr
--system-libs
--mandir
=
/share/man
--no-system-jsoncpp
--no-system-librhash
--docdir
=
/share/doc/cmake-3.17.3
$(MAKE)
-C
cmake-3.20.5
$(MAKE)
-C
cmake-3.17.3
chown
-Rv
nobody cmake-3.20.5
chown
-Rv
nobody cmake-3.17.3
cd
cmake-3.20.5
&&
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH HOME=/tmp bin/ctest -j1 -O cmake-3.20.5-test.log"
cd
cmake-3.17.3
&&
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH HOME=/tmp bin/ctest -j1 -O cmake-3.17.3-test.log"
$(MAKE)
-C
cmake-3.20.5
install
$(MAKE)
-C
cmake-3.17.3
install
rm
-rf
cmake-3.20.5
rm
-rf
cmake-3.17.3
cmake-3.17.3-fixed_tests.patch
deleted
100644 → 0
View file @
dbc7fe87
diff -uNr cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-OFF-build-stdout.txt cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-OFF-build-stdout.txt
--- cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-OFF-build-stdout.txt 2020-05-28 20:27:26.000000000 +0930
+++ cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-OFF-build-stdout.txt 2021-06-22 00:53:19.000000000 +0930
@@ -1,5 +1 @@
-^(([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*
-)*Scanning dependencies of target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*$
+.*
diff -uNr cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-ON-build-stdout.txt cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-ON-build-stdout.txt
--- cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-ON-build-stdout.txt 2020-05-28 20:27:26.000000000 +0930
+++ cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-ON-build-stdout.txt 2021-06-22 00:53:19.000000000 +0930
@@ -1,8 +1 @@
-^(([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*
-)*Scanning dependencies of target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*
-Built target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*$
+.*
diff -uNr cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-VAR-OFF-build-stdout.txt cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-VAR-OFF-build-stdout.txt
--- cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-VAR-OFF-build-stdout.txt 2020-05-28 20:27:26.000000000 +0930
+++ cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-VAR-OFF-build-stdout.txt 2021-06-22 00:53:19.000000000 +0930
@@ -1,5 +1 @@
-^(([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*
-)*Scanning dependencies of target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*$
+.*
diff -uNr cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-VAR-ON-build-stdout.txt cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-VAR-ON-build-stdout.txt
--- cmake-3.17.3/Tests/RunCMake/Make/TargetMessages-VAR-ON-build-stdout.txt 2020-05-28 20:27:26.000000000 +0930
+++ cmake-3.17.3-fixed_tests/Tests/RunCMake/Make/TargetMessages-VAR-ON-build-stdout.txt 2021-06-22 00:53:19.000000000 +0930
@@ -1,8 +1 @@
-^(([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*
-)*Scanning dependencies of target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*
-Built target CustomTarget(
-([^B]|B[^u]|Bu[^i]|Bui[^l]|Buil[^t]|Built[^ ])[^
-]*)*$
+.*
cmake-3.
17.3
.tar.gz
→
cmake-3.
20.5
.tar.gz
View file @
56f30bd9
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment