From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1025680-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A64721382C5 for <garchives@archives.gentoo.org>; Thu, 24 May 2018 01:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8650CE0856; Thu, 24 May 2018 01:21:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43EFDE0856 for <gentoo-commits@lists.gentoo.org>; Thu, 24 May 2018 01:21:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8B54335C2C for <gentoo-commits@lists.gentoo.org>; Thu, 24 May 2018 01:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AA712A4 for <gentoo-commits@lists.gentoo.org>; Thu, 24 May 2018 01:21:01 +0000 (UTC) From: "Matthias Maier" <tamiko@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" <tamiko@gentoo.org> Message-ID: <1527124843.44cfa5e1272823484f84a4b06344b102e19d59c1.tamiko@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/dealii/dealii-8.4.2.ebuild sci-libs/dealii/metadata.xml X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 44cfa5e1272823484f84a4b06344b102e19d59c1 X-VCS-Branch: master Date: Thu, 24 May 2018 01:21:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 17ba4fa2-9c43-46d1-bd31-7857b8620f9a X-Archives-Hash: fa9bbb1ce249cccda4af7cd161de1783 commit: 44cfa5e1272823484f84a4b06344b102e19d59c1 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Thu May 24 01:18:50 2018 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu May 24 01:20:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=44cfa5e1 sci-libs/dealii: drop version 8.4.2 Keeping the last two versions (that were release 2017 and 2018) is enough :-) Package-Manager: Portage-2.3.38, Repoman-2.3.9 sci-libs/dealii/dealii-8.4.2.ebuild | 124 ------------------------------------ sci-libs/dealii/metadata.xml | 1 - 2 files changed, 125 deletions(-) diff --git a/sci-libs/dealii/dealii-8.4.2.ebuild b/sci-libs/dealii/dealii-8.4.2.ebuild deleted file mode 100644 index 675d06da0..000000000 --- a/sci-libs/dealii/dealii-8.4.2.ebuild +++ /dev/null @@ -1,124 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils eutils multilib - -# deal.II uses its own FindLAPACK.cmake file that calls into the system -# FindLAPACK.cmake module and does additional internal setup. Do not remove -# any of these modules: -CMAKE_REMOVE_MODULES_LIST="" - -DESCRIPTION="Solving partial differential equations with the finite element method" -HOMEPAGE="http://www.dealii.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="git://github.com/dealii/dealii.git" - SRC_URI="" - KEYWORDS="" -else - MY_PV="${PV//0_rc/rc}" - MY_P="${PN}-${MY_PV}" - SRC_URI="https://github.com/dealii/dealii/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz - doc? ( - https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-offline_documentation.tar.gz - -> ${P}-offline_documentation.tar.gz - )" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - S="${WORKDIR}/${PN}-${MY_PV}" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE=" - arpack cpu_flags_x86_avx cpu_flags_x86_sse2 c++11 +debug doc +examples - hdf5 +lapack metis mpi muparser opencascade netcdf p4est parameter_gui - petsc +sparse static-libs +tbb trilinos -" - -# TODO: add slepc use flag once slepc is packaged for gentoo-science -REQUIRED_USE=" - p4est? ( mpi ) - trilinos? ( mpi )" - -RDEPEND="dev-libs/boost - app-arch/bzip2 - sys-libs/zlib - arpack? ( sci-libs/arpack[mpi=] ) - hdf5? ( sci-libs/hdf5[mpi=] ) - lapack? ( virtual/lapack ) - metis? ( >=sci-libs/parmetis-4 ) - mpi? ( virtual/mpi ) - muparser? ( dev-cpp/muParser ) - netcdf? ( sci-libs/netcdf-cxx:0 ) - opencascade? ( sci-libs/opencascade:* ) - p4est? ( sci-libs/p4est[mpi] ) - parameter_gui? ( dev-qt/qtgui:4 ) - petsc? ( sci-mathematics/petsc[mpi=] ) - sparse? ( sci-libs/umfpack ) - tbb? ( dev-cpp/tbb ) - trilinos? ( sci-libs/trilinos )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen[dot] dev-lang/perl )" - -src_configure() { - # deal.II needs a custom build type: - local CMAKE_BUILD_TYPE=$(usex debug DebugRelease Release) - - local mycmakeargs=( - -DDEAL_II_ALLOW_AUTODETECTION=OFF - -DDEAL_II_ALLOW_BUNDLED=OFF - -DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF - -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF - -DDEAL_II_LIBRARY_RELDIR="$(get_libdir)" - -DDEAL_II_SHARE_RELDIR="share/${PN}" - -DDEAL_II_DOCREADME_RELDIR="share/doc/${P}" - -DDEAL_II_DOCHTML_RELDIR="share/doc/${P}/html" - -DDEAL_II_EXAMPLES_RELDIR="share/doc/${P}/examples" - -DDEAL_II_WITH_BZIP2=ON - -DDEAL_II_WITH_ZLIB=ON - $(cmake-utils_use arpack DEAL_II_WITH_ARPACK) - $(cmake-utils_use c++11 DEAL_II_WITH_CXX11) - $(cmake-utils_use cpu_flags_x86_avx DEAL_II_HAVE_AVX) - $(cmake-utils_use cpu_flags_x86_sse2 DEAL_II_HAVE_SSE2) - $(cmake-utils_use doc DEAL_II_COMPONENT_DOCUMENTATION) - $(cmake-utils_use examples DEAL_II_COMPONENT_EXAMPLES) - $(cmake-utils_use hdf5 DEAL_II_WITH_HDF5) - $(cmake-utils_use lapack DEAL_II_WITH_LAPACK) - $(cmake-utils_use metis DEAL_II_WITH_METIS) - $(cmake-utils_use mpi DEAL_II_WITH_MPI) - $(cmake-utils_use muparser DEAL_II_WITH_MUPARSER) - $(cmake-utils_use netcdf DEAL_II_WITH_NETCDF) - -DOPENCASCADE_DIR="${CASROOT}" - $(cmake-utils_use opencascade DEAL_II_WITH_OPENCASCADE) - $(cmake-utils_use p4est DEAL_II_WITH_P4EST) - $(cmake-utils_use parameter_gui DEAL_II_COMPONENT_PARAMETER_GUI) - $(cmake-utils_use petsc DEAL_II_WITH_PETSC) - $(cmake-utils_use sparse DEAL_II_WITH_UMFPACK) - $(cmake-utils_use !static-libs BUILD_SHARED_LIBS) - $(cmake-utils_use static-libs DEAL_II_PREFER_STATIC_LIBS) - $(cmake-utils_use tbb DEAL_II_WITH_THREADS) - $(cmake-utils_use trilinos DEAL_II_WITH_TRILINOS) - ) - cmake-utils_src_configure -} - -src_install() { - if use doc && [[ ${PV} != *9999* ]]; then - # copy missing images to the build directory: - cp -r "${WORKDIR}"/doc/doxygen/deal.II/images \ - "${BUILD_DIR}"/doc/doxygen/deal.II || die - # replace links: - sed -i \ - 's#"http://www.dealii.org/images/steps/developer/\(step-.*\)"#"images/\1"#g' \ - "${BUILD_DIR}"/doc/doxygen/deal.II/step_*.html || die "sed failed" - fi - cmake-utils_src_install - - # decompress the installed example sources: - use examples && docompress -x /usr/share/doc/${PF}/examples -} diff --git a/sci-libs/dealii/metadata.xml b/sci-libs/dealii/metadata.xml index ad4572d88..3b17832a7 100644 --- a/sci-libs/dealii/metadata.xml +++ b/sci-libs/dealii/metadata.xml @@ -29,7 +29,6 @@ and extra output. If you want to get meaningful backtraces see <flag name="nanoflann">Adds support for nanoflann (<pkg>sci-libs/nanoflann</pkg>)</flag> <flag name="opencascade">Add support for opencascade (<pkg>sci-libs/opencascade</pkg>)</flag> <flag name="p4est">Add support for p4est (<pkg>sci-mathematics/p4est</pkg>)</flag> - <flag name="parameter_gui">Build and install the parameter_gui executable</flag> <flag name="petsc">Add support for petsc (<pkg>sci-mathematics/petsc</pkg>)</flag> <flag name="scalapack">Add support for ScaLAPACK (<pkg>sci-libs/scalapack</pkg>)</flag> <flag name="slepc">Add support for slepc (<pkg>sci-mathematics/slepc</pkg>)</flag>