* [gentoo-commits] gentoo-x86 commit in sci-libs/libnc-dap: ChangeLog libnc-dap-3.7.3.ebuild
@ 2009-04-20 1:01 Steve Arnold (nerdboy)
0 siblings, 0 replies; only message in thread
From: Steve Arnold (nerdboy) @ 2009-04-20 1:01 UTC (permalink / raw
To: gentoo-commits
nerdboy 09/04/20 01:01:54
Modified: ChangeLog libnc-dap-3.7.3.ebuild
Log:
Enabled additional 64bit configure option for large NetCDF files.
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-libs/libnc-dap/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libnc-dap/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libnc-dap/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libnc-dap/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 19 Apr 2009 22:38:31 -0000 1.1
+++ ChangeLog 20 Apr 2009 01:01:54 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/libnc-dap
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v 1.1 2009/04/19 22:38:31 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v 1.2 2009/04/20 01:01:54 nerdboy Exp $
+
+ 20 Apr 2009; Steve Arnold <nerdboy@gentoo.org> libnc-dap-3.7.3.ebuild:
+ Enabled additional 64bit configure option for large NetCDF files.
*libnc-dap-3.7.3 (19 Apr 2009)
1.2 sci-libs/libnc-dap/libnc-dap-3.7.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3.ebuild?r1=1.1&r2=1.2
Index: libnc-dap-3.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnc-dap-3.7.3.ebuild 19 Apr 2009 22:38:31 -0000 1.1
+++ libnc-dap-3.7.3.ebuild 20 Apr 2009 01:01:54 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3.ebuild,v 1.1 2009/04/19 22:38:31 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3.ebuild,v 1.2 2009/04/20 01:01:54 nerdboy Exp $
inherit eutils flag-o-matic fortran
@@ -52,10 +52,11 @@
src_compile() {
local test_conf="${DAP_TEST_OPTS}"
- local myconf="--disable-dependency-tracking --enable-largefile"
-
+ local myconf="--disable-dependency-tracking --enable-largefile \
+ --enable-64bit"
# debug can be set to 2 for extra verbosity
use debug && myconf="${myconf} --enable-debug=1"
+
econf ${myconf} ${test_conf} || die "econf failed"
emake -j1 || die "emake failed"
@@ -64,7 +65,7 @@
src_test() {
if use full-test; then
cd "${S}"/nc_test
- # These tests should all pass, but the non-local pass can take
+ # These tests should all pass, but the non-local tests can take
# several hours to complete.
make check || die "Regression tests failed!"
cd "${S}"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-20 1:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-20 1:01 [gentoo-commits] gentoo-x86 commit in sci-libs/libnc-dap: ChangeLog libnc-dap-3.7.3.ebuild Steve Arnold (nerdboy)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox