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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEB381395E2 for ; Sat, 12 Nov 2016 09:16:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B282821C03C; Sat, 12 Nov 2016 09:16:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8725E21C03C for ; Sat, 12 Nov 2016 09:16:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F63B341643 for ; Sat, 12 Nov 2016 09:16:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE31186E for ; Sat, 12 Nov 2016 09:16:43 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1478942192.6bc52c68ce5d8764b9fdf708a97a3ede92771133.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/asl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/asl/asl-0.1.5.ebuild sci-libs/asl/asl-0.1.6.ebuild sci-libs/asl/asl-0.1.7.ebuild sci-libs/asl/asl-9999.ebuild sci-libs/asl/metadata.xml X-VCS-Directories: sci-libs/asl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6bc52c68ce5d8764b9fdf708a97a3ede92771133 X-VCS-Branch: master Date: Sat, 12 Nov 2016 09:16:43 +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-Archives-Salt: 2e649b79-ee8b-4169-8fdd-1fa3731f5bd8 X-Archives-Hash: 769216b06f88e93f7790d32c72802df4 commit: 6bc52c68ce5d8764b9fdf708a97a3ede92771133 Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 12 09:16:32 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 12 09:16:32 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6bc52c68 sci-libs/asl: Version Bump Change USE=matio to matlab drop old Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher gentoo.org> sci-libs/asl/asl-0.1.5.ebuild | 48 ---------------------------------- sci-libs/asl/asl-0.1.6.ebuild | 8 +++--- sci-libs/asl/asl-0.1.7.ebuild | 43 ++++++++++++++++++++++++++++++ sci-libs/asl/asl-9999.ebuild | 34 ++++++++++-------------- sci-libs/asl/metadata.xml | 61 +++++++++++++++++++++++-------------------- 5 files changed, 93 insertions(+), 101 deletions(-) diff --git a/sci-libs/asl/asl-0.1.5.ebuild b/sci-libs/asl/asl-0.1.5.ebuild deleted file mode 100644 index 3163a5d..0000000 --- a/sci-libs/asl/asl-0.1.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MY_PN=ASL - -if [[ ${PV} == "9999" ]] ; then - inherit git-r3 - EGIT_REPO_URI="git://github.com/AvtechScientific/${MY_PN}.git" -else - SRC_URI="https://github.com/AvtechScientific/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${MY_PN}-${PV}" -fi - -CMAKE_MIN_VERSION=3.0.2 -CMAKE_MAKEFILE_GENERATOR="${CMAKE_MAKEFILE_GENERATOR:-ninja}" - -inherit cmake-utils - -DESCRIPTION="Advanced Simulation Library - multiphysics simulation software package" -HOMEPAGE="http://asl.org.il/" -LICENSE="AGPL-3" -SLOT="0" -IUSE="doc examples matio" - -RDEPEND=" - >=dev-libs/boost-1.55:= - >=sci-libs/vtk-6.1 - >=virtual/opencl-0-r2 -" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[dot] ) - matio? ( >=sci-libs/matio-1.5.2 ) -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} - -DCMAKE_SKIP_RPATH=yes - $(cmake-utils_use_with doc API_DOC) - $(cmake-utils_use_with examples) - $(cmake-utils_use_with matio) - ) - cmake-utils_src_configure -} diff --git a/sci-libs/asl/asl-0.1.6.ebuild b/sci-libs/asl/asl-0.1.6.ebuild index 3163a5d..830d58d 100644 --- a/sci-libs/asl/asl-0.1.6.ebuild +++ b/sci-libs/asl/asl-0.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,7 @@ DESCRIPTION="Advanced Simulation Library - multiphysics simulation software pack HOMEPAGE="http://asl.org.il/" LICENSE="AGPL-3" SLOT="0" -IUSE="doc examples matio" +IUSE="doc examples matlab" RDEPEND=" >=dev-libs/boost-1.55:= @@ -33,7 +33,7 @@ RDEPEND=" " DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] ) - matio? ( >=sci-libs/matio-1.5.2 ) + matlab? ( >=sci-libs/matio-1.5.2 ) " src_configure() { @@ -42,7 +42,7 @@ src_configure() { -DCMAKE_SKIP_RPATH=yes $(cmake-utils_use_with doc API_DOC) $(cmake-utils_use_with examples) - $(cmake-utils_use_with matio) + $(cmake-utils_use_with matlab) ) cmake-utils_src_configure } diff --git a/sci-libs/asl/asl-0.1.7.ebuild b/sci-libs/asl/asl-0.1.7.ebuild new file mode 100644 index 0000000..cdec05f --- /dev/null +++ b/sci-libs/asl/asl-0.1.7.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MY_PN=ASL +CMAKE_MIN_VERSION=3.0.2 +CMAKE_MAKEFILE_GENERATOR="${CMAKE_MAKEFILE_GENERATOR:-ninja}" + +inherit cmake-utils + +DESCRIPTION="Advanced Simulation Library - hardware accelerated multiphysics simulation platform" +HOMEPAGE="http://asl.org.il/" +SRC_URI="https://github.com/AvtechScientific/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +IUSE="doc examples matlab" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-libs/boost-1.53:= + >=sci-libs/vtk-6.1 + >=virtual/opencl-0-r2 +" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen[dot] ) + matlab? ( >=sci-libs/matio-1.5.2 ) +" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_configure() { + local mycmakeargs=( + -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} + -DCMAKE_SKIP_RPATH=yes + -DWITH_API_DOC="$(usex doc)" + -DWITH_EXAMPLES="$(usex examples)" + -DWITH_MATIO="$(usex matlab)" + ) + cmake-utils_src_configure +} diff --git a/sci-libs/asl/asl-9999.ebuild b/sci-libs/asl/asl-9999.ebuild index 3163a5d..81ecd1d 100644 --- a/sci-libs/asl/asl-9999.ebuild +++ b/sci-libs/asl/asl-9999.ebuild @@ -1,48 +1,42 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 MY_PN=ASL - -if [[ ${PV} == "9999" ]] ; then - inherit git-r3 - EGIT_REPO_URI="git://github.com/AvtechScientific/${MY_PN}.git" -else - SRC_URI="https://github.com/AvtechScientific/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${MY_PN}-${PV}" -fi - CMAKE_MIN_VERSION=3.0.2 CMAKE_MAKEFILE_GENERATOR="${CMAKE_MAKEFILE_GENERATOR:-ninja}" -inherit cmake-utils +inherit cmake-utils git-r3 -DESCRIPTION="Advanced Simulation Library - multiphysics simulation software package" +DESCRIPTION="Advanced Simulation Library - hardware accelerated multiphysics simulation platform" HOMEPAGE="http://asl.org.il/" +SRC_URI="" +EGIT_REPO_URI="git://github.com/AvtechScientific/${MY_PN}.git" + LICENSE="AGPL-3" SLOT="0" -IUSE="doc examples matio" +IUSE="doc examples matlab" +KEYWORDS="" RDEPEND=" - >=dev-libs/boost-1.55:= + >=dev-libs/boost-1.53:= >=sci-libs/vtk-6.1 >=virtual/opencl-0-r2 " DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] ) - matio? ( >=sci-libs/matio-1.5.2 ) + matlab? ( >=sci-libs/matio-1.5.2 ) " src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} -DCMAKE_SKIP_RPATH=yes - $(cmake-utils_use_with doc API_DOC) - $(cmake-utils_use_with examples) - $(cmake-utils_use_with matio) + -DWITH_API_DOC="$(usex doc)" + -DWITH_EXAMPLES="$(usex examples)" + -DWITH_MATIO="$(usex matlab)" ) cmake-utils_src_configure } diff --git a/sci-libs/asl/metadata.xml b/sci-libs/asl/metadata.xml index 694b2ac..7170c1d 100644 --- a/sci-libs/asl/metadata.xml +++ b/sci-libs/asl/metadata.xml @@ -1,34 +1,37 @@ - - bircoph@gentoo.org - Andrew Savchenko - - - sci-physics@gentoo.org - Gentoo Physics Project - - - Advanced Simulation Library (ASL) is a free and open source - multiphysics simulation software package. Its computational - engine is based, among others, on the Lattice Boltzmann Methods - and is written in OpenCL which enable extraordinarily efficient - deployment on a variety of massively parallel architectures, - ranging from inexpensive FPGAs, DSPs and GPUs up to heterogeneous - clusters and supercomputers. The engine is hidden entirely behind - C++ classes, so that no OpenCL knowledge is required from - application programmers. ASL can be utilized to model various - coupled physical and chemical phenomena and employed in a - multitude of fields: computational fluid dynamics, virtual - sensing, industrial process data validation and reconciliation, - image-guided surgery, computer-aided engineering, - high-performance scientific computing, etc. + + bircoph@gentoo.org + Andrew Savchenko + + + sci-physics@gentoo.org + Gentoo Physics Project + + +Advanced Simulation Library (ASL) is a free and open source hardware +accelerated multiphysics simulation platform (and an extensible general +purpose tool for solving Partial Differential Equations). Its +computational engine is written in OpenCL and utilizes matrix-free +solution techniques which enable extraordinarily high performance, +memory efficiency and deployability on a variety of massively parallel +architectures, ranging from inexpensive FPGAs, DSPs and GPUs up to +heterogeneous clusters and supercomputers. The engine is hidden entirely +behind simple C++ classes, so that no OpenCL knowledge is required from +application programmers. Mesh-free, immersed boundary approach allows to +move from CAD directly to simulation drastically reducing pre-processing +efforts and amount of potential errors. ASL can be used to model various +coupled physical and chemical phenomena and employed in a multitude of +fields: computational fluid dynamics, virtual sensing, industrial +process data validation and reconciliation, image-guided surgery, +computer-aided engineering, design space exploration, crystallography, +etc. - - Matlab support with sci-libs/matio - - - AvtechScientific/ASL - + + Matlab support with sci-libs/matio + + + AvtechScientific/ASL +