mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
Compare commits
5 Commits
a562281187
...
9c4aeee410
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c4aeee410 | ||
|
|
d5bfdf9724 | ||
|
|
1ad7ea0237 | ||
|
|
1a51dd5a1e | ||
|
|
605a31cc7c |
@ -1,12 +1,12 @@
|
|||||||
# debian stable (currently bullseye)
|
# debian stable (currently bullseye)
|
||||||
cmake_minimum_required(VERSION 3.18)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
project(
|
project(
|
||||||
tug
|
tug
|
||||||
VERSION 0.4
|
VERSION 0.4
|
||||||
LANGUAGES CXX)
|
LANGUAGES CXX)
|
||||||
|
|
||||||
find_package(Eigen3 3.4 REQUIRED NO_MODULE)
|
find_package(Eigen3 REQUIRED NO_MODULE)
|
||||||
find_package(OpenMP)
|
find_package(OpenMP)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|||||||
@ -25,7 +25,7 @@ grid with constant alpha for all grid cells can be solved reliably.
|
|||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
- C++17 compliant compiler
|
- C++17 compliant compiler
|
||||||
- [CMake](https://cmake.org/) >= 3.18
|
- [CMake](https://cmake.org/) >= 3.20
|
||||||
- [Eigen](https://eigen.tuxfamily.org/) >= 3.4.0
|
- [Eigen](https://eigen.tuxfamily.org/) >= 3.4.0
|
||||||
|
|
||||||
# Getting started
|
# Getting started
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user