H5root: changes to support ROOT 6
This commit is contained in:
13
Compiler/H5root/1/H5root
Normal file
13
Compiler/H5root/1/H5root
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
CPLUS_INCLUDE_PATH="@PREFIX@/include:@ROOT_PREFIX@/include"
|
||||
|
||||
declare -r progname=$(basename "$0")
|
||||
|
||||
declare -a args=()
|
||||
|
||||
if [[ "${progname}" == "roger" ]]; then
|
||||
args+=( "--roger" )
|
||||
fi
|
||||
|
||||
"@PREFIX@/bin/H5root.bin" "${args[@]}" "$@"
|
||||
Reference in New Issue
Block a user