Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb
Rec
Commits
f9f6fa05
Commit
f9f6fa05
authored
3 years ago
by
Christoph Hasse
Browse files
Options
Downloads
Patches
Plain Diff
fix inclusion of disable_expandvars.py
parent
6e6d4573
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2699
FunctorFactory, replace CLING backend with native compiler
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Phys/FunctorCache/CMakeLists.txt
+3
-2
3 additions, 2 deletions
Phys/FunctorCache/CMakeLists.txt
Phys/FunctorCache/cmake/ThOrFunctorCache.cmake
+1
-4
1 addition, 4 deletions
Phys/FunctorCache/cmake/ThOrFunctorCache.cmake
with
4 additions
and
6 deletions
Phys/FunctorCache/CMakeLists.txt
+
3
−
2
View file @
f9f6fa05
...
...
@@ -59,8 +59,9 @@ if(THOR_BUILD_TEST_FUNCTOR_CACHE)
thor_functor_cache
(
functor_datahandle_test
OPTIONS
${
PROJECT_SOURCE_DIR
}
/Phys/FunctorCore/tests/options/functor_datahandle_test.py
${
PROJECT_SOURCE_DIR
}
/Phys/FunctorCache/options/SilenceErrors.py
${
PROJECT_SOURCE_DIR
}
/Phys/FunctorCache/options/SuppressLogMessages.py
${
CMAKE_CURRENT_SOURCE_DIR
}
/options/SilenceErrors.py
${
CMAKE_CURRENT_SOURCE_DIR
}
/options/SuppressLogMessages.py
${
CMAKE_CURRENT_SOURCE_DIR
}
/options/disable_expandvars.py
DEPENDS
${
cache_deps
}
)
...
...
This diff is collapsed.
Click to expand it.
Phys/FunctorCache/cmake/ThOrFunctorCache.cmake
+
1
−
4
View file @
f9f6fa05
...
...
@@ -27,9 +27,6 @@
#]========================================================================]
function
(
thor_functor_cache cache_name
)
# Workaround for gaudi/Gaudi#117
set
(
DISABLE_EXPANDVARS_OPTS
${
CMAKE_CURRENT_SOURCE_DIR
}
/options/disable_expandvars.py
)
set
(
CACHE_LIB_DIR
${
CMAKE_INSTALL_PREFIX
}
/
${
CMAKE_INSTALL_LIBDIR
}
)
CMAKE_PARSE_ARGUMENTS
(
ARG
""
""
"OPTIONS;DEPENDS"
${
ARGN
}
)
...
...
@@ -48,7 +45,7 @@ function(thor_functor_cache cache_name)
# make sure that the intall directory already exists otherwise the
# compilation job will fail!
COMMAND mkdir -p
${
CMAKE_INSTALL_PREFIX
}
/
${
CMAKE_INSTALL_LIBDIR
}
COMMAND
${
CMAKE_BINARY_DIR
}
/run env FUNCTOR_JIT_LIBDIR=
${
CACHE_LIB_DIR
}
gaudirun.py
${
DISABLE_EXPANDVARS_OPTS
}
${
ARG_OPTIONS
}
COMMAND
${
CMAKE_BINARY_DIR
}
/run env FUNCTOR_JIT_LIBDIR=
${
CACHE_LIB_DIR
}
gaudirun.py
${
ARG_OPTIONS
}
# This file is only created as dependency proxy as we don't know the output
# file name the JIT library
COMMAND touch
${
cache_name
}
.stamp
...
...
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