commit:     6bc52c68ce5d8764b9fdf708a97a3ede92771133
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 09:16:32 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer type="person">
-  <email>[email protected]</email>
-  <name>Andrew Savchenko</name>
-</maintainer>
-<maintainer type="project">
-  <email>[email protected]</email>
-  <name>Gentoo Physics Project</name>
-</maintainer>
-<longdescription lang="en">
-  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.
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Andrew Savchenko</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo Physics Project</name>
+  </maintainer>
+  <longdescription lang="en">
+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.
 </longdescription>
-<use>
-  <flag name="matio">Matlab support with <pkg>sci-libs/matio</pkg></flag>
-</use>
-<upstream>
-  <remote-id type="github">AvtechScientific/ASL</remote-id>
-</upstream>
+  <use>
+    <flag name="matlab">Matlab support with <pkg>sci-libs/matio</pkg></flag>
+  </use>
+  <upstream>
+    <remote-id type="github">AvtechScientific/ASL</remote-id>
+  </upstream>
 </pkgmetadata>

Reply via email to