From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/asl/
Date: Sat, 12 Nov 2016 09:16:43 +0000 (UTC) [thread overview]
Message-ID: <1478942192.6bc52c68ce5d8764b9fdf708a97a3ede92771133.jlec@gentoo> (raw)
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>bircoph@gentoo.org</email>
- <name>Andrew Savchenko</name>
-</maintainer>
-<maintainer type="project">
- <email>sci-physics@gentoo.org</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>bircoph@gentoo.org</email>
+ <name>Andrew Savchenko</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-physics@gentoo.org</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>
next reply other threads:[~2016-11-12 9:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-12 9:16 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-22 12:00 [gentoo-commits] proj/sci:master commit in: sci-libs/asl/ Horea Christian
2021-01-29 20:59 Andrew Ammerlaan
2015-08-11 11:21 Andrew Savchenko
2015-08-11 11:21 Andrew Savchenko
2015-08-10 16:50 Andrew Savchenko
2015-07-25 23:38 Andrew Savchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1478942192.6bc52c68ce5d8764b9fdf708a97a3ede92771133.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox