* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gsim/
@ 2016-01-24 11:06 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2016-01-24 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 5ab5074ee5eee909a9487ddf6507085a1eaa0d8d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 11:02:19 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 11:02:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab5074e
sci-chemistry/gsim: Add CPU_FLAGS_X86=sse3 and depend on it
Gentoo-Bug: 555972
* Filter flags disabling SSE3 support. It is the user's
responsibility to ensure they have SSE3 support and it to be
enabled at compile time
* EAPI=6
* Port from 'qt4-r2' to 'qmake-utils'
Package-Manager: portage-2.2.27
sci-chemistry/gsim/gsim-21.3-r1.ebuild | 80 ++++++++++++++++++++++++++++++++++
1 file changed, 80 insertions(+)
diff --git a/sci-chemistry/gsim/gsim-21.3-r1.ebuild b/sci-chemistry/gsim/gsim-21.3-r1.ebuild
new file mode 100644
index 0000000..27a8e53
--- /dev/null
+++ b/sci-chemistry/gsim/gsim-21.3-r1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic qmake-utils toolchain-funcs
+
+DESCRIPTION="Visualisation and processing of experimental and simulated NMR spectra"
+HOMEPAGE="http://sourceforge.net/projects/gsim/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cpu_flags_x86_sse3 emf opengl"
+REQUIRED_USE="cpu_flags_x86_sse3"
+
+RDEPEND="
+ dev-cpp/muParser
+ media-libs/freetype
+ sci-libs/libcmatrix
+ sci-libs/minuit
+ virtual/blas
+ dev-qt/qtsvg:4
+ emf? ( media-libs/libemf )
+ opengl? ( dev-qt/qtopengl:4 )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}/${P}-build.conf.patch"
+)
+DOCS="release.txt README_GSIM.* quickstart.* changes.log programming.*"
+
+src_prepare() {
+ edos2unix ${PN}.pro
+
+ default
+
+ # C{,XX}FLAGS need to explicitly enable SSE3 support
+ # bug #555972
+ filter-flags -mno-sse3
+ append-cflags -msse3
+ append-cxxflags -msse3
+
+ cat >> build.conf <<- EOF
+ INCLUDEPATH += "${EPREFIX}/usr/include/libcmatrixR3/" \
+ "${EPREFIX}/usr/include/Minuit2" \
+ "${EPREFIX}/usr/include"
+ LIBS += -lcmatrix -lMinuit2 -lmuparser $($(tc-getPKG_CONFIG) --libs cblas)
+ EOF
+
+ use opengl && echo "CONFIG+=use_opengl" >> build.conf
+
+ if use emf; then
+ cat >> build.conf <<- EOF
+ CONFIG+=use_emf
+ DEFINES+=USE_EMF_OUTPUT
+ LIBS += -L\"${EPREFIX}/usr/include/libEMF\" -lEMF
+ EOF
+ fi
+ sed \
+ -e "s:quickstart.pdf:../share/doc/${PF}/quickstart.pdf:g" \
+ -e "s:README_GSIM.pdf:../share/doc/${PF}/README_GSIM.pdf:g" \
+ -i mainform.h || die
+}
+
+src_configure() {
+ eqmake4 ${PN}.pro
+}
+
+src_install() {
+ default
+ dobin ${PN}
+ insinto /usr/share/${PN}
+ doins -r images ${PN}.ico
+ insinto /usr/share/${PN}/ui
+ doins *.ui
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gsim/
@ 2017-12-01 23:01 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-12-01 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 616777009b98f885ffccddcb07941ba3554f42ec
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 1 22:42:14 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 1 23:00:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61677700
sci-chemistry/gsim: [QA] Fix DESCRIPTION.toolong
sci-chemistry/gsim/gsim-21.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/gsim/gsim-21.3.ebuild b/sci-chemistry/gsim/gsim-21.3.ebuild
index 332b51b655e..4aa1830ac64 100644
--- a/sci-chemistry/gsim/gsim-21.3.ebuild
+++ b/sci-chemistry/gsim/gsim-21.3.ebuild
@@ -5,7 +5,7 @@ EAPI=5
inherit eutils qt4-r2 toolchain-funcs
-DESCRIPTION="Programm for visualisation and processing of experimental and simulated NMR spectra"
+DESCRIPTION="Visualisation and processing of experimental and simulated NMR spectra"
HOMEPAGE="https://sourceforge.net/projects/gsim/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-01 23:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-24 11:06 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gsim/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2017-12-01 23:01 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox