Skip to content

Commit

Permalink
[legacy] Add faircmakemodules 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed May 24, 2021
1 parent 4362f86 commit 2fb9394
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 21 deletions.
13 changes: 11 additions & 2 deletions cmake/legacy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ endif()

unset(packages)

list(APPEND packages faircmakemodules)
set(faircmakemodules_version "0.1.0")
ExternalProject_Add(faircmakemodules
GIT_REPOSITORY https://github.com/FairRootGroup/FairCMakeModules GIT_TAG v${faircmakemodules_version}
${CMAKE_DEFAULT_ARGS}
DEPENDS ${extract_source_cache_target}
${LOG_TO_FILE}
)

list(APPEND packages boost)
set(boost_version "72")
ExternalProject_Add(boost
Expand Down Expand Up @@ -470,7 +479,7 @@ message(STATUS " ${Cyan}PACKAGE SET${CR} ${BGreen}${PACKAGE_SET}${CR} (c
if(packages)
list(SORT packages)
message(STATUS " ")
message(STATUS " ${Cyan}PACKAGE VERSION OPTION${CR}")
message(STATUS " ${Cyan}PACKAGE VERSION OPTION${CR}")
foreach(dep IN LISTS packages)
if(dep STREQUAL boost)
set(version_str "1.${${dep}_version}.0")
Expand All @@ -489,7 +498,7 @@ if(packages)
else()
pad("${BYellow}${version_str}${CR}" 15 " " version_padded COLOR 1)
endif()
pad(${dep} 13 " " dep_padded)
pad(${dep} 20 " " dep_padded)
message(STATUS " ${BWhite}${dep_padded}${CR}${version_padded}${comment}")
unset(version_str)
unset(version_padded)
Expand Down
39 changes: 20 additions & 19 deletions legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,22 +128,23 @@ please contact us.

| **Package** | **Version** | **URL** |
| --- | --- | --- |
| boost | 1.72.0 | https://www.boost.org/ |
| clhep | 2.4.1.3 | http://proj-clhep.web.cern.ch |
| dds | 3.5.3 | http://dds.gsi.de |
| fairlogger | 1.9.0 | https://github.com/FairRootGroup/FairLogger |
| fairmq | 1.4.26 | https://github.com/FairRootGroup/FairMQ |
| flatbuffers | 1.12.0 | https://github.com/google/flatbuffers |
| fmt | 6.1.2 | https://github.com/fmtlib/fmt |
| geant3 | 3-7_fairsoft | https://github.com/FairRootGroup/geant3 |
| geant4 | 10.6.2 | https://geant4.web.cern.ch |
| geant4_vmc | 5-2 | https://github.com/vmc-project/geant4_vmc |
| hepmc | 2.06.09 | http://hepmc.web.cern.ch |
| odc | 0.10 | https://github.com/FairRootGroup/ODC |
| pythia6 | 428-alice1 | https://github.com/alisw/pythia6 |
| pythia8 | 8303 | http://home.thep.lu.se/~torbjorn/pythia8 |
| root | 6.20.08 | https://root.cern |
| vc | 1.4.1 | https://github.com/VcDevel/Vc |
| vgm | 4-8 | https://github.com/vmc-project/vgm |
| vmc | 1-0-p3 | https://github.com/vmc-project/vmc |
| zeromq | 4.3.2 | https://github.com/zeromq/libzmq |
| boost | 1.72.0 | https://www.boost.org/ |
| clhep | 2.4.1.3 | http://proj-clhep.web.cern.ch |
| dds | 3.5.3 | http://dds.gsi.de |
| faircmakemodules | 0.1.0 | https://github.com/FairRootGroup/FairCMakeModules |
| fairlogger | 1.9.0 | https://github.com/FairRootGroup/FairLogger |
| fairmq | 1.4.26 | https://github.com/FairRootGroup/FairMQ |
| flatbuffers | 1.12.0 | https://github.com/google/flatbuffers |
| fmt | 6.1.2 | https://github.com/fmtlib/fmt |
| geant3 | 3-7_fairsoft | https://github.com/FairRootGroup/geant3 |
| geant4 | 10.6.2 | https://geant4.web.cern.ch |
| geant4_vmc | 5-2 | https://github.com/vmc-project/geant4_vmc |
| hepmc | 2.06.09 | http://hepmc.web.cern.ch |
| odc | 0.10 | https://github.com/FairRootGroup/ODC |
| pythia6 | 428-alice1 | https://github.com/alisw/pythia6 |
| pythia8 | 8303 | http://home.thep.lu.se/~torbjorn/pythia8 |
| root | 6.20.08 | https://root.cern |
| vc | 1.4.1 | https://github.com/VcDevel/Vc |
| vgm | 4-8 | https://github.com/vmc-project/vgm |
| vmc | 1-0-p3 | https://github.com/vmc-project/vmc |
| zeromq | 4.3.2 | https://github.com/zeromq/libzmq |

0 comments on commit 2fb9394

Please sign in to comment.