Skip to content

Commit

Permalink
Merge pull request #14 from DataAnalyticsEngineering/FANS-v0.1.2
Browse files Browse the repository at this point in the history
Release v0.1.2
  • Loading branch information
sanathkeshav authored Aug 26, 2024
2 parents 0abe3c2 + e51c01f commit 54ee6d2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# FANS Changelog

## v0.1.2

- Update TIK GitHub links in the documentation to public GitHub links https://github.com/DataAnalyticsEngineering/FANS/pull/13

## v0.1.1

- Disable sorting of includes in clang-format https://github.com/DataAnalyticsEngineering/FANS/pull/7
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.0...3.28)
# ##############################################################################

project(FANS
VERSION 0.1.1
VERSION 0.1.2
LANGUAGES C CXX
)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Spack is a package manager designed for high-performance computing environments.
1. Clone the repository:
```bash
git clone https://github.tik.uni-stuttgart.de/DAE/FANS.git
git clone https://github.com/DataAnalyticsEngineering/FANS.git
cd FANS
```
Expand Down
2 changes: 1 addition & 1 deletion cmake/packaging/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CPACK_OUTPUT_FILE_PREFIX "${CMAKE_BINARY_DIR}/packages")
set(CPACK_PACKAGE_NAME "${PROJECT_NAME}")
set(CPACK_PACKAGE_VENDOR "MIB DAE Stuttgart")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "FANS - Fourier Accelerated Nodal Solver" CACHE STRING "Extended summary.")
set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.tik.uni-stuttgart.de/DAE/FANS/")
set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/DataAnalyticsEngineering/FANS")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "MIB DAE Stuttgart")

set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME})
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Set up a development container with your current working directory (in there, us
First, clone FANS:

```bash
git clone https://github.tik.uni-stuttgart.de/DAE/FANS.git
git clone https://github.com/DataAnalyticsEngineering/FANS.git
cd FANS
```

Expand Down

0 comments on commit 54ee6d2

Please sign in to comment.