Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-slsdetector
Commits
f6754333
Commit
f6754333
authored
Sep 21, 2018
by
Alejandro Homs Puron
Committed by
operator for beamline
Sep 21, 2018
Browse files
Doc: update cmake and add libnuma-dev de-installation instructions
parent
cb31680a
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/installation.rst
View file @
f6754333
...
...
@@ -474,8 +474,8 @@ Tune the OS network buffer sizes:
net.core.netdev_max_backlog = 262144
EOF
*cmake*
~~~~~~~
*cmake*
& *libnuma-dev*
~~~~~~~
~~~~~~~~~~~~~~~~
*Conda* includes *cmake*, needed to compile Lima. De-install the Debian 7 package,
if present, or the manually installed *cmake-3.8.0*:
...
...
@@ -490,11 +490,20 @@ if present, or the manually installed *cmake-3.8.0*:
lid10eiger1:~ # \
curr_cmake=$(which cmake)
if [ -n "${curr_cmake}" ] && [ $(dirname ${curr_cmake}) == "/usr/local/bin" ]; then
cmake_src=$(find ~ -type d -name cmake-3.8.0)
cmake_src=$(find ~
~opid00
-type d -name cmake-3.8.0)
[ -n "${cmake_src}" ] && cd ${cmake_src} && su -c "make uninstall"
fi
...
The same applies to *libnuma-dev*:
::
# as root
lid10eiger1:~ # p=$(dpkg --list libnuma-dev | grep '^ii' | awk '{print $2}'); \
[ -n "${p}" ] && dpkg --purge ${p}
...
*Xsession*
~~~~~~~~~~
...
...
Write
Preview
Supports
Markdown
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