Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 353498 Details for
Bug 472572
[science overlay] =dev-lang/vtune-13* - amplxe-gui: error while loading shared libraries: libamplxe_libxml_2.7.so: cannot open shared object file: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
vtune-13.1.10.298370.ebuild.patch
file_472572.txt (text/plain), 1.75 KB, created by
Vladimir Smirnov (RETIRED)
on 2013-07-17 14:06:52 UTC
(
hide
)
Description:
vtune-13.1.10.298370.ebuild.patch
Filename:
MIME Type:
Creator:
Vladimir Smirnov (RETIRED)
Created:
2013-07-17 14:06:52 UTC
Size:
1.75 KB
patch
obsolete
>--- /var/lib/layman/science/dev-lang/vtune/vtune-13.1.9.295420.ebuild 2013-07-17 16:54:29.509593038 +0400 >+++ vtune-13.1.10.298370.ebuild 2013-07-17 18:00:01.368698330 +0400 >@@ -4,22 +4,51 @@ > > EAPI=5 > >-INTEL_DPN=parallel_studio_xe >-INTEL_DID=3266 >-INTEL_DPV=2013_update4 >+INTEL_DPN=vtune_amplifier_xe >+INTEL_DID=3290 >+INTEL_DPV=2013_update10 > INTEL_SUBDIR=vtune_amplifier_xe > >+INTEL_BIN_RPMS="vtune-amplifier-xe-gui vtune-amplifier-xe-cli" >+INTEL_DAT_RPMS="vtune-amplifier-xe-gui-common vtune-amplifier-xe-cli-common" >+INTEL_RPMS_DIRS="rpm CLI_install/rpm" >+ > inherit intel-sdp multilib > > DESCRIPTION="Intel VTune Amplifier XE" > HOMEPAGE="http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe/" >+SRC_URI="${_INTEL_URI}_${INTEL_DPV}.tar.gz" > > IUSE="" > KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" > >-INTEL_BIN_RPMS="vtune-amplifier-xe-gui" >-INTEL_DAT_RPMS="vtune-amplifier-xe-gui-common" >-#INTEL_RPMS_DIRS="rpm CLI_install/rpm" >+RDEPEND="${RDEPEND} >+ x11-libs/pangox-compat" >+ >+src_unpack() { >+ local l r subdir rb t list=() >+ >+ for t in ${A}; do >+ for r in ${INTEL_RPMS}; do >+ for subdir in ${INTEL_RPMS_DIRS}; do >+ rpmdir=${t%%.*}/${subdir} >+ list+=( ${rpmdir}/${r}) >+ done >+ done >+ tar xf "${DISTDIR}"/${t} ${list[@]} 2> /dev/null >+ for r in ${list[@]}; do >+ [ ! -f ${r} ] && continue >+ rb=$(basename ${r}) >+ l=.${rb}_$(date +'%d%m%y_%H%M%S').log >+ einfo "Unpacking ${rb}" >+ rpm2tar -O ${r} | tar xvf - | sed -e \ >+ "s:^\.:${EROOT#/}:g" > ${l} || die "unpacking ${r} failed" >+ mv ${l} opt/intel/ || die "failed moving extract log file" >+ done >+ done >+ >+ mv opt/intel/* ${INTEL_SDP_DIR} || die "mv to INTEL_SDP_DIR failed" >+} > > create_bin_symlink() { > _libdir=$(get_libdir)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 472572
:
350334
| 353498