Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
readme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
isgphys
readme
Commits
96ece111
Commit
96ece111
authored
5 months ago
by
Sven Mäder
Browse files
Options
Downloads
Patches
Plain Diff
Add cmake
parent
b4bc63f7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
linux/workstation/cmake.markdown
+37
-0
37 additions, 0 deletions
linux/workstation/cmake.markdown
linux/workstation/debian.markdown
+2
-0
2 additions, 0 deletions
linux/workstation/debian.markdown
with
39 additions
and
0 deletions
linux/workstation/cmake.markdown
0 → 100644
+
37
−
0
View file @
96ece111
cmake
=====
[
CMake
](
https://cmake.org/
)
: A Powerful Software Build System
System cmake version
--------------------
All Debian workstations will have the same default
`cmake`
version shipped by the operating system.
Use
`cmake --version`
to get the currently active version.
Other cmake versions
--------------------
We manage a central installation with a selection of
`cmake`
versions in our
`/opt/software/`
NFS mount
available on all managed Linux workstations.
In order to use it, source the corresponding environment variables depending on your required version (
`X.Y.Z`
):
```
sh
source
/opt/software/cmake/env/X[.Y[.Z]]
```
This will setup your environment variables to point to the specific
`cmake`
binary and tools.
To check the currently loaded
`cmake`
version you can use:
```
sh
cmake
--version
```
Version missing
---------------
We are ready to install other
`cmake`
versions on request. Please [[contact us|/services/contact]] in that case.
This diff is collapsed.
Click to expand it.
linux/workstation/debian.markdown
+
2
−
0
View file @
96ece111
...
...
@@ -93,6 +93,8 @@ The migration includes the following notable (breaking) changes to be aware of:
Refer to [[Older CUDA versions|nvidia_cuda/#older-cuda-versions]] for details.
-
**Rust**
: We provide a central installation of the stable upstream
`rustc`
compiler and
`cargo`
package manager.
We automatically activate it via environment variables for you. Have a look at our detailed [[Rust]] readme.
-
**CMake**
: We provide a central installation of the latest upstream
`cmake`
compiler and tools.
Please activate it by setting up your environment variables accordingly. Have a look at our detailed [[cmake]] readme.
-
**Software**
: previously locally installed in
`/opt`
is now provided via an NFS mount at
`/opt/software`
.
Your user environment variables (
`PATH`
and others) will be pre-set during logon so that you can start software
as usual from your terminal or graphical session (for instance just type
`matlab`
).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment