diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-08-21 09:03:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-08-21 09:03:51 +0000 |
commit | 900fe32ac8dcbbe035d5954457d88d10f444831c (patch) | |
tree | 5b793c535ed580b513b4a82c19725d45a19f18f9 /dev-libs/openspecfun/openspecfun-0.4.ebuild | |
parent | dev-util/nvidia-cuda-sdk: Version BUmp, #520302 (diff) | |
download | gentoo-2-900fe32ac8dcbbe035d5954457d88d10f444831c.tar.gz gentoo-2-900fe32ac8dcbbe035d5954457d88d10f444831c.tar.bz2 gentoo-2-900fe32ac8dcbbe035d5954457d88d10f444831c.zip |
Initial import, ebuild by me. Dependency of dev-lang/julia
(Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/openspecfun/openspecfun-0.4.ebuild')
-rw-r--r-- | dev-libs/openspecfun/openspecfun-0.4.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/openspecfun/openspecfun-0.4.ebuild b/dev-libs/openspecfun/openspecfun-0.4.ebuild new file mode 100644 index 000000000000..87b2a56176f0 --- /dev/null +++ b/dev-libs/openspecfun/openspecfun-0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openspecfun/openspecfun-0.4.ebuild,v 1.1 2014/08/21 09:03:51 patrick Exp $ + +EAPI=5 + +DESCRIPTION="A collection of special mathematical functions" +HOMEPAGE="http://julialang.org/" +SRC_URI=" + https://github.com/JuliaLang/openspecfun/archive/v${PV}.tar.gz -> ${P}.tar.gz + " + +LICENSE="MIT public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="virtual/fortran" +DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" prefix="/usr" install +} |