diff options
author | Sebastian Pipping <sping@gentoo.org> | 2019-10-20 21:13:05 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2019-10-20 21:13:05 +0200 |
commit | 0b09b635900d9fdd27fc3311ead29353f546a7bb (patch) | |
tree | 1fad1523f41415077e5777cfa153cc292779ff53 /app-misc | |
parent | sys-cluster/slurm: remove EnvironmentFile from systemd units (diff) | |
download | gentoo-0b09b635900d9fdd27fc3311ead29353f546a7bb.tar.gz gentoo-0b09b635900d9fdd27fc3311ead29353f546a7bb.tar.bz2 gentoo-0b09b635900d9fdd27fc3311ead29353f546a7bb.zip |
app-misc/resolve-march-native: 0.9.3 + Python 3
Closes: https://bugs.gentoo.org/695454
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/resolve-march-native/Manifest | 1 | ||||
-rw-r--r-- | app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/resolve-march-native/Manifest b/app-misc/resolve-march-native/Manifest index 3456d60699d6..85c38a2aa45c 100644 --- a/app-misc/resolve-march-native/Manifest +++ b/app-misc/resolve-march-native/Manifest @@ -1,2 +1,3 @@ DIST resolve-march-native-0.9.2.tar.gz 7729 BLAKE2B 21cd69ee529b732f48db37616291757235792648d1b800a8091b091c83f4ccb523ec4e4576a4a34f6d85d91899c4890431cf41bae5c8641de06fbbd4fde301fc SHA512 918290cf0858c16f4a3730aa169768782af9f329a901e70db944172bc47c78ea18c07c448742a0c0c611951a3f50dee85cd6ffe8aba407cd40eef6f5e28c5b29 +DIST resolve-march-native-0.9.3.tar.gz 7780 BLAKE2B db86a0fe9ff92fc0bc45b94ff36bb4474b27f49098ff6f861fff5e6bb11c8a66a5f277fc0751abf444aeeea4eaae7e512a69215137e0562002b0c829980fd230 SHA512 045d7ab3cb31e309b0db8f5bf3d304334eb35841af05a9ca7694bf7077e693f923955cbcc16955b0cef68ad315b29615c6921a741b311157a3101eb8608ee5e3 DIST resolve-march-native-0.9.tar.gz 7688 BLAKE2B 78ef662691071b480fd382a30024f9fc73ed8f7b22b3a814237c99139d3ba6d22f348ead7c413d199875ed74768618ac97d897204a7f633977a5c5bd8726154a SHA512 2079153a1d7f8f352baa1a0000d9e120d976bca8cef2a81dde85ba1689a260fb899c8b6d97f9cd79dda41c5b67b9fe76bfdf0fc5bc88ef09d2915a29f3ed33e2 diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild b/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild new file mode 100644 index 000000000000..c2761b473b9d --- /dev/null +++ b/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +inherit distutils-r1 + +DESCRIPTION="Resolve GCC flag -march=native" +HOMEPAGE="https://github.com/hartwork/resolve-march-native" +SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=">=sys-devel/gcc-4.2" |