* [gentoo-commits] gentoo-x86 commit in sci-physics/camfr: ChangeLog camfr-20070717-r1.ebuild
@ 2008-07-07 23:47 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2008-07-07 23:47 UTC (permalink / raw
To: gentoo-commits
bicatali 08/07/07 23:47:57
Modified: ChangeLog
Added: camfr-20070717-r1.ebuild
Log:
Added link for mandatory fortran library.
(Portage version: 2.1.4.4)
Revision Changes Path
1.11 sci-physics/camfr/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/camfr/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/camfr/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/camfr/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 6 Jul 2008 09:56:28 -0000 1.10
+++ ChangeLog 7 Jul 2008 23:47:57 -0000 1.11
@@ -1,6 +1,12 @@
# ChangeLog for sci-physics/camfr
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v 1.10 2008/07/06 09:56:28 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v 1.11 2008/07/07 23:47:57 bicatali Exp $
+
+*camfr-20070717-r1 (07 Jul 2008)
+
+ 07 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org>
+ +camfr-20070717-r1.ebuild:
+ Added link for mandatory fortran library.
06 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org>
camfr-20070717.ebuild:
1.1 sci-physics/camfr/camfr-20070717-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/camfr/camfr-20070717-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/camfr/camfr-20070717-r1.ebuild?rev=1.1&content-type=text/plain
Index: camfr-20070717-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/camfr-20070717-r1.ebuild,v 1.1 2008/07/07 23:47:57 bicatali Exp $
inherit eutils distutils fortran
DESCRIPTION="Full vectorial Maxwell solver based on eigenmode expansion"
HOMEPAGE="http://camfr.sourceforge.net/"
SRC_URI="mirror://sourceforge/camfr/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="sci-libs/scipy
dev-python/matplotlib
dev-libs/boost
dev-libs/blitz
dev-python/imaging
virtual/lapack"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/scons-0.98"
S="${WORKDIR}/${P/-/_}"
pkg_setup() {
if ! built_with_use dev-lang/python tk || \
! built_with_use dev-python/imaging tk ; then
eerror "Python and/or imaging don't have Tk support enabled."
eerror "Set the tk USE flag and reinstall python and imaging before continuing."
die
fi
FORTRAN="gfortran g77"
fortran_pkg_setup
}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-gcc43.patch
cp machine_cfg.py{.gentoo,} || die
sed -i -e '/^library_dirs/d' -e '/^libs/d' machine_cfg.py || die
local lapack_libs=
for x in $(pkg-config --libs-only-l lapack); do
lapack_libs="${lapack_libs}, \"${x#-l}\""
done
local lapack_libdirs=
for x in $(pkg-config --libs-only-L lapack); do
lapack_libdirs="${lapack_libdirs}, \"${x#-L}\""
done
local libfort
case ${FORTRANC} in
gfortran) libfort=gfortran ;;
g77) libfort=g2c ;;
esac
cat <<-EOF >> machine_cfg.py
library_dirs = [${lapack_libdirs#,}]
libs = ["boost_python", "${libfort}", "blitz"${lapack_libs}]
EOF
}
src_test() {
# trick to avoid X in testing (bug #229753)
echo "backend : Agg" > matplotlibrc
PYTHONPATH=".:visualisation" ${python} testsuite/camfr_test.py \
|| die "tests failed"
rm -f matplotlibrc
}
src_install() {
distutils_src_install
dodoc docs/camfr.pdf || die "doc install failed"
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-physics/camfr: ChangeLog camfr-20070717-r1.ebuild
@ 2010-11-15 15:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-11-15 15:57 UTC (permalink / raw
To: gentoo-commits
arfrever 10/11/15 15:57:03
Modified: ChangeLog
Removed: camfr-20070717-r1.ebuild
Log:
Delete older ebuild.
(Portage version: 2.2.0_alpha4_p23/cvs/Linux x86_64)
Revision Changes Path
1.19 sci-physics/camfr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/camfr/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/camfr/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/camfr/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 25 Jun 2010 22:37:22 -0000 1.18
+++ ChangeLog 15 Nov 2010 15:57:03 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for sci-physics/camfr
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v 1.18 2010/06/25 22:37:22 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/ChangeLog,v 1.19 2010/11/15 15:57:03 arfrever Exp $
+
+ 15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -camfr-20070717-r1.ebuild:
+ Delete.
25 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
camfr-20070717-r2.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-15 15:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 15:57 [gentoo-commits] gentoo-x86 commit in sci-physics/camfr: ChangeLog camfr-20070717-r1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2008-07-07 23:47 Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox