Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Javier Cervantes Villanueva
lcgcmake
Commits
539a8a02
Commit
539a8a02
authored
Nov 03, 2015
by
Ivan Razumov
Browse files
Add phojet and vincia
parent
0307e509
Changes
2
Hide whitespace changes
Inline
Side-by-side
cmake/toolchain/heptools-mcplots.cmake
View file @
539a8a02
...
...
@@ -351,5 +351,7 @@ LCG_external_package(vincia 1.2.01 ${MCGENPATH}/vincia pythi
LCG_external_package
(
fastnlo_toolkit 2.3.1pre-1871
${
MCGENPATH
}
/fastnlo_toolkit
)
LCG_external_package
(
phojet 1.12a
${
MCGENPATH
}
/phojet
)
# Prepare the search paths according to the versions above
LCG_prepare_paths
()
generators/CMakeLists.txt
View file @
539a8a02
...
...
@@ -298,6 +298,16 @@ foreach(v ${protos_native_version})
)
endforeach
()
#---phojet------------------------------------------------------------------------------------------
LCGPackage_Add
(
phojet
URL
${
gen_url
}
/phojet-<NATIVE_VERSION>-src.tgz
CONFIGURE_COMMAND ./configure --prefix=<INSTALL_DIR>
BUILD_COMMAND
${
MAKE
}
all
INSTALL_COMMAND
${
MAKE
}
install
BUILD_IN_SOURCE 1
)
#---pythia8------------------------------------------------------------------------------------------
LCGPackage_Add
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment