* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2011-05-19 5:56 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2011-05-19 5:56 UTC (permalink / raw
To: gentoo-commits
commit: bfb13f5158483165b5c994a83ed51116e070d782
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 05:55:26 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu May 19 05:55:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bfb13f51
Add missing path to LDPATH, #367959
(Portage version: 2.2.0_alpha34/git/Linux x86_64, unsigned Manifest commit)
---
dev-libs/intel-common/ChangeLog | 3 +++
.../intel-common/intel-common-12.0.2.137.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
index 7a69e6e..304d54d 100644
--- a/dev-libs/intel-common/ChangeLog
+++ b/dev-libs/intel-common/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
+ Add missing path to LDPATH, #367959
+
31 Mar 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
Corrected env.d files creation
diff --git a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
index 7d84a77..b4679aa 100644
--- a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
+++ b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
@@ -48,7 +48,7 @@ src_install() {
for arch in ${INTEL_ARCH}; do
path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}
+ ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
done
cat >> ${fenv} <<-EOF
PATH=${path#:}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2011-05-19 6:31 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2011-05-19 6:31 UTC (permalink / raw
To: gentoo-commits
commit: cb764bfe0496ff0eedb7abe9e059ea7062a95d78
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 06:31:07 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu May 19 06:31:07 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cb764bfe
Fix license dir to /opt/intel/composerxe-2011.2.137/licenses/
(Portage version: 2.2.0_alpha34/git/Linux x86_64, unsigned Manifest commit)
---
dev-libs/intel-common/ChangeLog | 3 +++
.../intel-common/intel-common-12.0.2.137.ebuild | 4 ++++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
index 304d54d..1c7b581 100644
--- a/dev-libs/intel-common/ChangeLog
+++ b/dev-libs/intel-common/ChangeLog
@@ -3,6 +3,9 @@
# $Header: $
19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
+ Fix license dir to /opt/intel/composerxe-2011.2.137/licenses/
+
+ 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
Add missing path to LDPATH, #367959
31 Mar 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
diff --git a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
index b4679aa..c6da3d0 100644
--- a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
+++ b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
@@ -44,6 +44,7 @@ src_install() {
cat > ${fenv} <<-EOF
NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
MANPATH=${INTEL_SDP_EDIR}/man/en_US
+ INTEL_LICENSE_FILE=${INTEL_SDP_EDIR}/licenses
EOF
for arch in ${INTEL_ARCH}; do
path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
@@ -56,4 +57,7 @@ src_install() {
LDPATH=${ldpath#:}
EOF
doenvd ${fenv} || die
+
+ dodir ${INTEL_SDP_EDIR}/licenses
+ keepdir ${INTEL_SDP_EDIR}/licenses
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2011-05-19 7:21 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2011-05-19 7:21 UTC (permalink / raw
To: gentoo-commits
commit: 7f9bbd568988948acc8ac22788b8dcb404f3e2c5
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 07:21:07 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu May 19 07:21:07 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7f9bbd56
Correct for double prfix
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
dev-libs/intel-common/ChangeLog | 3 +++
.../intel-common/intel-common-12.0.2.137.ebuild | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
index 1c7b581..0296dc5 100644
--- a/dev-libs/intel-common/ChangeLog
+++ b/dev-libs/intel-common/ChangeLog
@@ -3,6 +3,9 @@
# $Header: $
19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
+ Correct for double prfix
+
+ 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
Fix license dir to /opt/intel/composerxe-2011.2.137/licenses/
19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
diff --git a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
index c6da3d0..4c62447 100644
--- a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
+++ b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
@@ -58,6 +58,5 @@ src_install() {
EOF
doenvd ${fenv} || die
- dodir ${INTEL_SDP_EDIR}/licenses
- keepdir ${INTEL_SDP_EDIR}/licenses
+ mkdir -p ${INTEL_SDP_EDIR}/licenses
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2011-05-28 7:49 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2011-05-28 7:49 UTC (permalink / raw
To: gentoo-commits
commit: 9887058ff7ab4f74f38b6704faf5fa0f19952a59
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 07:48:40 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat May 28 07:48:40 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9887058f
Sandbox fix
(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
dev-libs/intel-common/ChangeLog | 3 +++
.../intel-common/intel-common-12.0.2.137.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
index 0296dc5..afd86bd 100644
--- a/dev-libs/intel-common/ChangeLog
+++ b/dev-libs/intel-common/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 28 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
+ Sandbox fix
+
19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
Correct for double prfix
diff --git a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
index 4c62447..c8e37fd 100644
--- a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
+++ b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
@@ -58,5 +58,5 @@ src_install() {
EOF
doenvd ${fenv} || die
- mkdir -p ${INTEL_SDP_EDIR}/licenses
+ dodir ${INTEL_SDP_DIR}/licenses
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2011-05-28 11:50 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2011-05-28 11:50 UTC (permalink / raw
To: gentoo-commits
commit: 929bcb5e9d44ca0ad2ec26aa16c4f6b54267515b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 11:38:00 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat May 28 11:38:00 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=929bcb5e
Version Bump
(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
dev-libs/intel-common/ChangeLog | 5 ++
.../intel-common/intel-common-12.0.4.191.ebuild | 63 ++++++++++++++++++++
2 files changed, 68 insertions(+), 0 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
index afd86bd..061ef26 100644
--- a/dev-libs/intel-common/ChangeLog
+++ b/dev-libs/intel-common/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*intel-common-12.0.4.191 (28 May 2011)
+
+ 28 May 2011; Justin Lecher <jlec@gentoo.org> +intel-common-12.0.4.191.ebuild:
+ Version Bump
+
28 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
Sandbox fix
diff --git a/dev-libs/intel-common/intel-common-12.0.4.191.ebuild b/dev-libs/intel-common/intel-common-12.0.4.191.ebuild
new file mode 100644
index 0000000..6e4f0d6
--- /dev/null
+++ b/dev-libs/intel-common/intel-common-12.0.4.191.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+INTEL_DPN=parallel_studio_xe
+INTEL_DID=2158
+INTEL_DPV=2011_update2
+INTEL_SUBDIR=composerxe
+
+inherit intel-sdp
+
+DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
+
+IUSE="+compiler"
+
+QA_PREBUILT="
+ ${INTEL_SDP_DIR}/compiler/lib/*/*
+ ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/*
+ ${INTEL_SDP_DIR}/bin/*/*"
+
+QA_PRESTRIPPED="
+ ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so
+ ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
+ ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
+
+CHECKREQS_DISK_BUILD=256
+
+pkg_setup() {
+ einfo ${INTEL_SDP_DIR}
+ INTEL_BIN_RPMS="openmp openmp-devel"
+ INTEL_DAT_RPMS="compilerpro-common"
+ if use compiler; then
+ INTEL_BIN_RPMS="${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-devel"
+ INTEL_DAT_RPMS="${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-common"
+ fi
+ intel-sdp_pkg_setup
+}
+
+src_install() {
+ intel-sdp_src_install
+ local path rootpath ldpath arch fenv=35intelsdp
+ cat > ${fenv} <<-EOF
+ NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
+ MANPATH=${INTEL_SDP_EDIR}/man/en_US
+ INTEL_LICENSE_FILE=${EPREFIX}/opt/intel/licenses
+ EOF
+ for arch in ${INTEL_ARCH}; do
+ path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
+ rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
+ ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
+ done
+ cat >> ${fenv} <<-EOF
+ PATH=${path#:}
+ ROOTPATH=${rootpath#:}
+ LDPATH=${ldpath#:}
+ EOF
+ doenvd ${fenv} || die
+
+ dodir /opt/intel/licenses
+ keepdir /opt/intel/licenses
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2011-10-25 17:16 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
To: gentoo-commits
commit: a9977a35b684b7c5fb9e0c83de8aa1c78aa40248
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 16:04:17 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 16:04:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a9977a35
Version Bump
(Portage version: 2.2.0_alpha71/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
dev-libs/intel-common/ChangeLog | 7 +++++++
.../intel-common/intel-common-12.0.2.137.ebuild | 3 +--
.../intel-common/intel-common-12.0.4.191.ebuild | 3 +--
...4.191.ebuild => intel-common-12.1.6.233.ebuild} | 7 +++----
dev-libs/intel-common/metadata.xml | 16 +++++++---------
5 files changed, 19 insertions(+), 17 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
index 061ef26..c69d594 100644
--- a/dev-libs/intel-common/ChangeLog
+++ b/dev-libs/intel-common/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*intel-common-12.1.6.233 (25 Oct 2011)
+
+ 25 Oct 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild,
+ intel-common-12.0.4.191.ebuild, +intel-common-12.1.6.233.ebuild,
+ metadata.xml:
+ Version Bump
+
*intel-common-12.0.4.191 (28 May 2011)
28 May 2011; Justin Lecher <jlec@gentoo.org> +intel-common-12.0.4.191.ebuild:
diff --git a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
index c8e37fd..43b377f 100644
--- a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
+++ b/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI=3
+
INTEL_DPN=parallel_studio_xe
INTEL_DID=2065
INTEL_DPV=2011_update1
@@ -25,8 +26,6 @@ QA_PRESTRIPPED="
${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-CHECKREQS_DISK_BUILD=256
-
pkg_setup() {
einfo ${INTEL_SDP_DIR}
INTEL_BIN_RPMS="openmp openmp-devel"
diff --git a/dev-libs/intel-common/intel-common-12.0.4.191.ebuild b/dev-libs/intel-common/intel-common-12.0.4.191.ebuild
index 6e4f0d6..6f07fa6 100644
--- a/dev-libs/intel-common/intel-common-12.0.4.191.ebuild
+++ b/dev-libs/intel-common/intel-common-12.0.4.191.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI=3
+
INTEL_DPN=parallel_studio_xe
INTEL_DID=2158
INTEL_DPV=2011_update2
@@ -25,8 +26,6 @@ QA_PRESTRIPPED="
${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-CHECKREQS_DISK_BUILD=256
-
pkg_setup() {
einfo ${INTEL_SDP_DIR}
INTEL_BIN_RPMS="openmp openmp-devel"
diff --git a/dev-libs/intel-common/intel-common-12.0.4.191.ebuild b/dev-libs/intel-common/intel-common-12.1.6.233.ebuild
similarity index 96%
copy from dev-libs/intel-common/intel-common-12.0.4.191.ebuild
copy to dev-libs/intel-common/intel-common-12.1.6.233.ebuild
index 6e4f0d6..144ff65 100644
--- a/dev-libs/intel-common/intel-common-12.0.4.191.ebuild
+++ b/dev-libs/intel-common/intel-common-12.1.6.233.ebuild
@@ -3,9 +3,10 @@
# $Header: $
EAPI=3
+
INTEL_DPN=parallel_studio_xe
-INTEL_DID=2158
-INTEL_DPV=2011_update2
+INTEL_DID=2328
+INTEL_DPV=2011_sp1
INTEL_SUBDIR=composerxe
inherit intel-sdp
@@ -25,8 +26,6 @@ QA_PRESTRIPPED="
${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-CHECKREQS_DISK_BUILD=256
-
pkg_setup() {
einfo ${INTEL_SDP_DIR}
INTEL_BIN_RPMS="openmp openmp-devel"
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
index 267bd43..6a7627f 100644
--- a/dev-libs/intel-common/metadata.xml
+++ b/dev-libs/intel-common/metadata.xml
@@ -1,16 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>bicatali@gentoo.org</email>
-</maintainer>
-<longdescription lang="en">
+ <maintainer>
+ <email>bicatali@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
This package contains the core files to be installed for the Intel
compilers and libraries. Probably useless if installed standalone.
</longdescription>
-<use>
- <flag name='compiler'>Install the libraries needed for the icc and ifort compilers</flag>
-</use>
+ <use>
+ <flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2012-02-16 22:35 Sebastien Fabbro
0 siblings, 0 replies; 24+ messages in thread
From: Sebastien Fabbro @ 2012-02-16 22:35 UTC (permalink / raw
To: gentoo-commits
commit: eeb4b306c5b96870a191deaa0aa8616c04ef8b56
Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Thu Feb 16 20:32:58 2012 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 20:32:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=eeb4b306
dev-libs/intel-common: Version bump
(Portage version: 2.1.10.44/git/Linux x86_64, unsigned Manifest commit)
---
dev-libs/intel-common/ChangeLog | 9 +++-
.../intel-common/intel-common-12.0.4.191.ebuild | 62 --------------------
...2.137.ebuild => intel-common-12.1.7.256.ebuild} | 10 ++--
3 files changed, 13 insertions(+), 68 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
index c69d594..a3a3615 100644
--- a/dev-libs/intel-common/ChangeLog
+++ b/dev-libs/intel-common/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-libs/intel-common
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*intel-common-12.1.7.256 (16 Feb 2012)
+
+ 16 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org>
+ -intel-common-12.0.2.137.ebuild, -intel-common-12.0.4.191.ebuild,
+ +intel-common-12.1.7.256.ebuild:
+ Version bump
+
*intel-common-12.1.6.233 (25 Oct 2011)
25 Oct 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild,
diff --git a/dev-libs/intel-common/intel-common-12.0.4.191.ebuild b/dev-libs/intel-common/intel-common-12.0.4.191.ebuild
deleted file mode 100644
index 6f07fa6..0000000
--- a/dev-libs/intel-common/intel-common-12.0.4.191.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2158
-INTEL_DPV=2011_update2
-INTEL_SUBDIR=composerxe
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-
-QA_PREBUILT="
- ${INTEL_SDP_DIR}/compiler/lib/*/*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/*
- ${INTEL_SDP_DIR}/bin/*/*"
-
-QA_PRESTRIPPED="
- ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so
- ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-
-pkg_setup() {
- einfo ${INTEL_SDP_DIR}
- INTEL_BIN_RPMS="openmp openmp-devel"
- INTEL_DAT_RPMS="compilerpro-common"
- if use compiler; then
- INTEL_BIN_RPMS="${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-devel"
- INTEL_DAT_RPMS="${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-common"
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE=${EPREFIX}/opt/intel/licenses
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
- doenvd ${fenv} || die
-
- dodir /opt/intel/licenses
- keepdir /opt/intel/licenses
-}
diff --git a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild b/dev-libs/intel-common/intel-common-12.1.7.256.ebuild
similarity index 93%
rename from dev-libs/intel-common/intel-common-12.0.2.137.ebuild
rename to dev-libs/intel-common/intel-common-12.1.7.256.ebuild
index 43b377f..c90372e 100644
--- a/dev-libs/intel-common/intel-common-12.0.2.137.ebuild
+++ b/dev-libs/intel-common/intel-common-12.1.7.256.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
INTEL_DPN=parallel_studio_xe
-INTEL_DID=2065
-INTEL_DPV=2011_update1
+INTEL_DID=2405
+INTEL_DPV=2011_sp1_update1
INTEL_SUBDIR=composerxe
inherit intel-sdp
@@ -55,7 +55,7 @@ src_install() {
ROOTPATH=${rootpath#:}
LDPATH=${ldpath#:}
EOF
- doenvd ${fenv} || die
+ doenvd ${fenv}
dodir ${INTEL_SDP_DIR}/licenses
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2012-09-20 12:45 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2012-09-20 12:45 UTC (permalink / raw
To: gentoo-commits
commit: 284958ea6015278ba671e5d6af0f8429e1a7c55f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 12:44:22 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Sep 20 12:44:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=284958ea
in Cvs
---
dev-libs/intel-common/ChangeLog | 50 ----------------
.../intel-common/intel-common-12.1.6.233.ebuild | 62 --------------------
.../intel-common/intel-common-12.1.7.256.ebuild | 61 -------------------
.../intel-common/intel-common-12.1.9.293.ebuild | 61 -------------------
dev-libs/intel-common/metadata.xml | 14 -----
5 files changed, 0 insertions(+), 248 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
deleted file mode 100644
index a3a3615..0000000
--- a/dev-libs/intel-common/ChangeLog
+++ /dev/null
@@ -1,50 +0,0 @@
-# ChangeLog for dev-libs/intel-common
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*intel-common-12.1.7.256 (16 Feb 2012)
-
- 16 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org>
- -intel-common-12.0.2.137.ebuild, -intel-common-12.0.4.191.ebuild,
- +intel-common-12.1.7.256.ebuild:
- Version bump
-
-*intel-common-12.1.6.233 (25 Oct 2011)
-
- 25 Oct 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild,
- intel-common-12.0.4.191.ebuild, +intel-common-12.1.6.233.ebuild,
- metadata.xml:
- Version Bump
-
-*intel-common-12.0.4.191 (28 May 2011)
-
- 28 May 2011; Justin Lecher <jlec@gentoo.org> +intel-common-12.0.4.191.ebuild:
- Version Bump
-
- 28 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Sandbox fix
-
- 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Correct for double prfix
-
- 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Fix license dir to /opt/intel/composerxe-2011.2.137/licenses/
-
- 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Add missing path to LDPATH, #367959
-
- 31 Mar 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Corrected env.d files creation
-
-*intel-common-12.0.2.137 (23 Feb 2011)
-
- 23 Feb 2011; Sébastien Fabbro <bicatali@gentoo.org>
- +intel-common-12.0.2.137.ebuild:
- Bump
-
-*intel-common-12.0.0.084 (03 Dec 2010)
-
- 03 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org>
- +intel-common-12.0.0.084.ebuild, +metadata.xml:
- Initial import
-
diff --git a/dev-libs/intel-common/intel-common-12.1.6.233.ebuild b/dev-libs/intel-common/intel-common-12.1.6.233.ebuild
deleted file mode 100644
index 144ff65..0000000
--- a/dev-libs/intel-common/intel-common-12.1.6.233.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2328
-INTEL_DPV=2011_sp1
-INTEL_SUBDIR=composerxe
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-
-QA_PREBUILT="
- ${INTEL_SDP_DIR}/compiler/lib/*/*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/*
- ${INTEL_SDP_DIR}/bin/*/*"
-
-QA_PRESTRIPPED="
- ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so
- ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-
-pkg_setup() {
- einfo ${INTEL_SDP_DIR}
- INTEL_BIN_RPMS="openmp openmp-devel"
- INTEL_DAT_RPMS="compilerpro-common"
- if use compiler; then
- INTEL_BIN_RPMS="${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-devel"
- INTEL_DAT_RPMS="${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-common"
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE=${EPREFIX}/opt/intel/licenses
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
- doenvd ${fenv} || die
-
- dodir /opt/intel/licenses
- keepdir /opt/intel/licenses
-}
diff --git a/dev-libs/intel-common/intel-common-12.1.7.256.ebuild b/dev-libs/intel-common/intel-common-12.1.7.256.ebuild
deleted file mode 100644
index c90372e..0000000
--- a/dev-libs/intel-common/intel-common-12.1.7.256.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2405
-INTEL_DPV=2011_sp1_update1
-INTEL_SUBDIR=composerxe
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-
-QA_PREBUILT="
- ${INTEL_SDP_DIR}/compiler/lib/*/*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/*
- ${INTEL_SDP_DIR}/bin/*/*"
-
-QA_PRESTRIPPED="
- ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so
- ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-
-pkg_setup() {
- einfo ${INTEL_SDP_DIR}
- INTEL_BIN_RPMS="openmp openmp-devel"
- INTEL_DAT_RPMS="compilerpro-common"
- if use compiler; then
- INTEL_BIN_RPMS="${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-devel"
- INTEL_DAT_RPMS="${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-common"
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE=${INTEL_SDP_EDIR}/licenses
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
-
- doenvd ${fenv}
- dodir ${INTEL_SDP_DIR}/licenses
-}
diff --git a/dev-libs/intel-common/intel-common-12.1.9.293.ebuild b/dev-libs/intel-common/intel-common-12.1.9.293.ebuild
deleted file mode 100644
index a5906d2..0000000
--- a/dev-libs/intel-common/intel-common-12.1.9.293.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2504
-INTEL_DPV=2011_sp1_update2
-INTEL_SUBDIR=composerxe
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-
-QA_PREBUILT="
- ${INTEL_SDP_DIR}/compiler/lib/*/*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/*
- ${INTEL_SDP_DIR}/bin/*/*"
-
-QA_PRESTRIPPED="
- ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so
- ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-
-pkg_setup() {
- einfo ${INTEL_SDP_DIR}
- INTEL_BIN_RPMS="openmp openmp-devel"
- INTEL_DAT_RPMS="compilerpro-common"
- if use compiler; then
- INTEL_BIN_RPMS="${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-devel"
- INTEL_DAT_RPMS="${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-common"
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE=${INTEL_SDP_EDIR}/licenses
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
-
- doenvd ${fenv}
- dodir ${INTEL_SDP_DIR}/licenses
-}
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
deleted file mode 100644
index 6a7627f..0000000
--- a/dev-libs/intel-common/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>bicatali@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
- This package contains the core files to be installed for the Intel
- compilers and libraries. Probably useless if installed standalone.
-</longdescription>
- <use>
- <flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2012-10-07 9:18 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2012-10-07 9:18 UTC (permalink / raw
To: gentoo-commits
commit: db0876036dd91f42057918694d0424b99160be8b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 19:21:59 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 19:21:59 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=db087603
in CVS
---
dev-libs/intel-common/ChangeLog | 50 ----------------
.../intel-common/intel-common-12.1.6.233.ebuild | 62 --------------------
.../intel-common/intel-common-12.1.7.256.ebuild | 61 -------------------
.../intel-common/intel-common-12.1.9.293.ebuild | 61 -------------------
dev-libs/intel-common/metadata.xml | 14 -----
5 files changed, 0 insertions(+), 248 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
deleted file mode 100644
index a3a3615..0000000
--- a/dev-libs/intel-common/ChangeLog
+++ /dev/null
@@ -1,50 +0,0 @@
-# ChangeLog for dev-libs/intel-common
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*intel-common-12.1.7.256 (16 Feb 2012)
-
- 16 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org>
- -intel-common-12.0.2.137.ebuild, -intel-common-12.0.4.191.ebuild,
- +intel-common-12.1.7.256.ebuild:
- Version bump
-
-*intel-common-12.1.6.233 (25 Oct 2011)
-
- 25 Oct 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild,
- intel-common-12.0.4.191.ebuild, +intel-common-12.1.6.233.ebuild,
- metadata.xml:
- Version Bump
-
-*intel-common-12.0.4.191 (28 May 2011)
-
- 28 May 2011; Justin Lecher <jlec@gentoo.org> +intel-common-12.0.4.191.ebuild:
- Version Bump
-
- 28 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Sandbox fix
-
- 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Correct for double prfix
-
- 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Fix license dir to /opt/intel/composerxe-2011.2.137/licenses/
-
- 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Add missing path to LDPATH, #367959
-
- 31 Mar 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Corrected env.d files creation
-
-*intel-common-12.0.2.137 (23 Feb 2011)
-
- 23 Feb 2011; Sébastien Fabbro <bicatali@gentoo.org>
- +intel-common-12.0.2.137.ebuild:
- Bump
-
-*intel-common-12.0.0.084 (03 Dec 2010)
-
- 03 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org>
- +intel-common-12.0.0.084.ebuild, +metadata.xml:
- Initial import
-
diff --git a/dev-libs/intel-common/intel-common-12.1.6.233.ebuild b/dev-libs/intel-common/intel-common-12.1.6.233.ebuild
deleted file mode 100644
index 144ff65..0000000
--- a/dev-libs/intel-common/intel-common-12.1.6.233.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2328
-INTEL_DPV=2011_sp1
-INTEL_SUBDIR=composerxe
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-
-QA_PREBUILT="
- ${INTEL_SDP_DIR}/compiler/lib/*/*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/*
- ${INTEL_SDP_DIR}/bin/*/*"
-
-QA_PRESTRIPPED="
- ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so
- ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-
-pkg_setup() {
- einfo ${INTEL_SDP_DIR}
- INTEL_BIN_RPMS="openmp openmp-devel"
- INTEL_DAT_RPMS="compilerpro-common"
- if use compiler; then
- INTEL_BIN_RPMS="${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-devel"
- INTEL_DAT_RPMS="${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-common"
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE=${EPREFIX}/opt/intel/licenses
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
- doenvd ${fenv} || die
-
- dodir /opt/intel/licenses
- keepdir /opt/intel/licenses
-}
diff --git a/dev-libs/intel-common/intel-common-12.1.7.256.ebuild b/dev-libs/intel-common/intel-common-12.1.7.256.ebuild
deleted file mode 100644
index c90372e..0000000
--- a/dev-libs/intel-common/intel-common-12.1.7.256.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2405
-INTEL_DPV=2011_sp1_update1
-INTEL_SUBDIR=composerxe
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-
-QA_PREBUILT="
- ${INTEL_SDP_DIR}/compiler/lib/*/*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/*
- ${INTEL_SDP_DIR}/bin/*/*"
-
-QA_PRESTRIPPED="
- ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so
- ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-
-pkg_setup() {
- einfo ${INTEL_SDP_DIR}
- INTEL_BIN_RPMS="openmp openmp-devel"
- INTEL_DAT_RPMS="compilerpro-common"
- if use compiler; then
- INTEL_BIN_RPMS="${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-devel"
- INTEL_DAT_RPMS="${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-common"
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE=${INTEL_SDP_EDIR}/licenses
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
-
- doenvd ${fenv}
- dodir ${INTEL_SDP_DIR}/licenses
-}
diff --git a/dev-libs/intel-common/intel-common-12.1.9.293.ebuild b/dev-libs/intel-common/intel-common-12.1.9.293.ebuild
deleted file mode 100644
index a5906d2..0000000
--- a/dev-libs/intel-common/intel-common-12.1.9.293.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2504
-INTEL_DPV=2011_sp1_update2
-INTEL_SUBDIR=composerxe
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-
-QA_PREBUILT="
- ${INTEL_SDP_DIR}/compiler/lib/*/*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/*
- ${INTEL_SDP_DIR}/bin/*/*"
-
-QA_PRESTRIPPED="
- ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so
- ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-
-pkg_setup() {
- einfo ${INTEL_SDP_DIR}
- INTEL_BIN_RPMS="openmp openmp-devel"
- INTEL_DAT_RPMS="compilerpro-common"
- if use compiler; then
- INTEL_BIN_RPMS="${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-devel"
- INTEL_DAT_RPMS="${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-common"
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE=${INTEL_SDP_EDIR}/licenses
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
-
- doenvd ${fenv}
- dodir ${INTEL_SDP_DIR}/licenses
-}
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
deleted file mode 100644
index 6a7627f..0000000
--- a/dev-libs/intel-common/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>bicatali@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
- This package contains the core files to be installed for the Intel
- compilers and libraries. Probably useless if installed standalone.
-</longdescription>
- <use>
- <flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2012-11-27 19:33 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2012-11-27 19:33 UTC (permalink / raw
To: gentoo-commits
commit: f93167520a051ff29d6d842a55a30e832628fe9a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 10:02:15 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 27 19:21:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f9316752
Imported from tree
---
dev-libs/intel-common/ChangeLog | 21 +++++++
.../intel-common/intel-common-13.0.0.079-r1.ebuild | 59 ++++++++++++++++++++
dev-libs/intel-common/metadata.xml | 12 ++++
3 files changed, 92 insertions(+), 0 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
new file mode 100644
index 0000000..22f2399
--- /dev/null
+++ b/dev-libs/intel-common/ChangeLog
@@ -0,0 +1,21 @@
+# ChangeLog for dev-libs/intel-common
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/ChangeLog,v 1.4 2012/11/14 18:34:25 bicatali Exp $
+
+ 14 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
+ Removing myself from maintainer
+
+*intel-common-13.0.0.079-r1 (28 Oct 2012)
+
+ 28 Oct 2012; Justin Lecher <jlec@gentoo.org>
+ +intel-common-13.0.0.079-r1.ebuild:
+ Mask installation from revdep-rebuild ,#438820
+
+ 20 Sep 2012; Justin Lecher <jlec@gentoo.org> intel-common-13.0.0.079.ebuild:
+ Avoid double prefix
+
+*intel-common-13.0.0.079 (16 Sep 2012)
+
+ 16 Sep 2012; Justin Lecher <jlec@gentoo.org> +intel-common-13.0.0.079.ebuild,
+ +metadata.xml:
+ Imported from sci overlay; new package containing common libs, #297542
diff --git a/dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild b/dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild
new file mode 100644
index 0000000..4692811
--- /dev/null
+++ b/dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild,v 1.1 2012/10/28 15:29:55 jlec Exp $
+
+EAPI=4
+
+INTEL_DPN=parallel_studio_xe
+INTEL_DID=2749
+INTEL_DPV=2013
+INTEL_SUBDIR=composerxe
+
+inherit intel-sdp
+
+DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
+
+IUSE="+compiler"
+
+CHECKREQS_DISK_BUILD=325M
+
+pkg_setup() {
+ einfo ${INTEL_SDP_EDIR}
+ INTEL_BIN_RPMS="openmp openmp-devel"
+ INTEL_DAT_RPMS="compilerpro-common"
+ if use compiler; then
+ INTEL_BIN_RPMS+=" compilerpro-devel sourcechecker-devel"
+ INTEL_DAT_RPMS+=" compilerpro-vars sourcechecker-common"
+ fi
+ intel-sdp_pkg_setup
+}
+
+src_install() {
+ intel-sdp_src_install
+ local path rootpath ldpath arch fenv=35intelsdp
+ cat > ${fenv} <<-EOF
+ NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
+ MANPATH=${INTEL_SDP_EDIR}/man/en_US
+ INTEL_LICENSE_FILE=${INTEL_SDP_EDIR}/licenses
+ EOF
+ for arch in ${INTEL_ARCH}; do
+ path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
+ rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
+ ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
+ done
+ cat >> ${fenv} <<-EOF
+ PATH=${path#:}
+ ROOTPATH=${rootpath#:}
+ LDPATH=${ldpath#:}
+ EOF
+
+ doenvd ${fenv}
+ dodir ${INTEL_SDP_DIR}/licenses
+
+ cat >> "${T}"/40-${PN} <<- EOF
+ SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}"
+ EOF
+ insinto /etc/revdep-rebuild/
+ doins "${T}"/40-${PN}
+}
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
new file mode 100644
index 0000000..5a311a4
--- /dev/null
+++ b/dev-libs/intel-common/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<longdescription lang="en">
+ This package contains the core files to be installed for the Intel
+ compilers and libraries. Probably useless if installed standalone.
+</longdescription>
+<use>
+ <flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2012-11-27 19:33 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2012-11-27 19:33 UTC (permalink / raw
To: gentoo-commits
commit: b307a81c9621e160eaeb4dc744b6e10f890c3bd2
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 11:54:27 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 27 19:21:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b307a81c
dev-libs/intel-common: Version Bump; drop creation of license dir
Package-Manager: portage-2.2.0_alpha142
---
dev-libs/intel-common/ChangeLog | 7 +++++++
...79-r1.ebuild => intel-common-13.0.1.117.ebuild} | 7 +++----
dev-libs/intel-common/metadata.xml | 10 +++++-----
3 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
index 22f2399..e22ac9d 100644
--- a/dev-libs/intel-common/ChangeLog
+++ b/dev-libs/intel-common/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/ChangeLog,v 1.4 2012/11/14 18:34:25 bicatali Exp $
+*intel-common-13.0.1.117 (15 Nov 2012)
+
+ 15 Nov 2012; Justin Lecher <jlec@gentoo.org>
+ -intel-common-13.0.0.079-r1.ebuild, +intel-common-13.0.1.117.ebuild,
+ metadata.xml:
+ Version Bump; drop creation of license dir
+
14 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
Removing myself from maintainer
diff --git a/dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild b/dev-libs/intel-common/intel-common-13.0.1.117.ebuild
similarity index 92%
rename from dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild
rename to dev-libs/intel-common/intel-common-13.0.1.117.ebuild
index 4692811..1d363a4 100644
--- a/dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild
+++ b/dev-libs/intel-common/intel-common-13.0.1.117.ebuild
@@ -5,8 +5,8 @@
EAPI=4
INTEL_DPN=parallel_studio_xe
-INTEL_DID=2749
-INTEL_DPV=2013
+INTEL_DID=2872
+INTEL_DPV=2013_update1
INTEL_SUBDIR=composerxe
inherit intel-sdp
@@ -35,7 +35,7 @@ src_install() {
cat > ${fenv} <<-EOF
NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE=${INTEL_SDP_EDIR}/licenses
+ INTEL_LICENSE_FILE="${INTEL_SDP_EDIR}"/licenses:"${EPREFIX}/opt/intel/license"
EOF
for arch in ${INTEL_ARCH}; do
path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
@@ -49,7 +49,6 @@ src_install() {
EOF
doenvd ${fenv}
- dodir ${INTEL_SDP_DIR}/licenses
cat >> "${T}"/40-${PN} <<- EOF
SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}"
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
index 5a311a4..3d33728 100644
--- a/dev-libs/intel-common/metadata.xml
+++ b/dev-libs/intel-common/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
This package contains the core files to be installed for the Intel
compilers and libraries. Probably useless if installed standalone.
</longdescription>
-<use>
- <flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
-</use>
+ <use>
+ <flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2012-12-10 21:29 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2012-12-10 21:29 UTC (permalink / raw
To: gentoo-commits
commit: fb8d44b45df6642a18876a52d4551dc22f1fa6c8
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 10 19:29:52 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 10 19:29:52 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb8d44b4
inCvs
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
---
dev-libs/intel-common/ChangeLog | 28 ----------
.../intel-common/intel-common-13.0.1.117.ebuild | 58 --------------------
dev-libs/intel-common/metadata.xml | 12 ----
3 files changed, 0 insertions(+), 98 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
deleted file mode 100644
index e22ac9d..0000000
--- a/dev-libs/intel-common/ChangeLog
+++ /dev/null
@@ -1,28 +0,0 @@
-# ChangeLog for dev-libs/intel-common
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/ChangeLog,v 1.4 2012/11/14 18:34:25 bicatali Exp $
-
-*intel-common-13.0.1.117 (15 Nov 2012)
-
- 15 Nov 2012; Justin Lecher <jlec@gentoo.org>
- -intel-common-13.0.0.079-r1.ebuild, +intel-common-13.0.1.117.ebuild,
- metadata.xml:
- Version Bump; drop creation of license dir
-
- 14 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
- Removing myself from maintainer
-
-*intel-common-13.0.0.079-r1 (28 Oct 2012)
-
- 28 Oct 2012; Justin Lecher <jlec@gentoo.org>
- +intel-common-13.0.0.079-r1.ebuild:
- Mask installation from revdep-rebuild ,#438820
-
- 20 Sep 2012; Justin Lecher <jlec@gentoo.org> intel-common-13.0.0.079.ebuild:
- Avoid double prefix
-
-*intel-common-13.0.0.079 (16 Sep 2012)
-
- 16 Sep 2012; Justin Lecher <jlec@gentoo.org> +intel-common-13.0.0.079.ebuild,
- +metadata.xml:
- Imported from sci overlay; new package containing common libs, #297542
diff --git a/dev-libs/intel-common/intel-common-13.0.1.117.ebuild b/dev-libs/intel-common/intel-common-13.0.1.117.ebuild
deleted file mode 100644
index 1d363a4..0000000
--- a/dev-libs/intel-common/intel-common-13.0.1.117.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild,v 1.1 2012/10/28 15:29:55 jlec Exp $
-
-EAPI=4
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2872
-INTEL_DPV=2013_update1
-INTEL_SUBDIR=composerxe
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-
-CHECKREQS_DISK_BUILD=325M
-
-pkg_setup() {
- einfo ${INTEL_SDP_EDIR}
- INTEL_BIN_RPMS="openmp openmp-devel"
- INTEL_DAT_RPMS="compilerpro-common"
- if use compiler; then
- INTEL_BIN_RPMS+=" compilerpro-devel sourcechecker-devel"
- INTEL_DAT_RPMS+=" compilerpro-vars sourcechecker-common"
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE="${INTEL_SDP_EDIR}"/licenses:"${EPREFIX}/opt/intel/license"
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
-
- doenvd ${fenv}
-
- cat >> "${T}"/40-${PN} <<- EOF
- SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}"
- EOF
- insinto /etc/revdep-rebuild/
- doins "${T}"/40-${PN}
-}
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
deleted file mode 100644
index 3d33728..0000000
--- a/dev-libs/intel-common/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci</herd>
- <longdescription lang="en">
- This package contains the core files to be installed for the Intel
- compilers and libraries. Probably useless if installed standalone.
-</longdescription>
- <use>
- <flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2016-02-15 8:19 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2016-02-15 8:19 UTC (permalink / raw
To: gentoo-commits
commit: 719435591009ffec78372d3f6e7431a7b36a67f2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 17:27:06 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 17:52:59 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=71943559
dev-libs/intel-common: Version bump to 16.0.1.150
Package-Manager: portage-2.2.27
.../intel-common/intel-common-16.0.1.150.ebuild | 137 +++++++++++++++++++++
dev-libs/intel-common/metadata.xml | 2 +-
2 files changed, 138 insertions(+), 1 deletion(-)
diff --git a/dev-libs/intel-common/intel-common-16.0.1.150.ebuild b/dev-libs/intel-common/intel-common-16.0.1.150.ebuild
new file mode 100644
index 0000000..89a2e09
--- /dev/null
+++ b/dev-libs/intel-common/intel-common-16.0.1.150.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+INTEL_DPN=parallel_studio_xe
+INTEL_DID=8365
+INTEL_DPV=2016_update1
+INTEL_SUBDIR=compilers_and_libraries
+INTEL_SINGLE_ARCH=false
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
+
+IUSE="+compiler doc examples mpi openmp linguas_ja"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+CHECKREQS_DISK_BUILD=375M
+
+INTEL_BIN_RPMS=()
+INTEL_DAT_RPMS=(
+ "ccompxe-2016.1-056.noarch.rpm"
+ "comp-l-all-common"
+ "comp-l-all-vars"
+ "comp-l-ps-common"
+ "comp-ps-ss-doc-16.0.1-150.noarch.rpm")
+INTEL_X86_RPMS=(
+ "comp-l-all-32"
+ "comp-l-ps-ss-wrapper")
+INTEL_AMD64_RPMS=()
+
+pkg_setup() {
+ if use doc; then
+ INTEL_DAT_RPMS+=(
+ "ccompxe-doc-2016.1-056.noarch.rpm")
+
+ if use linguas_ja; then
+ INTEL_DAT_RPMS+=(
+ "comp-ps-doc-jp-16.0.1-150.noarch.rpm")
+ fi
+ fi
+
+ if use examples; then
+ INTEL_DAT_RPMS+=(
+ "ccomp-doc-2016.1-056.noarch.rpm")
+ fi
+
+ if use mpi; then
+ INTEL_X86_RPMS+=(
+ "mpirt-l-ps-150-16.0.1-150.i486.rpm")
+ INTEL_AMD64_RPMS+=(
+ "mpi-psxe-056-5.1.2-056.x86_64.rpm"
+ "mpi-rt-core-150-5.1.2-150.x86_64.rpm"
+ "mpi-rt-core-150-5.1.2-150.x86_64.rpm"
+ "mpi-rt-mic-150-5.1.2-150.x86_64.rpm"
+ "mpi-sdk-core-150-5.1.2-150.x86_64.rpm"
+ "mpi-sdk-mic-150-5.1.2-150.x86_64.rpm")
+
+ if use doc; then
+ INTEL_AMD64_RPMS+=(
+ "mpi-doc-5.1.2-150.x86_64.rpm")
+ fi
+ fi
+
+ if use openmp; then
+ INTEL_BIN_RPMS+=(
+ "openmp-l-all"
+ "openmp-l-ps")
+ INTEL_AMD64_RPMS+=(
+ "openmp-l-ps-ss"
+ "openmp-l-ps-mic")
+
+ if use compiler; then
+ INTEL_BIN_RPMS+=(
+ "openmp-l-all-devel")
+ INTEL_AMD64_RPMS+=(
+ "openmp-l-ps-devel"
+ "openmp-l-ps-ss-devel"
+ "openmp-l-ps-mic-devel")
+
+ if use linguas_ja; then
+ INTEL_AMD64_RPMS+=(
+ "openmp-l-ps-devel-jp"
+ "openmp-l-ps-mic-devel-jp")
+ fi
+ fi
+
+ if use linguas_ja; then
+ INTEL_X86_RPMS+=(
+ "openmp-l-ps-jp")
+ fi
+ fi
+
+ if use compiler; then
+ INTEL_BIN_RPMS+=(
+ "comp-l-all-devel"
+ "comp-l-ps-ss-devel")
+ INTEL_AMD64_RPMS+=(
+ "comp-l-ps-devel")
+ fi
+ intel-sdp-r1_pkg_setup
+}
+
+src_install() {
+ intel-sdp-r1_src_install
+ local path rootpath ldpath arch fenv=35intelsdp
+ cat > ${fenv} <<-EOF
+ NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
+ INTEL_LICENSE_FILE="${EPREFIX}/opt/intel/license:${INTEL_SDP_EDIR}/licenses:"
+ EOF
+ for arch in ${INTEL_ARCH}; do
+ path=${path}:${INTEL_SDP_EDIR}/linux/bin/${arch}
+ rootpath=${rootpath}:${INTEL_SDP_EDIR}/linux/bin/${arch}
+ ldpath=${ldpath}:${INTEL_SDP_EDIR}/linux/compiler/lib/${arch}
+ done
+ if use mpi && use amd64; then
+ path=${path}:${INTEL_SDP_EDIR}/linux/mpi/intel64/bin/
+ rootpath=${rootpath}:${INTEL_SDP_EDIR}/linux/mpi/intel64/bin/
+ ldpath=${ldpath}:${INTEL_SDP_EDIR}/linux/mpi/intel64/lib/
+ fi
+ cat >> ${fenv} <<-EOF
+ PATH=${path#:}
+ ROOTPATH=${rootpath#:}
+ LDPATH=${ldpath#:}
+ EOF
+
+ doenvd ${fenv}
+
+ cat >> "${T}"/40-${PN} <<- EOF
+ SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}"
+ EOF
+ insinto /etc/revdep-rebuild/
+ doins "${T}"/40-${PN}
+}
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
index b689904..7e7298d 100644
--- a/dev-libs/intel-common/metadata.xml
+++ b/dev-libs/intel-common/metadata.xml
@@ -8,7 +8,7 @@
<longdescription lang="en">
This package contains the core files to be installed for the Intel
compilers and libraries. Probably useless if installed standalone.
-</longdescription>
+ </longdescription>
<use>
<flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
</use>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2016-02-15 8:19 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2016-02-15 8:19 UTC (permalink / raw
To: gentoo-commits
commit: e13dc25604be77dcc9436c13683d352426aec0c1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 17:27:06 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 08:06:38 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e13dc256
dev-libs/intel-common: Version bump to 16.0.1.150
Package-Manager: portage-2.2.27
.../intel-common/intel-common-16.0.1.150.ebuild | 137 +++++++++++++++++++++
dev-libs/intel-common/metadata.xml | 2 +-
2 files changed, 138 insertions(+), 1 deletion(-)
diff --git a/dev-libs/intel-common/intel-common-16.0.1.150.ebuild b/dev-libs/intel-common/intel-common-16.0.1.150.ebuild
new file mode 100644
index 0000000..89a2e09
--- /dev/null
+++ b/dev-libs/intel-common/intel-common-16.0.1.150.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+INTEL_DPN=parallel_studio_xe
+INTEL_DID=8365
+INTEL_DPV=2016_update1
+INTEL_SUBDIR=compilers_and_libraries
+INTEL_SINGLE_ARCH=false
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
+
+IUSE="+compiler doc examples mpi openmp linguas_ja"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+CHECKREQS_DISK_BUILD=375M
+
+INTEL_BIN_RPMS=()
+INTEL_DAT_RPMS=(
+ "ccompxe-2016.1-056.noarch.rpm"
+ "comp-l-all-common"
+ "comp-l-all-vars"
+ "comp-l-ps-common"
+ "comp-ps-ss-doc-16.0.1-150.noarch.rpm")
+INTEL_X86_RPMS=(
+ "comp-l-all-32"
+ "comp-l-ps-ss-wrapper")
+INTEL_AMD64_RPMS=()
+
+pkg_setup() {
+ if use doc; then
+ INTEL_DAT_RPMS+=(
+ "ccompxe-doc-2016.1-056.noarch.rpm")
+
+ if use linguas_ja; then
+ INTEL_DAT_RPMS+=(
+ "comp-ps-doc-jp-16.0.1-150.noarch.rpm")
+ fi
+ fi
+
+ if use examples; then
+ INTEL_DAT_RPMS+=(
+ "ccomp-doc-2016.1-056.noarch.rpm")
+ fi
+
+ if use mpi; then
+ INTEL_X86_RPMS+=(
+ "mpirt-l-ps-150-16.0.1-150.i486.rpm")
+ INTEL_AMD64_RPMS+=(
+ "mpi-psxe-056-5.1.2-056.x86_64.rpm"
+ "mpi-rt-core-150-5.1.2-150.x86_64.rpm"
+ "mpi-rt-core-150-5.1.2-150.x86_64.rpm"
+ "mpi-rt-mic-150-5.1.2-150.x86_64.rpm"
+ "mpi-sdk-core-150-5.1.2-150.x86_64.rpm"
+ "mpi-sdk-mic-150-5.1.2-150.x86_64.rpm")
+
+ if use doc; then
+ INTEL_AMD64_RPMS+=(
+ "mpi-doc-5.1.2-150.x86_64.rpm")
+ fi
+ fi
+
+ if use openmp; then
+ INTEL_BIN_RPMS+=(
+ "openmp-l-all"
+ "openmp-l-ps")
+ INTEL_AMD64_RPMS+=(
+ "openmp-l-ps-ss"
+ "openmp-l-ps-mic")
+
+ if use compiler; then
+ INTEL_BIN_RPMS+=(
+ "openmp-l-all-devel")
+ INTEL_AMD64_RPMS+=(
+ "openmp-l-ps-devel"
+ "openmp-l-ps-ss-devel"
+ "openmp-l-ps-mic-devel")
+
+ if use linguas_ja; then
+ INTEL_AMD64_RPMS+=(
+ "openmp-l-ps-devel-jp"
+ "openmp-l-ps-mic-devel-jp")
+ fi
+ fi
+
+ if use linguas_ja; then
+ INTEL_X86_RPMS+=(
+ "openmp-l-ps-jp")
+ fi
+ fi
+
+ if use compiler; then
+ INTEL_BIN_RPMS+=(
+ "comp-l-all-devel"
+ "comp-l-ps-ss-devel")
+ INTEL_AMD64_RPMS+=(
+ "comp-l-ps-devel")
+ fi
+ intel-sdp-r1_pkg_setup
+}
+
+src_install() {
+ intel-sdp-r1_src_install
+ local path rootpath ldpath arch fenv=35intelsdp
+ cat > ${fenv} <<-EOF
+ NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
+ INTEL_LICENSE_FILE="${EPREFIX}/opt/intel/license:${INTEL_SDP_EDIR}/licenses:"
+ EOF
+ for arch in ${INTEL_ARCH}; do
+ path=${path}:${INTEL_SDP_EDIR}/linux/bin/${arch}
+ rootpath=${rootpath}:${INTEL_SDP_EDIR}/linux/bin/${arch}
+ ldpath=${ldpath}:${INTEL_SDP_EDIR}/linux/compiler/lib/${arch}
+ done
+ if use mpi && use amd64; then
+ path=${path}:${INTEL_SDP_EDIR}/linux/mpi/intel64/bin/
+ rootpath=${rootpath}:${INTEL_SDP_EDIR}/linux/mpi/intel64/bin/
+ ldpath=${ldpath}:${INTEL_SDP_EDIR}/linux/mpi/intel64/lib/
+ fi
+ cat >> ${fenv} <<-EOF
+ PATH=${path#:}
+ ROOTPATH=${rootpath#:}
+ LDPATH=${ldpath#:}
+ EOF
+
+ doenvd ${fenv}
+
+ cat >> "${T}"/40-${PN} <<- EOF
+ SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}"
+ EOF
+ insinto /etc/revdep-rebuild/
+ doins "${T}"/40-${PN}
+}
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
index b689904..7e7298d 100644
--- a/dev-libs/intel-common/metadata.xml
+++ b/dev-libs/intel-common/metadata.xml
@@ -8,7 +8,7 @@
<longdescription lang="en">
This package contains the core files to be installed for the Intel
compilers and libraries. Probably useless if installed standalone.
-</longdescription>
+ </longdescription>
<use>
<flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
</use>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2016-02-19 9:27 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2016-02-19 9:27 UTC (permalink / raw
To: gentoo-commits
commit: eb13e7f47f6118653bc1aeed11b3b5d12e7d9c0f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 21:02:56 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 21:02:56 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eb13e7f4
dev-libs/intel-common: remove old
Package-Manager: portage-2.2.27
.../intel-common/intel-common-15.0.3.187-r1.ebuild | 59 ----------------------
1 file changed, 59 deletions(-)
diff --git a/dev-libs/intel-common/intel-common-15.0.3.187-r1.ebuild b/dev-libs/intel-common/intel-common-15.0.3.187-r1.ebuild
deleted file mode 100644
index d59e801..0000000
--- a/dev-libs/intel-common/intel-common-15.0.3.187-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=7538
-INTEL_DPV=2015_update3
-INTEL_SUBDIR=composerxe
-INTEL_SINGLE_ARCH=false
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-CHECKREQS_DISK_BUILD=375M
-
-pkg_setup() {
- einfo ${INTEL_SDP_EDIR}
- INTEL_BIN_RPMS=( openmp openmp-devel )
- INTEL_DAT_RPMS=( compilerpro-common compilerpro-common-pset )
- if use compiler; then
- INTEL_BIN_RPMS+=( compilerpro-devel sourcechecker-devel )
- INTEL_DAT_RPMS+=( compilerpro-vars sourcechecker-common ccompxe compxe fcompxe )
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- INTEL_LICENSE_FILE="${INTEL_SDP_EDIR}"/licenses:"${EPREFIX}/opt/intel/license"
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
-
- doenvd ${fenv}
-
- cat >> "${T}"/40-${PN} <<- EOF
- SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}"
- EOF
- insinto /etc/revdep-rebuild/
- doins "${T}"/40-${PN}
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2016-02-19 10:12 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2016-02-19 10:12 UTC (permalink / raw
To: gentoo-commits
commit: 32f3599a4b973e447a52d25d093322b97e2af251
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 23:47:48 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 09:56:10 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=32f3599a
dev-libs/intel-common: Match new variables, remove ${INTEL_SINGLE_ARCH}
Package-Manager: portage-2.2.27
.../intel-common/intel-common-16.0.1.150.ebuild | 137 -------------------
.../intel-common/intel-common-16.0.2.181.ebuild | 150 +++++++++++++++++++++
dev-libs/intel-common/metadata.xml | 3 +
3 files changed, 153 insertions(+), 137 deletions(-)
diff --git a/dev-libs/intel-common/intel-common-16.0.1.150.ebuild b/dev-libs/intel-common/intel-common-16.0.1.150.ebuild
deleted file mode 100644
index 89a2e09..0000000
--- a/dev-libs/intel-common/intel-common-16.0.1.150.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=8365
-INTEL_DPV=2016_update1
-INTEL_SUBDIR=compilers_and_libraries
-INTEL_SINGLE_ARCH=false
-
-inherit intel-sdp-r1
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler doc examples mpi openmp linguas_ja"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-CHECKREQS_DISK_BUILD=375M
-
-INTEL_BIN_RPMS=()
-INTEL_DAT_RPMS=(
- "ccompxe-2016.1-056.noarch.rpm"
- "comp-l-all-common"
- "comp-l-all-vars"
- "comp-l-ps-common"
- "comp-ps-ss-doc-16.0.1-150.noarch.rpm")
-INTEL_X86_RPMS=(
- "comp-l-all-32"
- "comp-l-ps-ss-wrapper")
-INTEL_AMD64_RPMS=()
-
-pkg_setup() {
- if use doc; then
- INTEL_DAT_RPMS+=(
- "ccompxe-doc-2016.1-056.noarch.rpm")
-
- if use linguas_ja; then
- INTEL_DAT_RPMS+=(
- "comp-ps-doc-jp-16.0.1-150.noarch.rpm")
- fi
- fi
-
- if use examples; then
- INTEL_DAT_RPMS+=(
- "ccomp-doc-2016.1-056.noarch.rpm")
- fi
-
- if use mpi; then
- INTEL_X86_RPMS+=(
- "mpirt-l-ps-150-16.0.1-150.i486.rpm")
- INTEL_AMD64_RPMS+=(
- "mpi-psxe-056-5.1.2-056.x86_64.rpm"
- "mpi-rt-core-150-5.1.2-150.x86_64.rpm"
- "mpi-rt-core-150-5.1.2-150.x86_64.rpm"
- "mpi-rt-mic-150-5.1.2-150.x86_64.rpm"
- "mpi-sdk-core-150-5.1.2-150.x86_64.rpm"
- "mpi-sdk-mic-150-5.1.2-150.x86_64.rpm")
-
- if use doc; then
- INTEL_AMD64_RPMS+=(
- "mpi-doc-5.1.2-150.x86_64.rpm")
- fi
- fi
-
- if use openmp; then
- INTEL_BIN_RPMS+=(
- "openmp-l-all"
- "openmp-l-ps")
- INTEL_AMD64_RPMS+=(
- "openmp-l-ps-ss"
- "openmp-l-ps-mic")
-
- if use compiler; then
- INTEL_BIN_RPMS+=(
- "openmp-l-all-devel")
- INTEL_AMD64_RPMS+=(
- "openmp-l-ps-devel"
- "openmp-l-ps-ss-devel"
- "openmp-l-ps-mic-devel")
-
- if use linguas_ja; then
- INTEL_AMD64_RPMS+=(
- "openmp-l-ps-devel-jp"
- "openmp-l-ps-mic-devel-jp")
- fi
- fi
-
- if use linguas_ja; then
- INTEL_X86_RPMS+=(
- "openmp-l-ps-jp")
- fi
- fi
-
- if use compiler; then
- INTEL_BIN_RPMS+=(
- "comp-l-all-devel"
- "comp-l-ps-ss-devel")
- INTEL_AMD64_RPMS+=(
- "comp-l-ps-devel")
- fi
- intel-sdp-r1_pkg_setup
-}
-
-src_install() {
- intel-sdp-r1_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- INTEL_LICENSE_FILE="${EPREFIX}/opt/intel/license:${INTEL_SDP_EDIR}/licenses:"
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/linux/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/linux/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/linux/compiler/lib/${arch}
- done
- if use mpi && use amd64; then
- path=${path}:${INTEL_SDP_EDIR}/linux/mpi/intel64/bin/
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/linux/mpi/intel64/bin/
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/linux/mpi/intel64/lib/
- fi
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
-
- doenvd ${fenv}
-
- cat >> "${T}"/40-${PN} <<- EOF
- SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}"
- EOF
- insinto /etc/revdep-rebuild/
- doins "${T}"/40-${PN}
-}
diff --git a/dev-libs/intel-common/intel-common-16.0.2.181.ebuild b/dev-libs/intel-common/intel-common-16.0.2.181.ebuild
new file mode 100644
index 0000000..82a1424
--- /dev/null
+++ b/dev-libs/intel-common/intel-common-16.0.2.181.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+INTEL_DIST_SKU=8676
+INTEL_DIST_PV=2016_update2
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
+
+IUSE="+compiler doc examples mic mpi openmp linguas_ja"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+REQUIRED_USE="mic? ( openmp )"
+
+CHECKREQS_DISK_BUILD=750M
+
+INTEL_DIST_BIN_RPMS=()
+INTEL_DIST_DAT_RPMS=(
+ "ccompxe-2016.2-062.noarch.rpm"
+ "comp-l-all-common"
+ "comp-l-all-vars"
+ "comp-l-ps-common"
+ "comp-ps-ss-doc-16.0.2-181.noarch.rpm")
+INTEL_DIST_X86_RPMS=(
+ "comp-l-all-32"
+ "comp-l-ps-ss-wrapper")
+INTEL_DIST_AMD64_RPMS=()
+
+pkg_setup() {
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=(
+ "ccompxe-doc-2016.2-062.noarch.rpm")
+
+ if use linguas_ja; then
+ INTEL_DIST_DAT_RPMS+=(
+ "comp-ps-doc-jp-16.0.2-181.noarch.rpm")
+ fi
+ fi
+
+ if use examples; then
+ INTEL_DIST_DAT_RPMS+=(
+ "ccomp-doc-2016.2-062.noarch.rpm")
+ fi
+
+ if use mpi; then
+ INTEL_DIST_X86_RPMS+=(
+ "mpirt-l-ps-181-16.0.2-181.i486.rpm")
+ INTEL_DIST_AMD64_RPMS+=(
+ "mpi-psxe-062-5.1.3-062.x86_64.rpm"
+ "mpi-rt-core-181-5.1.3-181.x86_64.rpm"
+ "mpi-sdk-core-181-5.1.3-181.x86_64.rpm"
+ )
+
+ if use mic; then
+ INTEL_DIST_AMD64_RPMS+=(
+ "mpi-rt-mic-181-5.1.3-181.x86_64.rpm"
+ "mpi-sdk-mic-181-5.1.3-181.x86_64.rpm")
+ fi
+
+ if use doc; then
+ INTEL_DIST_AMD64_RPMS+=(
+ "mpi-doc-5.1.3-181.x86_64.rpm")
+ fi
+ fi
+
+ if use openmp; then
+ INTEL_DIST_BIN_RPMS+=(
+ "openmp-l-all"
+ "openmp-l-ps")
+ INTEL_DIST_AMD64_RPMS+=(
+ "openmp-l-ps-ss")
+
+ if use mic; then
+ INTEL_DIST_AMD64_RPMS+=(
+ "openmp-l-ps-mic")
+ fi
+
+ if use compiler; then
+ INTEL_DIST_BIN_RPMS+=(
+ "openmp-l-all-devel")
+ INTEL_DIST_AMD64_RPMS+=(
+ "openmp-l-ps-devel"
+ "openmp-l-ps-ss-devel")
+
+ if use linguas_ja; then
+ INTEL_DIST_AMD64_RPMS+=(
+ "openmp-l-ps-devel-jp")
+
+ if use mic; then
+ INTEL_DIST_AMD64_RPMS+=(
+ "openmp-l-ps-mic-devel-jp")
+ fi
+ fi
+
+ if use mic; then
+ INTEL_DIST_AMD64_RPMS+=(
+ "openmp-l-ps-mic-devel")
+ fi
+ fi
+
+ if use linguas_ja; then
+ INTEL_DIST_X86_RPMS+=(
+ "openmp-l-ps-jp")
+ fi
+ fi
+
+ if use compiler; then
+ INTEL_DIST_BIN_RPMS+=(
+ "comp-l-all-devel"
+ "comp-l-ps-ss-devel")
+ INTEL_DIST_AMD64_RPMS+=(
+ "comp-l-ps-devel")
+ fi
+}
+
+src_install() {
+ intel-sdp-r1_src_install
+ local path rootpath ldpath arch fenv=35intelsdp
+ cat > ${fenv} <<-EOF
+ NLSPATH=$(isdp_get-sdp-edir)/linux/compiler/lib/$(isdp_get-native-abi-arch)/locale/en_US/%N
+ INTEL_LICENSE_FILE=${EPREFIX%/}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
+ EOF
+ for arch in $(isdp_get-sdp-installed-arches); do
+ path="${path}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
+ rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
+ ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/compiler/lib/${arch}"
+ done
+ if use mpi && use amd64; then
+ path="${path}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
+ rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
+ ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/lib/"
+ fi
+ cat >> ${fenv} <<-EOF
+ PATH=${path#:}
+ ROOTPATH=${rootpath#:}
+ LDPATH=${ldpath#:}
+ EOF
+
+ doenvd ${fenv}
+
+ cat >> "${T}"/40-${PN} <<- EOF
+ SEARCH_DIRS_MASK=$(isdp_get-sdp-edir)
+ EOF
+ insinto /etc/revdep-rebuild/
+ doins "${T}"/40-${PN}
+}
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
index 7e7298d..b4d319f 100644
--- a/dev-libs/intel-common/metadata.xml
+++ b/dev-libs/intel-common/metadata.xml
@@ -12,4 +12,7 @@
<use>
<flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
</use>
+ <use>
+ <flag name="mic">Install the libraries needed for supporting Intel Many Integrated Core (Xeon Phi)</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2018-01-27 12:24 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2018-01-27 12:24 UTC (permalink / raw
To: gentoo-commits
commit: de8f1ad370359efea79829b077651427c65b9e42
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 12:20:00 2018 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 12:20:00 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de8f1ad3
dev-libs/intel-common: Update to new localization handling
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
Package-Manager: Portage-2.3.20, Repoman-2.3.6
dev-libs/intel-common/intel-common-16.0.2.181.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-libs/intel-common/intel-common-16.0.2.181.ebuild b/dev-libs/intel-common/intel-common-16.0.2.181.ebuild
index 7d952084f..c6f17e064 100644
--- a/dev-libs/intel-common/intel-common-16.0.2.181.ebuild
+++ b/dev-libs/intel-common/intel-common-16.0.2.181.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ inherit intel-sdp-r1
DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-IUSE="+compiler doc examples mic mpi openmp linguas_ja"
+IUSE="+compiler doc examples mic mpi openmp l10n_ja"
KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
REQUIRED_USE="mic? ( openmp )"
@@ -34,7 +34,7 @@ pkg_setup() {
INTEL_DIST_DAT_RPMS+=(
"ccompxe-doc-2016.2-062.noarch.rpm")
- if use linguas_ja; then
+ if use l10n_ja; then
INTEL_DIST_DAT_RPMS+=(
"comp-ps-doc-jp-16.0.2-181.noarch.rpm")
fi
@@ -85,7 +85,7 @@ pkg_setup() {
"openmp-l-ps-devel"
"openmp-l-ps-ss-devel")
- if use linguas_ja; then
+ if use l10n_ja; then
INTEL_DIST_AMD64_RPMS+=(
"openmp-l-ps-devel-jp")
@@ -101,7 +101,7 @@ pkg_setup() {
fi
fi
- if use linguas_ja; then
+ if use l10n_ja; then
INTEL_DIST_X86_RPMS+=(
"openmp-l-ps-jp")
fi
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2018-04-03 3:52 Matthias Maier
0 siblings, 0 replies; 24+ messages in thread
From: Matthias Maier @ 2018-04-03 3:52 UTC (permalink / raw
To: gentoo-commits
commit: 5f2007a84f201a87b349dd9fe24cd84a060e41b0
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 02:54:56 2018 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 03:52:13 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5f2007a8
dev-libs/intel-common: version bump to 18.0.2.199
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../intel-common/intel-common-18.0.2.199.ebuild | 95 ++++++++++++++++++++++
1 file changed, 95 insertions(+)
diff --git a/dev-libs/intel-common/intel-common-18.0.2.199.ebuild b/dev-libs/intel-common/intel-common-18.0.2.199.ebuild
new file mode 100644
index 000000000..652d3d82c
--- /dev/null
+++ b/dev-libs/intel-common/intel-common-18.0.2.199.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+INTEL_DIST_SKU=3235
+INTEL_DIST_PV=2018_update2_professional_edition
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
+
+IUSE="+compiler doc mpi openmp l10n_ja"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+CHECKREQS_DISK_BUILD=750M
+
+INTEL_DIST_BIN_RPMS=()
+INTEL_DIST_DAT_RPMS=(
+ "c-comp-common-18.0.2-199-18.0.2-199.noarch.rpm"
+ "comp-l-all-common-18.0.2-199-18.0.2-199.noarch.rpm"
+ "comp-l-all-vars-18.0.2-199-18.0.2-199.noarch.rpm"
+ "comp-nomcu-vars-18.0.2-199-18.0.2-199.noarch.rpm")
+INTEL_DIST_X86_RPMS=(
+ "comp-32bit-18.0.2-199-18.0.2-199.x86_64.rpm"
+ "comp-ps-32bit-18.0.2-199-18.0.2-199.x86_64.rpm"
+ "comp-ps-ss-bec-32bit-18.0.2-199-18.0.2-199.x86_64.rpm")
+INTEL_DIST_AMD64_RPMS=(
+ "comp-18.0.2-199-18.0.2-199.x86_64.rpm"
+ "comp-ps-18.0.2-199-18.0.2-199.x86_64.rpm"
+ "comp-ps-ss-18.0.2-199-18.0.2-199.x86_64.rpm"
+ "comp-ps-ss-bec-18.0.2-199-18.0.2-199.x86_64.rpm")
+
+pkg_setup() {
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=( "comp-doc-18.0-18.0.2-199.noarch.rpm" )
+ fi
+
+ if use mpi; then
+ INTEL_DIST_AMD64_RPMS+=( "mpi-rt-2018.2-199-2018.2-199.x86_64.rpm" )
+
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=( "mpi-doc-2018-2018.2-199.x86_64.rpm" )
+ fi
+ fi
+
+ if use openmp; then
+ INTEL_DIST_DAT_RPMS+=( "openmp-common-18.0.2-199-18.0.2-199.noarch.rpm" )
+ INTEL_DIST_AMD64_RPMS+=( "openmp-18.0.2-199-18.0.2-199.x86_64.rpm" )
+ INTEL_DIST_X86_RPMS+=( "openmp-32bit-18.0.2-199-18.0.2-199.x86_64.rpm" )
+
+ if use compiler; then
+ INTEL_DIST_DAT_RPMS+=(
+ "openmp-common-icc-18.0.2-199-18.0.2-199.noarch.rpm"
+ "openmp-common-ifort-18.0.2-199-18.0.2-199.noarch.rpm")
+ INTEL_DIST_AMD64_RPMS+=(
+ "openmp-ifort-18.0.2-199-18.0.2-199.x86_64.rpm")
+ INTEL_DIST_X86_RPMS+=(
+ "openmp-ifort-32bit-18.0.2-199-18.0.2-199.x86_64.rpm")
+ fi
+ fi
+}
+
+src_install() {
+ intel-sdp-r1_src_install
+ local path rootpath ldpath arch fenv=35intelsdp
+ cat > ${fenv} <<-EOF
+ NLSPATH=$(isdp_get-sdp-edir)/linux/compiler/lib/$(isdp_get-native-abi-arch)/locale/en_US/%N
+ INTEL_LICENSE_FILE=${EPREFIX%/}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
+ EOF
+ for arch in $(isdp_get-sdp-installed-arches); do
+ path="${path}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
+ rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
+ ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/compiler/lib/${arch}"
+ done
+ if use mpi && use amd64; then
+ path="${path}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
+ rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
+ ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/lib/"
+ fi
+ cat >> ${fenv} <<-EOF
+ PATH=${path#:}
+ ROOTPATH=${rootpath#:}
+ LDPATH=${ldpath#:}
+ EOF
+
+ doenvd ${fenv}
+
+ cat >> "${T}"/40-${PN} <<- EOF
+ SEARCH_DIRS_MASK=$(isdp_get-sdp-edir)
+ EOF
+ insinto /etc/revdep-rebuild/
+ doins "${T}"/40-${PN}
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2018-04-03 16:44 Matthias Maier
0 siblings, 0 replies; 24+ messages in thread
From: Matthias Maier @ 2018-04-03 16:44 UTC (permalink / raw
To: gentoo-commits
commit: e3cdf5935fa4b1adaf4bc93877f68e5a8c6cfc60
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 15:41:31 2018 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 16:44:51 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e3cdf593
dev-libs/intel-common: ebuild maintenance
Package-Manager: Portage-2.3.28, Repoman-2.3.9
...intel-common-18.0.2.199.ebuild => intel-common-18.0.2.199-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/intel-common/intel-common-18.0.2.199.ebuild b/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild
similarity index 98%
rename from dev-libs/intel-common/intel-common-18.0.2.199.ebuild
rename to dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild
index 652d3d82c..8f4d6b62f 100644
--- a/dev-libs/intel-common/intel-common-18.0.2.199.ebuild
+++ b/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild
@@ -11,7 +11,7 @@ inherit intel-sdp-r1
DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-IUSE="+compiler doc mpi openmp l10n_ja"
+IUSE="+compiler doc +mpi +openmp"
KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
CHECKREQS_DISK_BUILD=750M
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2018-04-03 16:44 Matthias Maier
0 siblings, 0 replies; 24+ messages in thread
From: Matthias Maier @ 2018-04-03 16:44 UTC (permalink / raw
To: gentoo-commits
commit: df08c35288cb321f326c59960d4e8d7e2e12c7fa
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 15:42:32 2018 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 16:44:51 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=df08c352
dev-libs/intel-common: drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../intel-common/intel-common-16.0.2.181.ebuild | 149 ---------------------
dev-libs/intel-common/metadata.xml | 1 -
2 files changed, 150 deletions(-)
diff --git a/dev-libs/intel-common/intel-common-16.0.2.181.ebuild b/dev-libs/intel-common/intel-common-16.0.2.181.ebuild
deleted file mode 100644
index c6f17e064..000000000
--- a/dev-libs/intel-common/intel-common-16.0.2.181.ebuild
+++ /dev/null
@@ -1,149 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-INTEL_DIST_SKU=8676
-INTEL_DIST_PV=2016_update2
-
-inherit intel-sdp-r1
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler doc examples mic mpi openmp l10n_ja"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-REQUIRED_USE="mic? ( openmp )"
-
-CHECKREQS_DISK_BUILD=750M
-
-INTEL_DIST_BIN_RPMS=()
-INTEL_DIST_DAT_RPMS=(
- "ccompxe-2016.2-062.noarch.rpm"
- "comp-l-all-common"
- "comp-l-all-vars"
- "comp-l-ps-common"
- "comp-ps-ss-doc-16.0.2-181.noarch.rpm")
-INTEL_DIST_X86_RPMS=(
- "comp-l-all-32"
- "comp-l-ps-ss-wrapper")
-INTEL_DIST_AMD64_RPMS=()
-
-pkg_setup() {
- if use doc; then
- INTEL_DIST_DAT_RPMS+=(
- "ccompxe-doc-2016.2-062.noarch.rpm")
-
- if use l10n_ja; then
- INTEL_DIST_DAT_RPMS+=(
- "comp-ps-doc-jp-16.0.2-181.noarch.rpm")
- fi
- fi
-
- if use examples; then
- INTEL_DIST_DAT_RPMS+=(
- "ccomp-doc-2016.2-062.noarch.rpm")
- fi
-
- if use mpi; then
- INTEL_DIST_X86_RPMS+=(
- "mpirt-l-ps-181-16.0.2-181.i486.rpm")
- INTEL_DIST_AMD64_RPMS+=(
- "mpi-psxe-062-5.1.3-062.x86_64.rpm"
- "mpi-rt-core-181-5.1.3-181.x86_64.rpm"
- "mpi-sdk-core-181-5.1.3-181.x86_64.rpm"
- )
-
- if use mic; then
- INTEL_DIST_AMD64_RPMS+=(
- "mpi-rt-mic-181-5.1.3-181.x86_64.rpm"
- "mpi-sdk-mic-181-5.1.3-181.x86_64.rpm")
- fi
-
- if use doc; then
- INTEL_DIST_AMD64_RPMS+=(
- "mpi-doc-5.1.3-181.x86_64.rpm")
- fi
- fi
-
- if use openmp; then
- INTEL_DIST_BIN_RPMS+=(
- "openmp-l-all"
- "openmp-l-ps")
- INTEL_DIST_AMD64_RPMS+=(
- "openmp-l-ps-ss")
-
- if use mic; then
- INTEL_DIST_AMD64_RPMS+=(
- "openmp-l-ps-mic")
- fi
-
- if use compiler; then
- INTEL_DIST_BIN_RPMS+=(
- "openmp-l-all-devel")
- INTEL_DIST_AMD64_RPMS+=(
- "openmp-l-ps-devel"
- "openmp-l-ps-ss-devel")
-
- if use l10n_ja; then
- INTEL_DIST_AMD64_RPMS+=(
- "openmp-l-ps-devel-jp")
-
- if use mic; then
- INTEL_DIST_AMD64_RPMS+=(
- "openmp-l-ps-mic-devel-jp")
- fi
- fi
-
- if use mic; then
- INTEL_DIST_AMD64_RPMS+=(
- "openmp-l-ps-mic-devel")
- fi
- fi
-
- if use l10n_ja; then
- INTEL_DIST_X86_RPMS+=(
- "openmp-l-ps-jp")
- fi
- fi
-
- if use compiler; then
- INTEL_DIST_BIN_RPMS+=(
- "comp-l-all-devel"
- "comp-l-ps-ss-devel")
- INTEL_DIST_AMD64_RPMS+=(
- "comp-l-ps-devel")
- fi
-}
-
-src_install() {
- intel-sdp-r1_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=$(isdp_get-sdp-edir)/linux/compiler/lib/$(isdp_get-native-abi-arch)/locale/en_US/%N
- INTEL_LICENSE_FILE=${EPREFIX%/}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
- EOF
- for arch in $(isdp_get-sdp-installed-arches); do
- path="${path}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
- rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
- ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/compiler/lib/${arch}"
- done
- if use mpi && use amd64; then
- path="${path}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
- rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
- ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/lib/"
- fi
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
-
- doenvd ${fenv}
-
- cat >> "${T}"/40-${PN} <<- EOF
- SEARCH_DIRS_MASK=$(isdp_get-sdp-edir)
- EOF
- insinto /etc/revdep-rebuild/
- doins "${T}"/40-${PN}
-}
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
index 8ed1d66f0..026b5a33d 100644
--- a/dev-libs/intel-common/metadata.xml
+++ b/dev-libs/intel-common/metadata.xml
@@ -11,6 +11,5 @@ compilers and libraries. Probably useless if installed standalone.
</longdescription>
<use>
<flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
- <flag name="mic">Install the libraries needed for supporting Intel Many Integrated Core (Xeon Phi)</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2019-05-22 16:18 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2019-05-22 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 87b52a55dc7be942f0ca4011bb120a7d65c9802e
Author: Oleg Höfling <oleg.hoefling <AT> gmail <DOT> com>
AuthorDate: Thu Mar 28 17:01:15 2019 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed May 22 16:17:44 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=87b52a55
dev-libs/intel-common: version bump to 19.0.3.199
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../intel-common/intel-common-19.0.3.199-r1.ebuild | 101 +++++++++++++++++++++
1 file changed, 101 insertions(+)
diff --git a/dev-libs/intel-common/intel-common-19.0.3.199-r1.ebuild b/dev-libs/intel-common/intel-common-19.0.3.199-r1.ebuild
new file mode 100644
index 000000000..a294ac532
--- /dev/null
+++ b/dev-libs/intel-common/intel-common-19.0.3.199-r1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+INTEL_DIST_PV=2019_update3_professional_edition
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
+
+IUSE="+compiler doc +mpi +openmp"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SLOT="0"
+
+MY_PV=$(ver_rs 3 '-') # 19.0.3-199
+MY_PV2=$(ver_cut 1-2) # 19.0
+MY_PV3='20'$(ver_cut 1) # 2019
+MY_PV4="${MY_PV3}."$(ver_cut 3)'-'$(ver_cut 4) # 2019.3-199
+
+CHECKREQS_DISK_BUILD=750M
+
+INTEL_DIST_BIN_RPMS=()
+INTEL_DIST_DAT_RPMS=(
+ "c-comp-common-${MY_PV}-${MY_PV}.noarch.rpm"
+ "comp-l-all-common-${MY_PV}-${MY_PV}.noarch.rpm"
+ "comp-l-all-vars-${MY_PV}-${MY_PV}.noarch.rpm"
+ "comp-nomcu-vars-${MY_PV}-${MY_PV}.noarch.rpm")
+INTEL_DIST_X86_RPMS=(
+ "comp-32bit-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-32bit-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-ss-bec-32bit-${MY_PV}-${MY_PV}.x86_64.rpm")
+INTEL_DIST_AMD64_RPMS=(
+ "comp-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-ss-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-ss-bec-${MY_PV}-${MY_PV}.x86_64.rpm")
+
+pkg_setup() {
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=( "comp-doc-${MY_PV2}-${MY_PV}.noarch.rpm" )
+ fi
+
+ if use mpi; then
+ INTEL_DIST_AMD64_RPMS+=( "mpi-rt-${MY_PV4}-${MY_PV4}.x86_64.rpm" )
+
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=( "mpi-doc-${MY_PV3}-${MY_PV4}.x86_64.rpm" )
+ fi
+ fi
+
+ if use openmp; then
+ INTEL_DIST_DAT_RPMS+=( "openmp-common-${MY_PV}-${MY_PV}.noarch.rpm" )
+ INTEL_DIST_AMD64_RPMS+=( "openmp-${MY_PV}-${MY_PV}.x86_64.rpm" )
+ INTEL_DIST_X86_RPMS+=( "openmp-32bit-${MY_PV}-${MY_PV}.x86_64.rpm" )
+
+ if use compiler; then
+ INTEL_DIST_DAT_RPMS+=(
+ "openmp-common-icc-${MY_PV}-${MY_PV}.noarch.rpm"
+ "openmp-common-ifort-${MY_PV}-${MY_PV}.noarch.rpm")
+ INTEL_DIST_AMD64_RPMS+=(
+ "openmp-ifort-${MY_PV}-${MY_PV}.x86_64.rpm")
+ INTEL_DIST_X86_RPMS+=(
+ "openmp-ifort-32bit-${MY_PV}-${MY_PV}.x86_64.rpm")
+ fi
+ fi
+}
+
+src_install() {
+ intel-sdp-r1_src_install
+ local path rootpath ldpath arch fenv=35intelsdp
+ cat > ${fenv} <<-EOF
+ NLSPATH=$(isdp_get-sdp-edir)/linux/compiler/lib/$(isdp_get-native-abi-arch)/locale/en_US/%N
+ INTEL_LICENSE_FILE=${EPREFIX%/}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
+ EOF
+ for arch in $(isdp_get-sdp-installed-arches); do
+ path="${path}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
+ rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
+ ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/compiler/lib/${arch}"
+ done
+ if use mpi && use amd64; then
+ path="${path}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
+ rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
+ ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/lib/"
+ fi
+ cat >> ${fenv} <<-EOF
+ PATH=${path#:}
+ ROOTPATH=${rootpath#:}
+ LDPATH=${ldpath#:}
+ EOF
+
+ doenvd ${fenv}
+
+ cat >> "${T}"/40-${PN} <<- EOF
+ SEARCH_DIRS_MASK=$(isdp_get-sdp-edir)
+ EOF
+ insinto /etc/revdep-rebuild/
+ doins "${T}"/40-${PN}
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2019-05-25 6:36 Matthias Maier
0 siblings, 0 replies; 24+ messages in thread
From: Matthias Maier @ 2019-05-25 6:36 UTC (permalink / raw
To: gentoo-commits
commit: fa2625ab33b84ab328dfa68a5a30b3071faf6c04
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 20:23:54 2019 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat May 25 06:36:02 2019 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fa2625ab
dev-libs/intel-common: version bump to 19.0.4.243
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
.../intel-common/intel-common-19.0.4.243.ebuild | 101 +++++++++++++++++++++
1 file changed, 101 insertions(+)
diff --git a/dev-libs/intel-common/intel-common-19.0.4.243.ebuild b/dev-libs/intel-common/intel-common-19.0.4.243.ebuild
new file mode 100644
index 000000000..f565b434b
--- /dev/null
+++ b/dev-libs/intel-common/intel-common-19.0.4.243.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+INTEL_DIST_PV=2019_update4_professional_edition
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
+
+IUSE="+compiler doc +mpi +openmp"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SLOT="0"
+
+MY_PV=$(ver_rs 3 '-') # 19.0.3-199
+MY_PV2=$(ver_cut 1-2) # 19.0
+MY_PV3='20'$(ver_cut 1) # 2019
+MY_PV4="${MY_PV3}."$(ver_cut 3)'-'$(ver_cut 4) # 2019.3-199
+
+CHECKREQS_DISK_BUILD=750M
+
+INTEL_DIST_BIN_RPMS=()
+INTEL_DIST_DAT_RPMS=(
+ "c-comp-common-${MY_PV}-${MY_PV}.noarch.rpm"
+ "comp-l-all-common-${MY_PV}-${MY_PV}.noarch.rpm"
+ "comp-l-all-vars-${MY_PV}-${MY_PV}.noarch.rpm"
+ "comp-nomcu-vars-${MY_PV}-${MY_PV}.noarch.rpm")
+INTEL_DIST_X86_RPMS=(
+ "comp-32bit-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-32bit-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-ss-bec-32bit-${MY_PV}-${MY_PV}.x86_64.rpm")
+INTEL_DIST_AMD64_RPMS=(
+ "comp-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-ss-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-ss-bec-${MY_PV}-${MY_PV}.x86_64.rpm")
+
+pkg_setup() {
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=( "comp-doc-${MY_PV2}-${MY_PV}.noarch.rpm" )
+ fi
+
+ if use mpi; then
+ INTEL_DIST_AMD64_RPMS+=( "mpi-rt-${MY_PV4}-${MY_PV4}.x86_64.rpm" )
+
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=( "mpi-doc-${MY_PV3}-${MY_PV4}.x86_64.rpm" )
+ fi
+ fi
+
+ if use openmp; then
+ INTEL_DIST_DAT_RPMS+=( "openmp-common-${MY_PV}-${MY_PV}.noarch.rpm" )
+ INTEL_DIST_AMD64_RPMS+=( "openmp-${MY_PV}-${MY_PV}.x86_64.rpm" )
+ INTEL_DIST_X86_RPMS+=( "openmp-32bit-${MY_PV}-${MY_PV}.x86_64.rpm" )
+
+ if use compiler; then
+ INTEL_DIST_DAT_RPMS+=(
+ "openmp-common-icc-${MY_PV}-${MY_PV}.noarch.rpm"
+ "openmp-common-ifort-${MY_PV}-${MY_PV}.noarch.rpm")
+ INTEL_DIST_AMD64_RPMS+=(
+ "openmp-ifort-${MY_PV}-${MY_PV}.x86_64.rpm")
+ INTEL_DIST_X86_RPMS+=(
+ "openmp-ifort-32bit-${MY_PV}-${MY_PV}.x86_64.rpm")
+ fi
+ fi
+}
+
+src_install() {
+ intel-sdp-r1_src_install
+ local path rootpath ldpath arch fenv=35intelsdp
+ cat > ${fenv} <<-EOF
+ NLSPATH=$(isdp_get-sdp-edir)/linux/compiler/lib/$(isdp_get-native-abi-arch)/locale/en_US/%N
+ INTEL_LICENSE_FILE=${EPREFIX%/}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
+ EOF
+ for arch in $(isdp_get-sdp-installed-arches); do
+ path="${path}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
+ rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
+ ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/compiler/lib/${arch}"
+ done
+ if use mpi && use amd64; then
+ path="${path}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
+ rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
+ ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/lib/"
+ fi
+ cat >> ${fenv} <<-EOF
+ PATH=${path#:}
+ ROOTPATH=${rootpath#:}
+ LDPATH=${ldpath#:}
+ EOF
+
+ doenvd ${fenv}
+
+ cat >> "${T}"/40-${PN} <<- EOF
+ SEARCH_DIRS_MASK=$(isdp_get-sdp-edir)
+ EOF
+ insinto /etc/revdep-rebuild/
+ doins "${T}"/40-${PN}
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2020-05-05 6:30 Matthias Maier
0 siblings, 0 replies; 24+ messages in thread
From: Matthias Maier @ 2020-05-05 6:30 UTC (permalink / raw
To: gentoo-commits
commit: 3574bd0d0f39e3dd4a198fd46f0ff0acb75ce4d3
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue May 5 04:06:48 2020 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue May 5 06:04:39 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3574bd0d
dev-libs/intel-common: version bump to 2020 update 1
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
.../intel-common/intel-common-19.1.1.217.ebuild | 102 +++++++++++++++++++++
1 file changed, 102 insertions(+)
diff --git a/dev-libs/intel-common/intel-common-19.1.1.217.ebuild b/dev-libs/intel-common/intel-common-19.1.1.217.ebuild
new file mode 100644
index 000000000..030b4877c
--- /dev/null
+++ b/dev-libs/intel-common/intel-common-19.1.1.217.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+INTEL_DIST_PV=2020_update1_professional_edition
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
+
+IUSE="+compiler doc +mpi +openmp"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+SLOT="0"
+
+MY_PV="$(ver_rs 3 '-')" # 19.1.1-217
+MY_PV2="$(ver_cut 1-2)" # 19.1
+MY_PV3="2019" # 2019
+MY_PV4="${MY_PV3}.7-$(ver_cut 4)" # 2019.7-217 sic!
+
+CHECKREQS_DISK_BUILD=750M
+
+QA_PREBUILT="*"
+
+INTEL_DIST_BIN_RPMS=()
+INTEL_DIST_DAT_RPMS=(
+ "c-comp-common-${MY_PV}-${MY_PV}.noarch.rpm"
+ "comp-l-all-common-${MY_PV}-${MY_PV}.noarch.rpm"
+ "comp-l-all-vars-${MY_PV}-${MY_PV}.noarch.rpm"
+ "comp-nomcu-vars-${MY_PV}-${MY_PV}.noarch.rpm")
+INTEL_DIST_X86_RPMS=(
+ "comp-32bit-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-32bit-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-ss-bec-32bit-${MY_PV}-${MY_PV}.x86_64.rpm")
+INTEL_DIST_AMD64_RPMS=(
+ "comp-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-${MY_PV}-${MY_PV}.x86_64.rpm"
+ "comp-ps-ss-bec-${MY_PV}-${MY_PV}.x86_64.rpm")
+
+pkg_setup() {
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=( "comp-doc-${MY_PV2}-${MY_PV}.noarch.rpm" )
+ fi
+
+ if use mpi; then
+ INTEL_DIST_AMD64_RPMS+=( "mpi-rt-${MY_PV4}-${MY_PV4}.x86_64.rpm" )
+
+ if use doc; then
+ INTEL_DIST_DAT_RPMS+=( "mpi-doc-${MY_PV3}-${MY_PV4}.x86_64.rpm" )
+ fi
+ fi
+
+ if use openmp; then
+ INTEL_DIST_DAT_RPMS+=( "openmp-common-${MY_PV}-${MY_PV}.noarch.rpm" )
+ INTEL_DIST_AMD64_RPMS+=( "openmp-${MY_PV}-${MY_PV}.x86_64.rpm" )
+ INTEL_DIST_X86_RPMS+=( "openmp-32bit-${MY_PV}-${MY_PV}.x86_64.rpm" )
+
+ if use compiler; then
+ INTEL_DIST_DAT_RPMS+=(
+ "openmp-common-icc-${MY_PV}-${MY_PV}.noarch.rpm"
+ "openmp-common-ifort-${MY_PV}-${MY_PV}.noarch.rpm")
+ INTEL_DIST_AMD64_RPMS+=(
+ "openmp-ifort-${MY_PV}-${MY_PV}.x86_64.rpm")
+ INTEL_DIST_X86_RPMS+=(
+ "openmp-ifort-32bit-${MY_PV}-${MY_PV}.x86_64.rpm")
+ fi
+ fi
+}
+
+src_install() {
+ intel-sdp-r1_src_install
+ local path rootpath ldpath arch fenv=35intelsdp
+ cat > ${fenv} <<-EOF
+ NLSPATH=$(isdp_get-sdp-edir)/linux/compiler/lib/$(isdp_get-native-abi-arch)/locale/en_US/%N
+ INTEL_LICENSE_FILE=${EPREFIX%/}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
+ EOF
+ for arch in $(isdp_get-sdp-installed-arches); do
+ path="${path}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
+ rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
+ ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/compiler/lib/${arch}"
+ done
+ if use mpi && use amd64; then
+ path="${path}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
+ rootpath="${rootpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/bin/"
+ ldpath="${ldpath}:$(isdp_get-sdp-edir)/linux/mpi/intel64/lib/"
+ fi
+ cat >> ${fenv} <<-EOF
+ PATH=${path#:}
+ ROOTPATH=${rootpath#:}
+ LDPATH=${ldpath#:}
+ EOF
+
+ doenvd ${fenv}
+
+ cat >> "${T}"/40-${PN} <<- EOF
+ SEARCH_DIRS_MASK=$(isdp_get-sdp-edir)
+ EOF
+ insinto /etc/revdep-rebuild/
+ doins "${T}"/40-${PN}
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
@ 2021-01-30 14:55 Andrew Ammerlaan
0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2021-01-30 14:55 UTC (permalink / raw
To: gentoo-commits
commit: fe3ef37a5f71e23a6f38e540a6cae2ac1d7ade5d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 14:54:48 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 14:54:48 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fe3ef37a
dev-libs/intel-common: remove nnecessary slash strip
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild | 4 ++--
dev-libs/intel-common/intel-common-19.0.3.199-r1.ebuild | 4 ++--
dev-libs/intel-common/intel-common-19.0.4.243.ebuild | 4 ++--
dev-libs/intel-common/intel-common-19.1.1.217.ebuild | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild b/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild
index cffa2b8ed..5397d76b6 100644
--- a/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild
+++ b/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -67,7 +67,7 @@ src_install() {
local path rootpath ldpath arch fenv=35intelsdp
cat > ${fenv} <<-EOF
NLSPATH=$(isdp_get-sdp-edir)/linux/compiler/lib/$(isdp_get-native-abi-arch)/locale/en_US/%N
- INTEL_LICENSE_FILE=${EPREFIX%/}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
+ INTEL_LICENSE_FILE=${EPREFIX}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
EOF
for arch in $(isdp_get-sdp-installed-arches); do
path="${path}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
diff --git a/dev-libs/intel-common/intel-common-19.0.3.199-r1.ebuild b/dev-libs/intel-common/intel-common-19.0.3.199-r1.ebuild
index a294ac532..dc06e4551 100644
--- a/dev-libs/intel-common/intel-common-19.0.3.199-r1.ebuild
+++ b/dev-libs/intel-common/intel-common-19.0.3.199-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -73,7 +73,7 @@ src_install() {
local path rootpath ldpath arch fenv=35intelsdp
cat > ${fenv} <<-EOF
NLSPATH=$(isdp_get-sdp-edir)/linux/compiler/lib/$(isdp_get-native-abi-arch)/locale/en_US/%N
- INTEL_LICENSE_FILE=${EPREFIX%/}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
+ INTEL_LICENSE_FILE=${EPREFIX}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
EOF
for arch in $(isdp_get-sdp-installed-arches); do
path="${path}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
diff --git a/dev-libs/intel-common/intel-common-19.0.4.243.ebuild b/dev-libs/intel-common/intel-common-19.0.4.243.ebuild
index f565b434b..df8f5574c 100644
--- a/dev-libs/intel-common/intel-common-19.0.4.243.ebuild
+++ b/dev-libs/intel-common/intel-common-19.0.4.243.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -73,7 +73,7 @@ src_install() {
local path rootpath ldpath arch fenv=35intelsdp
cat > ${fenv} <<-EOF
NLSPATH=$(isdp_get-sdp-edir)/linux/compiler/lib/$(isdp_get-native-abi-arch)/locale/en_US/%N
- INTEL_LICENSE_FILE=${EPREFIX%/}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
+ INTEL_LICENSE_FILE=${EPREFIX}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
EOF
for arch in $(isdp_get-sdp-installed-arches); do
path="${path}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
diff --git a/dev-libs/intel-common/intel-common-19.1.1.217.ebuild b/dev-libs/intel-common/intel-common-19.1.1.217.ebuild
index 030b4877c..4ba98edad 100644
--- a/dev-libs/intel-common/intel-common-19.1.1.217.ebuild
+++ b/dev-libs/intel-common/intel-common-19.1.1.217.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -74,7 +74,7 @@ src_install() {
local path rootpath ldpath arch fenv=35intelsdp
cat > ${fenv} <<-EOF
NLSPATH=$(isdp_get-sdp-edir)/linux/compiler/lib/$(isdp_get-native-abi-arch)/locale/en_US/%N
- INTEL_LICENSE_FILE=${EPREFIX%/}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
+ INTEL_LICENSE_FILE=${EPREFIX}/opt/intel/licenses:$(isdp_get-sdp-edir)/licenses
EOF
for arch in $(isdp_get-sdp-installed-arches); do
path="${path}:$(isdp_get-sdp-edir)/linux/bin/${arch}"
^ permalink raw reply related [flat|nested] 24+ messages in thread
end of thread, other threads:[~2021-01-30 14:55 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-05 6:30 [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/ Matthias Maier
-- strict thread matches above, loose matches on Subject: below --
2021-01-30 14:55 Andrew Ammerlaan
2019-05-25 6:36 Matthias Maier
2019-05-22 16:18 Horea Christian
2018-04-03 16:44 Matthias Maier
2018-04-03 16:44 Matthias Maier
2018-04-03 3:52 Matthias Maier
2018-01-27 12:24 Justin Lecher
2016-02-19 10:12 Justin Lecher
2016-02-19 9:27 Justin Lecher
2016-02-15 8:19 Justin Lecher
2016-02-15 8:19 Justin Lecher
2012-12-10 21:29 Justin Lecher
2012-11-27 19:33 Justin Lecher
2012-11-27 19:33 Justin Lecher
2012-10-07 9:18 Justin Lecher
2012-09-20 12:45 Justin Lecher
2012-02-16 22:35 Sebastien Fabbro
2011-10-25 17:16 Justin Lecher
2011-05-28 11:50 Justin Lecher
2011-05-28 7:49 Justin Lecher
2011-05-19 7:21 Justin Lecher
2011-05-19 6:31 Justin Lecher
2011-05-19 5:56 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox