Skip to content

Commit 54ee6d2

Browse files
authored
Merge pull request #14 from DataAnalyticsEngineering/FANS-v0.1.2
Release v0.1.2
2 parents 0abe3c2 + e51c01f commit 54ee6d2

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# FANS Changelog
22

3+
## v0.1.2
4+
5+
- Update TIK GitHub links in the documentation to public GitHub links https://github.com/DataAnalyticsEngineering/FANS/pull/13
6+
37
## v0.1.1
48

59
- Disable sorting of includes in clang-format https://github.com/DataAnalyticsEngineering/FANS/pull/7

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.0...3.28)
55
# ##############################################################################
66

77
project(FANS
8-
VERSION 0.1.1
8+
VERSION 0.1.2
99
LANGUAGES C CXX
1010
)
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Spack is a package manager designed for high-performance computing environments.
7878
1. Clone the repository:
7979
8080
```bash
81-
git clone https://github.tik.uni-stuttgart.de/DAE/FANS.git
81+
git clone https://github.com/DataAnalyticsEngineering/FANS.git
8282
cd FANS
8383
```
8484

cmake/packaging/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(CPACK_OUTPUT_FILE_PREFIX "${CMAKE_BINARY_DIR}/packages")
77
set(CPACK_PACKAGE_NAME "${PROJECT_NAME}")
88
set(CPACK_PACKAGE_VENDOR "MIB DAE Stuttgart")
99
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "FANS - Fourier Accelerated Nodal Solver" CACHE STRING "Extended summary.")
10-
set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.tik.uni-stuttgart.de/DAE/FANS/")
10+
set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/DataAnalyticsEngineering/FANS")
1111
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "MIB DAE Stuttgart")
1212

1313
set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME})

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Set up a development container with your current working directory (in there, us
1414
First, clone FANS:
1515

1616
```bash
17-
git clone https://github.tik.uni-stuttgart.de/DAE/FANS.git
17+
git clone https://github.com/DataAnalyticsEngineering/FANS.git
1818
cd FANS
1919
```
2020

0 commit comments

Comments
 (0)