Re: Please push your changes to python-xarray

2023-11-13 Thread Aaron M. Ucko
FWIW, it looks like gbp import-dscs --debsnap should lose less historical detail than a single mass commit. -- Aaron Alastair McKinstry writes: > Hi > > Apologies I am swamped on this. Please go ahead and apply. > > Thanks > Alastair > > On 13/11/2023 12:51, Andreas Tille wrote: >> Ping? >> >>

Re: How to build compatible packages that use Eigen?

2023-05-03 Thread Aaron M. Ucko
er doesn't need this, right? AIUI, you'd supply it when building libg2o.so itself, via the --version-script linker option (or as an implict linker script, but I'd favor being more explicit here). -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://st

Re: How to build compatible packages that use Eigen?

2023-05-03 Thread Aaron M. Ucko
en's symbols local to your shared library; to that end, I think it would work to feed the linker a version script reading something along the lines of { local: extern "C++" { Eigen::*; }; global: *; }; (or add such a local block to an existi

Re: Joblib 1.2.0 available on salsa

2022-10-12 Thread Aaron M. Ucko
v to unstable > meanwhile. With any luck, the next upload to unstable will be able to include the -doc package. If not, the idea would be to pair each subsequent docless unstable 1.2.0-$rev with a corresponding experimental 1.2.0-$rev+doc; I presume the merges would be straightforward. Thanks! -

Re: Joblib 1.2.0 available on salsa

2022-10-09 Thread Aaron M. Ucko
lines of 1.2.0-1+doc or 1.2.0-1+exp1; subsequent uploads to unstable could either merge it or proceed with time-sensitive fixes, as appropriate. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: New version of nfft breaks its autopkgtest (Was: nfft breaks pynfft autopkgtest on i386: Segmentation fault

2022-07-27 Thread Aaron M. Ucko
nce to `nfftf_init_1d' [...] Please try listing simple_test.c ahead of the libraries, which the linker otherwise discards as apparently unneeded. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: pandas 1.3.5+dfsg-2 autopkgtest failures

2022-02-04 Thread Aaron M. Ucko
Drew Parsons writes: > Thanks Rebecca. Looks like the mdtraj error is transient, passes > eventually. Makes it hard to debug robustly. FWIW, I've found rr very helpful in such cases. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/

Re: RFS: reupload of opm-common/2021.10-1

2022-01-21 Thread Aaron M. Ucko
.org/science-team/opm-material >> -- >> >>Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de >>Pedettistr. 38, 85072 Eichstätt, Germany, USt-Id: DE279960836 >>Tel.: +49 (0) 160 97590858 -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: can I safely use dpkg from sid on bookworm?

2022-01-19 Thread Aaron M. Ucko
Yes, https://www.debian.org/releases/index.en.html says that bookworm is > the next release. ... but https://tracker.debian.org/pkg/dpkg says that the latest dpkg (1.21.1) already migrated to testing (bookworm) a few weeks ago. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) h

Re: [Help] gcc-11 build issue for fastjet

2021-11-15 Thread Aaron M. Ucko
lation error indicating why not. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: arrayfire update fails in configure step

2021-04-27 Thread Aaron M. Ucko
ude) Please try adding a build dependency on libclfft-dev and replacing src/backend/opencl/CMakeLists.txt's inclusion of build_clFFT with a call to find_package(clFFT) > Thanks a lot for your initial hint No problem. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org

Re: arrayfire update fails in configure step

2021-04-26 Thread Aaron M. Ucko
n pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE (ll. 1472-1480). -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://s

Re: numerical comparisons or not? (platform compatibility during testing)

2020-02-19 Thread Aaron M. Ucko
ng binary package (which you could then arrange to download). I suppose you could also test in qemu or the like, either fully or by way of cross-building so that the compiler would at least get to run natively. Thanks for your interest in portability and in efficient use of Debian resources! --

Re: udev rules for usb devices?

2019-09-25 Thread Aaron M. Ucko
kes sense, since non-root > users want to use and run applications too. Right, -dev doesn't particularly make sense here. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: toulbar2 packaging

2018-09-24 Thread Aaron M. Ucko
ighted the newer entry, which didn't mention the bug; sorry about that! The good news is that no additional upload is needed in this situation; it suffices to send mail to (in this case) 831148-d...@bugs.debian.org with an appropriate Version: pseudo-header, as I'll do in a moment. -- Aaron M. U

Re: toulbar2 packaging

2018-08-11 Thread Aaron M. Ucko
Thomas Schiex writes: > So I patched the CmakeList file to prevent regeneration. There was > already a quilt patch for it. Easy. Sounds even better, thanks! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/

Re: toulbar2 packaging

2018-08-10 Thread Aaron M. Ucko
f Andreas hasn't stepped in by then. > In all cases, independently of what you decide, many thanks for all the > pieces of advice and the guidance. No problem; thanks for your contributions! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http:

Re: toulbar2 packaging

2018-08-10 Thread Aaron M. Ucko
anches. As for uploading, if you have a usual sponsor, I'm happy to defer to him or her; otherwise, I should be able to take care of it over the weekend. Thanks! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: How to handle a change in "Files-Excluded:" with gbp

2018-08-09 Thread Aaron M. Ucko
o give the files standardized names and not attempt to list them in .install files. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: How to handle a change in "Files-Excluded:" with gbp

2018-08-08 Thread Aaron M. Ucko
Finally, I'd recommend running debc (from the devscripts package) to get an overview of each package's contents and metadata while you're working on this setup. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: How to handle a change in "Files-Excluded:" with gbp

2018-08-07 Thread Aaron M. Ucko
Thomas Schiex writes: >     gbp:error: Upstream tag 'upstream/1.0.0+dfsg' already exists > > What would you do? I would add a digit to the suffix, going to 1.0.0+dfsg2. Thanks for checking! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~am

Re: Help with libgit2 needed to strip code copy from r-cran-git2r

2018-01-10 Thread Aaron M. Ucko
f -I/usr/include/git2 to avoid this unwanted shadowing. (git2.h includes the other headers as "git2/*.h", so you shouldn't need that flag.) -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: help with d/rules: is it possible to use with dh_auto_build -- $$arg within a for loop ?

2017-09-11 Thread Aaron M. Ucko
fimagnet$$D_P$$N_N$$N" ; \ > dh_auto_build -- hifimagnet$$D_P$$N_N$$N ; \ Please try using $${D} and $${N} here -- because _ is legal in identifiers, the shell otherwise thinks you're asking about variables named D_P and N_N. Thanks for checking! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu,

Re: insighttoolkit4 on i386 (+sse2)

2017-06-27 Thread Aaron M. Ucko
, I'd argue that it's better to require SSE support than to give up on i386 altogether just over this one issue, at least if you make this requirement clear up front. As I recall, there were some plans for a mechanism to help packages with extra CPU requirements, but I don't remember further details

Re: mpich FTBFS on sh4: MPIUI_Thread TLS definition mismatches tbss

2017-06-06 Thread Aaron M. Ucko
hread but not also comm_rank. (It looks like MPIUI_Thread's thread-locality is conditional on MPICH_IS_THREADED, which mpichconf.h defines centrally.) I don't have time to dig deeper, but hope that brief analysis helps. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mi

Re: RFS: glm/0.9.8.3-2, gli/0.8.2.0+ds1-2

2017-01-12 Thread Aaron M. Ucko
not just jQuery, but also other Doxygen code. Indeed; see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736360 and https://sources.debian.net/src/doxygen/1.8.13-4/debian/README.jquery/ . (I've run into the same issue in the course of maintaining fltk1.3.) -- Aaron M. Ucko, KB1CJC (amu at alu

Re: Compiling with VTK (version 6)

2016-05-11 Thread Aaron M. Ucko
versions of > vtk, right? Yes, but since you've arranged to avoid hardcoding the version, binNMUs should at least suffice; you shouldn't need to be directly involved unless there are incompatible API changes. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www

Re: Architecture field based on another package Architecture field

2015-10-13 Thread Aaron M. Ucko
lize other commands involving the nfftl tree on ifneq "" "$(SKIP_NFTL)" I am testing these changes now (against a checkout of your experimental branch) and will follow up with a full patch if they work. Good question! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, uc

Re: Architecture field based on another package Architecture field

2015-10-13 Thread Aaron M. Ucko
the discrepancy, but proceed anyway. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: Artistic License 2.0 -> copyright file

2015-09-20 Thread Aaron M. Ucko
e, you may find parrot's copyright file to be a useful example: http://metadata.ftp-master.debian.org/changelogs//main/p/parrot/parrot_6.6.0-1_copyright -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: RFM: transition of flint

2015-09-04 Thread Aaron M. Ucko
to stdout (or stderr, I think), so adjusting the tests to print progress indicators every so often should let the build proceed. (The timeout is meant to catch outright hangs, which do sometimes happen.) -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ |

Re: r-cran-vcdextra package

2015-08-26 Thread Aaron M. Ucko
Because this upload introduced new package names, it is sitting in the NEW queue waiting for ftpmaster review. https://ftp-master.debian.org/new.html https://ftp-master.debian.org/new/r-cran-gnm_1.0-8-1.html -- Aaron Jonathon Love j...@thon.cc writes: hi andreas, balint reczey submitted the

Re: Packages in Jessie

2014-10-27 Thread Aaron M. Ucko
is wholly new. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu -- To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: Mpich 1/2/3

2013-07-08 Thread Aaron M. Ucko
servers. dpkg-architecture -qDEB_HOST_MULTIARCH should yield the correct triplet at build time, even when cross-compiling (assuming there are no other obstacles to doing so). -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger

Re: Rename mpich2 to mpich

2013-04-02 Thread Aaron M. Ucko
Torquil Macdonald Sørensen torq...@gmail.com writes: Can I simply move the repository, thus making the old GIT path invalid? Good question. You can move it and leave a compatibility symlink. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http

Re: Bug#694418: ITP: fits -- Java library for the I/O handling of FITS files

2012-12-17 Thread Aaron M. Ucko
FTP downloadurlmangle support, but don't hugely care because I generally prefer to download archives manually anyway. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu -- To UNSUBSCRIBE, email

Re: libhe5-hdfeos0 vs. libhdf5-openmpi-7: fails to provide?

2012-07-05 Thread Aaron M. Ucko
should pick up a proper unversioned dependency; a binary-only rebuild may be in order unless its maintainer plans to issue another sourceful upload soon. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Re: Bug#679990: ITP: clipper -- object oriented development kit for crystallographic computing

2012-07-03 Thread Aaron M. Ucko
Radostan Riedel raybu...@googlemail.com writes: So what are you suggesting about the name? I'd suggest letting it stand, if only to avoid unnecessary differences with Ubuntu. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu

Re: RFS: ngspice_24-1

2012-06-04 Thread Aaron M. Ucko
. Thanks! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu -- To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Restricting citation information to single binary packages?

2012-03-30 Thread Aaron M. Ucko
, please note that the BLAST engine is a library, and available to other packages; for instance, I think Sequin (from the ncbi-tools-x11 package) may support running BLAST internally. Thanks for asking! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http

Re: FreeFem++-3.18 upload

2012-02-08 Thread Aaron M. Ucko
-lXext -lX11 -lXpm -lm -ldl /usr/lib/gcc/x86_64-linux-gnu/4.6/libgfortran.so collect2: ld returned 1 exit status Please check that your build area has sufficient disk space. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi

Re: physics software

2012-01-26 Thread Aaron M. Ucko
Mohammad Hosein m.hosei...@yahoo.com writes: link: http://ab-initio.mit.edu/wiki/index.php/Meep It's already available in Debian, if that's what you're asking: http://packages.debian.org/squeeze/meep -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu

Re: New metapackages for Debian Science: science-highenergy-physics

2011-11-09 Thread Aaron M. Ucko
Anton Gladky gladky.an...@gmail.com writes: svn: No repository found in 'svn+ssh://svn.debian.org/blends/projects/science/trunk/debian-science' Please try with a leading /svn: svn+ssh://svn.debian.org/svn/blends/projects/science/trunk/debian-science/ -- Aaron M. Ucko, KB1CJC (amu

Re: pdb files license

2011-09-26 Thread Aaron M. Ucko
. So DFSGFree or not ? Yes, DFSG #4 grudgingly allows such restrictions, which are annoying but understandable (and shared to a lesser extent by TeX, which requires a name change to accompany any backwards-incompatible modifications). -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org

Re: Scientific software packaging

2011-06-20 Thread Aaron M. Ucko
Yngve Inntjore Levinsen yngve.inntjore.levin...@cern.ch writes: (is there a way to do some kind of build --continue so that the packaging does not have to start from scratch?) debuild -nc; you might also find ccache interesting. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko

Re: updating mpi-defaults (decommissioning lam)

2011-06-19 Thread Aaron M. Ucko
that applies to this particular case, though. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu -- To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org with a subject of unsubscribe

Re: Installation of GATE 6.1 on Debian Squeeze

2011-05-26 Thread Aaron M. Ucko
! I hope this analysis helps. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu -- To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: yade build problem on i386, powerpc and sparc platforms

2011-03-26 Thread Aaron M. Ucko
M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu -- To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: fftw: Usage of SSE in 64bit?

2011-03-23 Thread Aaron M. Ucko
on compiler flags which would be redundant on amd64 systems, which all support SSE2 at a minimum. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu -- To UNSUBSCRIBE, email to debian-science-requ

Re: Need help/advice with NIST dataplot

2010-12-17 Thread Aaron M. Ucko
for a graph-drawing library) libreadline-dev (development files for an input-line editing library) You should then be able to say yes for all three. TIA NP. HTH; HAND. ;-) -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger

Re: NASA CDF

2010-12-10 Thread Aaron M. Ucko
domain, and I would expect a work for hire (by a contractor) to have a corresponding copyright holder. IANAL, but I do work directly for a different US government agency (the National Center for Biotechnology Information) as a software developer. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu

Re: mathgl 1.11 upload

2010-11-15 Thread Aaron M. Ucko
: [...] #include zlib.h #ifdef HAVE_HDF5 #include hdf5.h #endif #ifdef HAVE_HDF4 #define intf hdf4_intf #include hdf/mfhdf.h #undef intf #endif [...] -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?...@monk.mit.edu

Re: atlas, lapack, blas

2010-10-26 Thread Aaron M. Ucko
experience, I expect you should have no trouble following README.Debian's directions.) -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?...@monk.mit.edu -- To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org

Re: how to deal with bibtex with long fields

2010-08-31 Thread Aaron M. Ucko
to UTF-8 or running pybtex -e ISO-8859-1. 1 $ nbibtex thesis Call failed: /usr/share/nbibtex/bibtex.lua:1460: module 'nbib-plain' not found: no field package.preload['nbib-plain'] That looks more like a packaging bug. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org

Re: how to deal with bibtex with long fields

2010-08-31 Thread Aaron M. Ucko
with -B, -H, -W, or individual --m* flags. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?...@monk.mit.edu -- To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Re: how to deal with bibtex with long fields

2010-08-31 Thread Aaron M. Ucko
Jameson Rollins jroll...@finestructure.net writes: replacement. In any event, using ISO-8859-1 didn't work either: Bleh; so much for that idea. Maybe after I defend... Priorities, priorities. ;-) -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu

Re: Salomé rules file and make wildcards

2010-02-24 Thread Aaron M. Ucko
, which is not default shell behavior (but available with bash's shopt nullglob). Your observations are consistent with that; in particular, your echo statement lists site-packages only because you fed the shell an unquoted wildcard. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko

Re: Changing section from math to science?

2010-01-19 Thread Aaron M. Ucko
sections, though. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?...@monk.mit.edu -- To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: GCTP license

2008-04-02 Thread Aaron M. Ucko
Ivan Shmakov [EMAIL PROTECTED] writes: Is it in public domain? Probably, though not necessarily, as the USGS may have contracted the work out. Have you tried to get in touch with the authors? -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu

Re: package sponsorship request

2007-10-05 Thread Aaron M. Ucko
considered simply running automake --foreign ? -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: exceptions in gnu c++

2006-11-06 Thread Aaron M. Ucko
under strace should confirm this.) Moreover, Unix signals are generally a separate matter from exceptions, and converting one to the other is easier said than done. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more

Re: How much interest in a debian-science.org repository?

2006-07-24 Thread Aaron M. Ucko
that were once in contrib are now in main because free JVMs and runtimes have gotten better. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: New source and binary Debian packages for ROOT.

2006-01-27 Thread Aaron M. Ucko
. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Random numbers generation

2005-12-07 Thread Aaron M. Ucko
of gsl available in sid (unstable). -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]