Skip to content

Commit

Permalink
Update Intel VTune to version 2018.0.2.525261
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Nov 28, 2017
1 parent 60b32f8 commit 56c51c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions intel-vtune.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external intel-vtune 2017.3.0.510739
### RPM external intel-vtune 2018.0.2.525261
## NOCOMPILER

%prep
Expand All @@ -11,11 +11,11 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/intel-vtune.xml
<tool name="intel-vtune" version="%{realversion}">
<info url="https://software.intel.com/en-us/intel-vtune-amplifier-xe"/>
<client>
<environment name="INTEL_VTUNE_BASE" default="/cvmfs/projects.cern.ch/intelsw/psxe/linux/x86_64/2017/vtune_amplifier_xe_%{realversion}"/>
<environment name="INTEL_VTUNE_BASE" default="/cvmfs/projects.cern.ch/intelsw/psxe/linux/x86_64/2018/vtune_amplifier_%{realversion}"/>
<environment name="BINDIR" default="$INTEL_VTUNE_BASE/bin64"/>
</client>
<runtime name="PATH" value="$INTEL_VTUNE_BASE/bin64" type="path"/>
<runtime name="VTUNE_AMPLIFIER_XE_2017_DIR" value="$INTEL_VTUNE_BASE"/>
<runtime name="VTUNE_AMPLIFIER_2018_DIR" value="$INTEL_VTUNE_BASE"/>
</tool>
EOF_TOOLFILE

Expand Down

0 comments on commit 56c51c4

Please sign in to comment.