Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Nektar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
87
Issues
87
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
44
Merge Requests
44
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nektar
Nektar
Commits
9e4f8b36
Commit
9e4f8b36
authored
Mar 02, 2020
by
Jeremy Cohen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minimum CMake version increased to 3.1.3
parent
79065ab4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
CMakeLists.txt
CMakeLists.txt
+1
-1
docs/user-guide/installation/source.tex
docs/user-guide/installation/source.tex
+5
-5
No files found.
CMakeLists.txt
View file @
9e4f8b36
CMAKE_MINIMUM_REQUIRED
(
VERSION
2.8.11
)
CMAKE_MINIMUM_REQUIRED
(
VERSION
3.1.3
)
SET
(
CMAKE_BUILD_TYPE Release CACHE STRING
"Choose the type of build,
options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release
RelWithDebInfo MinSizeRel."
)
...
...
docs/user-guide/installation/source.tex
View file @
9e4f8b36
...
...
@@ -56,7 +56,7 @@ installed system-wide).
Package
&
Req.
&
Sys.
&
User
&
Auto.
&
Note
\\
\midrule
C++ compiler
&
\cmark
&
\cmark
&
&
&
gcc, icc, etc, supporting C++11
\\
CMake
$
>
2
.
8
.
11
$
&
\cmark
&
\cmark
&
\cmark
&
&
Ncurses
CMake
$
\geq
3
.
1
.
3
$
&
\cmark
&
\cmark
&
\cmark
&
&
Ncurses
GUI optional
\\
BLAS
&
\cmark
&
\cmark
&
\cmark
&
\cmark
&
Or MKL,
...
...
@@ -218,7 +218,7 @@ system-wide).
Package
&
Req.
&
MacPorts
&
User
&
Auto.
&
Note
\\
\midrule
Xcode
&
\cmark
&
&
&
&
Provides developer tools
\\
CMake
$
>
2
.
8
.
11
$
&
\cmark
&
\texttt
{
cmake
}
&
\cmark
&
&
Ncurses
CMake
$
\geq
3
.
1
.
3
$
&
\cmark
&
\texttt
{
cmake
}
&
\cmark
&
&
Ncurses
GUI optional
\\
BLAS
&
\cmark
&
&
&
&
Part of
Xcode
\\
...
...
@@ -378,8 +378,8 @@ automatically in the build process.
&
&
\multicolumn
{
2
}{
c
}{
Installation
}
&
\\
\cmidrule
(r)
{
3-4
}
Package
&
Req.
&
User
&
Auto.
&
Note
\\
\midrule
MS Visual Studio
&
\cmark
&
\cmark
&
&
201
2, 2013 and 2015
known working
\\
CMake
$
\geq
3
.
0
$
&
\cmark
&
\cmark
&
&
\\
MS Visual Studio
&
\cmark
&
\cmark
&
&
201
3, 2015, 2017 and 2019
known working
\\
CMake
$
\geq
3
.
1
.
3
$
&
\cmark
&
\cmark
&
&
\\
BLAS
&
\cmark
&
\cmark
&
\cmark
&
\\
LAPACK
&
\cmark
&
\cmark
&
\cmark
&
\\
Boost
$
\geq
1
.
56
$
&
\cmark
&
\cmark
&
\cmark
&
Compile with iostreams
\\
...
...
@@ -394,7 +394,7 @@ Boost $\geq 1.56$ & \cmark & \cmark & \cmark & Compile with iostreams\\
work). This can be obtained from Microsoft free of charge by using their
Community developer tools from
\url
{
https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx
}
.
\item
Install CMake 3.
0
+ from
\url
{
http://www.cmake.org/download/
}
. When
\item
Install CMake 3.
1.3
+ from
\url
{
http://www.cmake.org/download/
}
. When
prompted, select the option to add CMake to the system PATH.
\item
(Optional) Install Git from
\url
{
http://git-scm.com/download/win
}
to use
the development versions of
\nekpp
. When prompted, select the option to add
...
...
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