[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#480082: marked as done (ITP: tachyon -- Parallel/Multiprocessor Ray Tracing Software)



Your message dated Sun, 15 Jun 2008 09:41:08 +0000
with message-id <E1K7ojU-0005Mk-HX@ries.debian.org>
and subject line Bug#480082: fixed in tachyon 0.98~beta-1
has caused the Debian Bug report #480082,
regarding ITP: tachyon -- Parallel/Multiprocessor Ray Tracing Software
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
480082: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480082
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Priority: wishlist

* Package name: tachyon
* URL: http://jedi.ks.uiuc.edu/~johns/raytracer/
* License: BSD [originally 4 clause, now 3: see attached copyright note]
  Programming Lang: C
* Description: Parallel/Multiprocessor Ray Tracing Software
 Tachyon is a portable, high performance parallel ray tracing system
 supporting MPI and multithreaded implementations.  Tachyon is built
 as a C callable library, which can be used with the included demo
 programs or within your own application.  The distribution also
 includes a simple scene file parser front-end which reads a few
 different formats.
 .
 Tachyon implements all of the basic geometric primitives such as
 triangles, planes, spheres, cylinders, etc.  Some of the goals in
 developing Tachyon were to make it fast and for it to parallelize
 well.  These are what set it apart from more full-featured programs
 like POV-Ray, Rayshade, and others.  Tachyon supports enough features
 to be an excellent alternative to slower programs for demanding
 animation and scientific visualization tasks.  As time goes on,
 Tachyon will indeed incorporate more features, but with a continued
 emphasis on rendering performance.


I have a draft packaging available in the apt repository described at
<http://wiki.sagemath.org/DebianSAGE> that I run for coordinating the
packaging of SAGE for Debian (#455292).

Since I don't have the time to maintain all 26 source packages I've
created as part of my effort to package SAGE's dependencies for Debian,
I'm looking for someone to adopt this package and maintain it in Debian.

This package contains a static library compiled with -fPIC.  The Debian
Library Packaging Guide recommends against this; ideally, one would
coordinate with the upstream maintainers to add a shared library.

	-Tim Abbott


--------------------------------------------------------------------

Tim,
  Please find attached an updated Tachyon license which you are free
to use with any of the existing releases I've made.  I provided this to
Intel so they could include Tachyon with their open source TBB release
as well.  (they are using an older rev of Tachyon so a new release
didn't help their situation)

I'll try and get a new release package posted soon.

Cheers,
  John Stone
  johns@ks.uiuc.edu
  john.stone@gmail.com

/*
 * Copyright (c) 1994-2008 John E. Stone
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. The name of the author may not be used to endorse or promote products
 *    derived from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 */




--- End Message ---
--- Begin Message ---
Source: tachyon
Source-Version: 0.98~beta-1

We believe that the bug you reported is fixed in the latest version of
tachyon, which is due to be installed in the Debian FTP archive:

libtachyon-0.98_0.98~beta-1_i386.deb
  to pool/main/t/tachyon/libtachyon-0.98_0.98~beta-1_i386.deb
libtachyon-dev_0.98~beta-1_i386.deb
  to pool/main/t/tachyon/libtachyon-dev_0.98~beta-1_i386.deb
tachyon_0.98~beta-1.diff.gz
  to pool/main/t/tachyon/tachyon_0.98~beta-1.diff.gz
tachyon_0.98~beta-1.dsc
  to pool/main/t/tachyon/tachyon_0.98~beta-1.dsc
tachyon_0.98~beta-1_i386.deb
  to pool/main/t/tachyon/tachyon_0.98~beta-1_i386.deb
tachyon_0.98~beta.orig.tar.gz
  to pool/main/t/tachyon/tachyon_0.98~beta.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 480082@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tim Abbott <tabbott@mit.edu> (supplier of updated tachyon package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 27 May 2008 20:22:14 -0400
Source: tachyon
Binary: tachyon libtachyon-0.98 libtachyon-dev
Architecture: source i386
Version: 0.98~beta-1
Distribution: unstable
Urgency: low
Maintainer: Tim Abbott <tabbott@mit.edu>
Changed-By: Tim Abbott <tabbott@mit.edu>
Description: 
 libtachyon-0.98 - Parallel/Multiprocessor Ray Tracing Software, shared library
 libtachyon-dev - Parallel/Multiprocessor Ray Tracing Software, development files
 tachyon    - Parallel/Multiprocessor Ray Tracing Software
Closes: 480082
Changes: 
 tachyon (0.98~beta-1) unstable; urgency=low
 .
   * Initial release (Closes: #480082).
Checksums-Sha1: 
 c43128da5c06064f9d73686870a5a1f58981655d 1055 tachyon_0.98~beta-1.dsc
 2444a27f60452fc1ef2d646ab5459200842bd322 2576424 tachyon_0.98~beta.orig.tar.gz
 c18037af03356e9859fead328097d31dc981479c 5447 tachyon_0.98~beta-1.diff.gz
 8a59104f6061e2495ed544f6f7722d68e9ea5f18 247422 tachyon_0.98~beta-1_i386.deb
 114c383e0531c7bb72c2291e633cd17f8c78e878 73402 libtachyon-0.98_0.98~beta-1_i386.deb
 ab2a9ebad66af80df0741151fb2cc0fe848c6162 94990 libtachyon-dev_0.98~beta-1_i386.deb
Checksums-Sha256: 
 c7a0e510f90626a944a33bd95ded478a1bd5a9fe9289ec22032992b63c3434bd 1055 tachyon_0.98~beta-1.dsc
 98353ee3d47443f26c8caa47b76b77404cca38ff9b786752dfb6bea8e5fddf1e 2576424 tachyon_0.98~beta.orig.tar.gz
 15ee5ab38718ad57ab9150ff0da035404b7be4e63fb89cbe554288a0a2690452 5447 tachyon_0.98~beta-1.diff.gz
 ceffaf616feb2f28c694b304766f85e5f0009810530d6a1acf8bcf7a668a1027 247422 tachyon_0.98~beta-1_i386.deb
 f7c0058165a5873857e47649386ebcd0b936806b8d76f1426dd4239650adc5cd 73402 libtachyon-0.98_0.98~beta-1_i386.deb
 28b54e4f78d340ebddd9ac2434e4d07e5a8830f2e90926de4c2756a7ac1a280a 94990 libtachyon-dev_0.98~beta-1_i386.deb
Files: 
 9a885b3736dbbc225f918f74c94ea427 1055 math extra tachyon_0.98~beta-1.dsc
 06370fc54f52dad66c50ccafdf3f7ba3 2576424 math extra tachyon_0.98~beta.orig.tar.gz
 2c736c5c23bc7e15973473cd2bbdc895 5447 math extra tachyon_0.98~beta-1.diff.gz
 2e043177a5618f0178cbbcbbd2630422 247422 math extra tachyon_0.98~beta-1_i386.deb
 aeb371427ea9b9049e914c191e7c5644 73402 math extra libtachyon-0.98_0.98~beta-1_i386.deb
 5b45bd208338be87db02a3ce7bdb81a4 94990 libdevel extra libtachyon-dev_0.98~beta-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIRfYpd73XuVITgboRAjoCAKCcmYCijmLFMD5/C0kNMT66ij5LtQCdHsce
kXJkKEzwb0+pSRVRY1afa+o=
=dxbE
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: