IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 1d25a273 authored by Hans Dembinski's avatar Hans Dembinski Committed by Maximilian Reininghaus
Browse files

update docs

parent 41b6f7d3
No related branches found
No related tags found
1 merge request!116Some improvements here and there
...@@ -9,19 +9,4 @@ target_include_directories (CORSIKAthirdparty SYSTEM ...@@ -9,19 +9,4 @@ target_include_directories (CORSIKAthirdparty SYSTEM
install (DIRECTORY phys DESTINATION include/ThirdParty/) install (DIRECTORY phys DESTINATION include/ThirdParty/)
install (DIRECTORY catch2 DESTINATION include/ThirdParty/) install (DIRECTORY catch2 DESTINATION include/ThirdParty/)
##########################################################################################
# Boost subset
# ============
#
# A subset of header-only Boost-1.70 libraries was installed with the bcp tool.
# Instructions to update Boost:
#
# - Download the latest tarball from www.boost.org
# - Unpack source code somewhere, go to into the folder, then run
#
# ./bootstrap && ./b2 tools/bcp
# ./dist/bin/bcp mp11 iterator core format interval optional ./dist
# mv ./dist/boost <CORSIKA-path>/ThirdParty/boost
#
install (DIRECTORY boost DESTINATION include/ThirdParty/boost/) install (DIRECTORY boost DESTINATION include/ThirdParty/boost/)
\ No newline at end of file
...@@ -24,8 +24,11 @@ References: https://github.com/martinmoene/PhysUnits-CT-Cpp11#references ...@@ -24,8 +24,11 @@ References: https://github.com/martinmoene/PhysUnits-CT-Cpp11#references
@section catch2 @section catch2
The catch2 unit testing library is from: The catch2 unit testing library is from:
https://github.com/catchorg/Catch2 Licence: BSL-1.0 https://github.com/catchorg/Catch2
Licence: BSL-1.0
(https://github.com/martinmoene/PhysUnits-CT-Cpp11/blob/master/LICENSE_1_0.txt) (https://github.com/martinmoene/PhysUnits-CT-Cpp11/blob/master/LICENSE_1_0.txt)
References: https://github.com/catchorg/Catch2 References: https://github.com/catchorg/Catch2
@section eigen3 @section eigen3
...@@ -37,5 +40,25 @@ eigen3 .... ...@@ -37,5 +40,25 @@ eigen3 ....
see https://github.com/ClaasBontus/bitset2, this package was obtained see https://github.com/ClaasBontus/bitset2, this package was obtained
from a Boost Software License 1.0. from a Boost Software License 1.0.
@section Boost
A subset of header-only Boost libraries. Boost is from:
https://www.boost.org
License: BSL-1.0
(https://www.boost.org/LICENSE_1_0.txt)
The subset was generated with the bcp tool:
https://www.boost.org/doc/libs/1_70_0/tools/bcp/doc/html/index.html
Instructions on how to update Boost with this tool:
Download the latest tarball from www.boost.org.
Unpack source code somewhere, go to into the folder.
Run these commands:
./bootstrap && ./b2 tools/bcp
./dist/bin/bcp mp11 iterator core format interval optional ./dist
mv ./dist/boost <CORSIKA-path>/ThirdParty/boost
*/ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment