IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Commits
1d25a273
Commit
1d25a273
authored
5 years ago
by
Hans Dembinski
Committed by
Maximilian Reininghaus
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update docs
parent
41b6f7d3
No related branches found
No related tags found
1 merge request
!116
Some improvements here and there
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ThirdParty/CMakeLists.txt
+0
-15
0 additions, 15 deletions
ThirdParty/CMakeLists.txt
ThirdParty/ThirdParty.dox
+24
-1
24 additions, 1 deletion
ThirdParty/ThirdParty.dox
with
24 additions
and
16 deletions
ThirdParty/CMakeLists.txt
+
0
−
15
View file @
1d25a273
...
@@ -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
This diff is collapsed.
Click to expand it.
ThirdParty/ThirdParty.dox
+
24
−
1
View file @
1d25a273
...
@@ -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
*/
*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment