From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB29F158086 for ; Fri, 29 Oct 2021 02:36:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E168AE08C3; Fri, 29 Oct 2021 02:36:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0AF1E08C3 for ; Fri, 29 Oct 2021 02:36:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B982A34305E for ; Fri, 29 Oct 2021 02:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BEF415A for ; Fri, 29 Oct 2021 02:36:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635474977.f940c8f6d948810406d27573b3c20a6ca30742e7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/starpu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/starpu/Manifest dev-libs/starpu/starpu-1.3.9.ebuild X-VCS-Directories: dev-libs/starpu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f940c8f6d948810406d27573b3c20a6ca30742e7 X-VCS-Branch: master Date: Fri, 29 Oct 2021 02:36:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b18d9d26-f75d-43b9-b872-11005ad9dba4 X-Archives-Hash: e360105f0bfbc625cf3b4114f2dca970 commit: f940c8f6d948810406d27573b3c20a6ca30742e7 Author: Sam James gentoo org> AuthorDate: Fri Oct 29 02:36:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 02:36:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f940c8f6 dev-libs/starpu: add 1.3.9 Bug: https://bugs.gentoo.org/803158 Bug: https://bugs.gentoo.org/802621 Signed-off-by: Sam James gentoo.org> dev-libs/starpu/Manifest | 1 + dev-libs/starpu/starpu-1.3.9.ebuild | 93 +++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) diff --git a/dev-libs/starpu/Manifest b/dev-libs/starpu/Manifest index f248977fbbf..37423faf981 100644 --- a/dev-libs/starpu/Manifest +++ b/dev-libs/starpu/Manifest @@ -1,2 +1,3 @@ DIST starpu-1.2.6.tar.gz 8911397 BLAKE2B a73cb3b230282b0b828fdaeb65f5491928fde1b2e5797f739a99c87318fa29511196f7121a72ff91bf0d663938b50f200d108fdce2726eb7ea8c7e997156dc13 SHA512 5971f8875dd54c73486583456bd0bc81c2865cb5b8bba6d47a5085d76fa6294c869efdd1c1d14144d08e6c14cbbea3a773474d46aa827ca24f58d9fb57ccbed7 DIST starpu-1.3.8.tar.gz 12895856 BLAKE2B f04096b03d5c035fb9cc6c193a482bfe9cd348c2245ac9e5cc22ad7595f8bd61ee71d7734c6e10db227c4185fc5719d3de804d82639ce0446b923ecb5c0c4249 SHA512 cd1a8c0246d91c6d405576329222292577282fa175201c758a9d5bd75d827ff59c7e2d9418082ffd5f14a26272fef449eed4a34778d0376d44c3594a2033849a +DIST starpu-1.3.9.tar.gz 12961635 BLAKE2B a6eede7c369cacaba5b7330bd6a003f624f58972432d43619aeaf47c1e9e16da871a18c24f8f511f002cb7667c247c13562b4fed2348e2af4f8e402418e1801d SHA512 7150fc11828e8f9ede036af782ff0f89946d9aaed341771436eb8cbb91be7b0faccb6280a5c3bd63800d1a73ec8518a45a02d9f3e137007751cf1c5979678295 diff --git a/dev-libs/starpu/starpu-1.3.9.ebuild b/dev-libs/starpu/starpu-1.3.9.ebuild new file mode 100644 index 00000000000..748f3df483f --- /dev/null +++ b/dev-libs/starpu/starpu-1.3.9.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +FORTRAN_NEEDED="fortran" +FORTRAN_STANDARD=90 + +inherit autotools cuda fortran-2 toolchain-funcs + +DESCRIPTION="Unified runtime system for heterogeneous multicore architectures" +HOMEPAGE="https://starpu.gitlabpages.inria.fr/" +SRC_URI="https://files.inria.fr/${PN}/${P}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/7" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + +IUSE=" + blas cuda doc examples fftw fortran hdf5 mpi opencl opengl + openmp spinlock-check static-libs test valgrind +" +RESTRICT="!test? ( test )" + +RDEPEND=" + sci-mathematics/glpk:0= + >=sys-apps/hwloc-2.3.0:0= + blas? ( virtual/blas ) + cuda? ( dev-util/nvidia-cuda-toolkit + x11-drivers/nvidia-drivers ) + fftw? ( sci-libs/fftw:3.0= ) + hdf5? ( sci-libs/hdf5:0= ) + mpi? ( virtual/mpi ) + opencl? ( virtual/opencl ) + opengl? ( media-libs/freeglut:0= ) + valgrind? ( dev-util/valgrind ) +" + +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + doc? ( app-doc/doxygen virtual/latex-base ) +" + +pkg_setup() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp +} + +src_prepare() { + default + + sed -i -e '/Libs.private/s/@LDFLAGS@//g' *.pc.in */*.pc.in || die + sed -i -e 's/-O3//g;s/-D_FORTIFY_SOURCE=1//g' configure.ac || die + eautoreconf + + use cuda && cuda_src_prepare +} + +src_configure() { + use blas && export BLAS_LIBS="$($(tc-getPKG_CONFIG) --libs blas)" + + econf \ + $(use mpi && use_enable test mpi-check) \ + $(use_enable cuda) \ + $(use_enable doc build-doc) \ + $(use_enable doc build-doc-pdf) \ + $(use_enable fftw starpufft) \ + $(use_enable fortran) \ + $(use_enable hdf5) \ + $(use_enable mpi) \ + $(use_enable opencl) \ + $(use_enable opengl opengl-render) \ + $(use_enable openmp) \ + $(use_enable spinlock-check) \ + $(use_enable static-libs static) \ + $(use_enable valgrind) \ + $(use_with mpi mpicc "$(type -P mpicc)") \ + --disable-build-examples \ + --disable-debug \ + --disable-fstack-protector-all \ + --disable-full-gdb-information +} + +src_test() { + MAKEOPTS='-j1' default +} + +src_install() { + default + use doc && dodoc -r doc/doxygen/*.pdf doc/doxygen/html + use examples && dodoc -r examples + find "${ED}" -name '*.la' -delete || die +}