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
cdcd1226
Commit
cdcd1226
authored
Jun 16, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated cmake to 3.14.5 and fixed all its tests
parent
19f9b640
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
15 deletions
+14
-15
Makefile
Makefile
+8
-9
cmake-3.14.5.tar.gz
cmake-3.14.5.tar.gz
+0
-0
cmake.groups
cmake.groups
+6
-6
No files found.
Makefile
View file @
cdcd1226
all
:
all
:
tar
xf cmake-3.9.1.tar.gz
tar
xf cmake-3.14.5.tar.gz
cd
cmake-3.9.1
&&
sed
-i
'/CMAKE_USE_LIBUV 1/s/1/0/'
CMakeLists.txt
cd
cmake-3.14.5
&&
sed
-i
'/"lib64"/s/64//'
Modules/GNUInstallDirs.cmake
cd
cmake-3.9.1
&&
sed
-i
'/"lib64"/s/64//'
Modules/GNUInstallDirs.cmake
cd
cmake-3.14.5
&&
./bootstrap
--prefix
=
/usr
--system-libs
--mandir
=
/share/man
--no-system-jsoncpp
--no-system-librhash
--docdir
=
/share/doc/cmake-3.14.5
cd
cmake-3.9.1
&&
./bootstrap
--prefix
=
/usr
--system-libs
--mandir
=
/share/man
--no-system-jsoncpp
--no-system-librhash
--docdir
=
/share/doc/cmake-3.9.1
$(MAKE)
-C
cmake-3.14.5
$(MAKE)
-C
cmake-3.9.1
chown
-Rv
nobody cmake-3.14.5
# FIXME: cmake tests failure!
cd
cmake-3.14.5
&&
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH HOME=/tmp bin/ctest -j1 -O cmake-3.14.5-test.log"
# cd cmake-3.9.1 && bin/ctest -j1 -O cmake-3.9.1-test.log
$(MAKE)
-C
cmake-3.14.5
install
$(MAKE)
-C
cmake-3.9.1
install
rm
-rf
cmake-3.14.5
rm
-rf
cmake-3.9.1
cmake-3.
9.1
.tar.gz
→
cmake-3.
14.5
.tar.gz
View file @
cdcd1226
No preview for this file type
cmake.groups
View file @
cdcd1226
doc
doc
/usr/share/doc/.*
/usr/share/doc/.*
headers
headers
/usr/share/cmake-3.
9
/include/.*
/usr/share/cmake-3.
14
/include/.*
bin
bin
/usr/share/cmake-3.
9
/Help/.*
/usr/share/cmake-3.
14
/Help/.*
/usr/share/cmake-3.
9
/Modules/.*
/usr/share/cmake-3.
14
/Modules/.*
/usr/share/cmake-3.
9
/editors/.*
/usr/share/cmake-3.
14
/editors/.*
/usr/share/cmake-3.
9
/Templates/.*
/usr/share/cmake-3.
14
/Templates/.*
/usr/share/cmake-3.
9
/completions/.*
/usr/share/cmake-3.
14
/completions/.*
/usr/bin/.*
/usr/bin/.*
autoconf
autoconf
/usr/share/aclocal/.*
/usr/share/aclocal/.*
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