File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
scram-tools.file/tools/alpaka Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- ### RPM external alpaka 1.3 .0
1
+ ### RPM external alpaka 2.0 .0
2
2
## NOCOMPILER
3
3
4
4
%define git_commit %{realversion }
5
5
6
6
Source: https://github.com/cms-externals/%{n }/archive/%{git_commit }.tar.gz
7
- Requires: boost
8
7
9
8
%prep
10
9
%setup -n %{n }-%{git_commit }
Original file line number Diff line number Diff line change 1
1
<tool name =" @TOOL@" version =" @TOOL_VERSION@" revision =" 2" >
2
- <use name =" boost" />
3
2
<client >
4
3
<environment name =" @TOOL_BASE@" default =" @TOOL_ROOT@" />
5
4
<environment name =" INCLUDE" default =" $@TOOL_BASE@/include" />
13
12
<flags CXXFLAGS =" -DALPAKA_DISABLE_VENDOR_RNG" />
14
13
<flags CUDA_FLAGS =" -DALPAKA_DISABLE_VENDOR_RNG" />
15
14
<flags GENREFLEX_CPPFLAGS =" -DALPAKA_DISABLE_VENDOR_RNG" />
15
+ <!-- enable the use of std::atomic_ref -->
16
+ <flags CXXFLAGS =" -DALPAKA_HAS_STD_ATOMIC_REF" />
17
+ <flags CUDA_FLAGS =" -DALPAKA_HAS_STD_ATOMIC_REF" />
18
+ <flags GENREFLEX_CPPFLAGS =" -DALPAKA_HAS_STD_ATOMIC_REF" />
16
19
</tool >
You can’t perform that action at this time.
0 commit comments