Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PhoenixToml
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
CTA-LAPP
PHOENIX_LIBS2
PhoenixToml
Commits
0d078968
Commit
0d078968
authored
3 months ago
by
Pierre Aubert
Browse files
Options
Downloads
Patches
Plain Diff
Updet url
parent
f4eeb3f5
Branches
master
No related tags found
No related merge requests found
Pipeline
#371770
passed
3 months ago
Stage: BuildTestinstall
Stage: DocCoverage
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
README.md
+9
-9
9 additions, 9 deletions
README.md
with
11 additions
and
11 deletions
CMakeLists.txt
+
2
−
2
View file @
0d078968
...
...
@@ -5,9 +5,9 @@ find_package(PhoenixCMake REQUIRED)
phoenix_base_project
(
"PhoenixToml"
"2.0.0"
"Toml parser for Phoenix"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml"
)
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX
_LIBS
2/PhoenixToml"
)
pull_extra_module
(
"PhoenixFileParser"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixFileParser.git"
)
pull_extra_module
(
"PhoenixFileParser"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX
_LIBS
2/PhoenixFileParser.git"
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
...
...
This diff is collapsed.
Click to expand it.
README.md
+
9
−
9
View file @
0d078968

----
[

](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml/-/commits/master)
[

](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml/-/commits/master)
[

](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX
_LIBS
2/PhoenixToml/-/commits/master)
[

](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX
_LIBS
2/PhoenixToml/-/commits/master)
# Code
https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml
https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX
_LIBS
2/PhoenixToml
# Documentation
https://cta-lapp.pages.in2p3.fr/PHOENIX2/PhoenixToml/
https://cta-lapp.pages.in2p3.fr/PHOENIX
_LIBS
2/PhoenixToml/
# Requirements
...
...
@@ -22,7 +22,7 @@ https://cta-lapp.pages.in2p3.fr/PHOENIX2/PhoenixToml/
# Installation for Users
```
sh
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml.git
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX
_LIBS
2/PhoenixToml.git
cd
PhoenixToml
./install.sh
```
...
...
@@ -33,7 +33,7 @@ Then **PhoenixToml** is installed in your $HOME/usr.
If you prefer a customized install path you can do :
```
sh
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml.git
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX
_LIBS
2/PhoenixToml.git
cd
PhoenixToml
./install.sh /your/install/path
```
...
...
@@ -41,7 +41,7 @@ cd PhoenixToml
If you prefer a customized install path with custom compilation you can do :
```
sh
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml.git
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX
_LIBS
2/PhoenixToml.git
cd
PhoenixToml
mkdir
-p
build
cd
build
...
...
@@ -63,7 +63,7 @@ make install
If you want to update the software :
```
sh
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml.git
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX
_LIBS
2/PhoenixToml.git
cd
PhoenixToml
./update.sh
```
...
...
@@ -71,7 +71,7 @@ cd PhoenixToml
If you want to update the software with a custom install path :
```
sh
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml.git
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX
_LIBS
2/PhoenixToml.git
cd
PhoenixToml
./update.sh /your/install/path
```
...
...
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