Re: [petsc-users] SLEPc solve: progress info and abort option

2022-03-07 Thread Varun Hiremath
set a > monitor with KSPMonitorSet(). This will be called more often than the > callback for EPSSetStoppingTestFunction(). > > Jose > > > El 4 mar 2022, a las 20:16, Matthew Knepley > escribió: > > > > > > On Fri, Mar 4, 2022 at 2:07 PM Varun Hiremath > wr

[petsc-users] SLEPc solve: progress info and abort option

2022-03-04 Thread Varun Hiremath
Hi All, We use SLEPc to compute eigenvalues of big problems which typically takes a long time. We want to add a progress bar to inform the user of the estimated time remaining to finish the computation. In addition, we also want to add an option for the user to abort the computation midway if

Re: [petsc-users] PETSc MUMPS interface

2022-01-22 Thread Varun Hiremath
tsc/petsc/-/merge_requests/4727 > Hong > -- > *From:* petsc-users on behalf of Zhang, > Hong via petsc-users > *Sent:* Wednesday, January 19, 2022 9:37 AM > *To:* Varun Hiremath > *Cc:* Peder Jørgensgaard Olesen via petsc-users > *Subject:* Re: [petsc-users

Re: [petsc-users] PETSc MUMPS interface

2022-01-19 Thread Varun Hiremath
see https://gitlab.com/petsc/petsc/-/merge_requests/4727 > > You may give it a try and let me know if this is what you want. > src/ksp/ksp/tutorials/ex52.c is an example. > > Hong > ------ > *From:* Varun Hiremath > *Sent:* Monday, January 17, 2022 12

Re: [petsc-users] PETSc MUMPS interface

2022-01-17 Thread Varun Hiremath
-of-core (OOC) option in MUMPS > } > > Am I correct? I'll let you know once I work out a solution. > Hong > > -- > *From:* Varun Hiremath > *Sent:* Sunday, January 16, 2022 10:10 PM > *To:* Zhang, Hong > *Cc:* Jose E. Roman ; Peder Jørgensgaar

Re: [petsc-users] Inconsistent PETSc MUMPS statistics

2022-01-16 Thread Varun Hiremath
t > produce different partitions for different runs. I think this was fixed in > the ParMetis that --download-parmetis installs, but if I am not wrong you > are not using that version. This would explain what you get. > > > > Jose > > > > > >> El 16

Re: [petsc-users] PETSc MUMPS interface

2022-01-16 Thread Varun Hiremath
Sent:* Sunday, January 16, 2022 5:11 AM > *To:* Varun Hiremath > *Cc:* Zhang, Hong ; Peder Jørgensgaard Olesen via > petsc-users > *Subject:* Re: [petsc-users] PETSc MUMPS interface > > Hong may give a better answer, but if you look at PCSetUp_LU() > https://petsc.org/main/sr

Re: [petsc-users] PETSc MUMPS interface

2022-01-16 Thread Varun Hiremath
c may give you a clue on how to get these > inputs. > > Hong > > > -- > *From:* petsc-users on behalf of > Junchao Zhang > *Sent:* Wednesday, January 12, 2022 9:03 AM > *To:* Varun Hiremath > *Cc:* Peder Jørgensgaard Olesen via p

[petsc-users] PETSc MUMPS interface

2022-01-12 Thread Varun Hiremath
Hi All, I want to collect MUMPS memory estimates based on the initial symbolic factorization analysis before the actual numerical factorization starts to check if the estimated memory requirements fit the available memory. I am following the steps from

Re: [petsc-users] SLEPc: smallest eigenvalues

2021-10-05 Thread Varun Hiremath
package to speed up the computation for the case where K is a shell matrix? Thanks for your help. Regards, Varun On Thu, Sep 30, 2021 at 10:12 PM Varun Hiremath wrote: > Hi Jose, > > Thanks again for your valuable suggestions. I am still working on this but > wanted to give you a

Re: [petsc-users] SLEPc: smallest eigenvalues

2021-09-30 Thread Varun Hiremath
option and some other preconditioning options. I will get back to you on this if I have any questions. Appreciate your help! Thanks, Varun On Tue, Sep 28, 2021 at 8:09 AM Jose E. Roman wrote: > > > > El 28 sept 2021, a las 7:50, Varun Hiremath > escribió: > > > > Hi

Re: [petsc-users] SLEPc: smallest eigenvalues

2021-09-27 Thread Varun Hiremath
will be compatible with the shell matrix structure that I'm using to define the MatMult function as in ex9. Thanks, Varun On Fri, Sep 24, 2021 at 11:50 PM Varun Hiremath wrote: > Ok, great! I will give that a try, thanks for your help! > > On Fri, Sep 24, 2021 at 11:12 PM Jose E. Roman wrote: >

Re: [petsc-users] SLEPc: smallest eigenvalues

2021-09-25 Thread Varun Hiremath
t; > El 25 sept 2021, a las 8:07, Varun Hiremath > escribió: > > > > Hi Jose, > > > > Thanks for checking my code and providing suggestions. > > > > In my particular case, I don't know the matrix A explicitly, I compute > A*x in a matrix-free w

Re: [petsc-users] SLEPc: smallest eigenvalues

2021-09-25 Thread Varun Hiremath
include files, you should not mess with > it. Instead, you probably want to add something like this AFTER #include > : > #if !defined(PETSC_USE_COMPLEX) > #error "Requires complex scalars" > #endif > > Jose > > > > El 22 sept 2021, a las 19:38, Varun Hiremat

Re: [petsc-users] SLEPc: smallest eigenvalues

2021-09-20 Thread Varun Hiremath
DE); EPSSetTarget(eps,0.0); so shouldn't these be enough? If I comment out the first line "EPSSetWhichEigenpairs", then the code works fine. I have some more questions regarding setting the preconditioner for a quadratic eigenvalue problem, which I will ask in a follow-up email. Thanks f

Re: [petsc-users] SLEPc: smallest eigenvalues

2021-07-01 Thread Varun Hiremath
d the preconditioner matrix via STSetPreconditionerMat() - note this > function was introduced in version 3.15. > > Jose > > > > > El 1 jul 2021, a las 13:36, Varun Hiremath > escribió: > > > > Thanks. I actually do have a 1st order approximation of matrix A, that I > can expl

Re: [petsc-users] SLEPc: smallest eigenvalues

2021-07-01 Thread Varun Hiremath
h problem, unless you are able to compute a good > preconditioner of A (no need to compute the exact inverse). > > Jose > > > > El 1 jul 2021, a las 13:23, Varun Hiremath > escribió: > > > > I'm solving for the smallest eigenvalues in magnitude. Though is it >

Re: [petsc-users] SLEPc: smallest eigenvalues

2021-07-01 Thread Varun Hiremath
jul 2021, a las 11:58, Varun Hiremath > escribió: > > > > Sorry, no both A and B are general sparse matrices (non-hermitian). So > is there anything else I could try? > > > > On Thu, Jul 1, 2021 at 2:43 AM Jose E. Roman wrote: > > Is the problem symmetric (GHEP)?

Re: [petsc-users] SLEPc: smallest eigenvalues

2021-07-01 Thread Varun Hiremath
unless you can provide a > good preconditioner. > > Jose > > > > El 1 jul 2021, a las 11:37, Varun Hiremath > escribió: > > > > Hi All, > > > > I am trying to compute the smallest eigenvalues of a generalized system > A*x= lambda*B*x. I don't exp

[petsc-users] SLEPc: smallest eigenvalues

2021-07-01 Thread Varun Hiremath
Hi All, I am trying to compute the smallest eigenvalues of a generalized system A*x= lambda*B*x. I don't explicitly know the matrix A (so I am using a shell matrix with a custom matmult function) however, the matrix B is explicitly known so I compute inv(B)*A within the shell matrix and solve

Accepted python-enable 4.8.1-1 (source amd64) into unstable, unstable

2020-01-24 Thread Varun Hiremath
-By: Varun Hiremath Description: python3-enable - Drawing and interaction packages (Python 3) Closes: 937727 Changes: python-enable (4.8.1-1) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/watch: Use https protocol * d/control: Remove ancient

Bug#937727: RM python-enable

2019-12-09 Thread Varun Hiremath
reassign -1 src:python-enable retitle -1 python-enable: convert package to Python 3 thanks Hi Dmitry, Yes, sorry for the delay but I have finally gotten some time to spend on my Debian packages. Thanks to you and Scott for taking care of traits, traitsui and pyface! I plan to work on enable and

Bug#937727: RM python-enable

2019-12-09 Thread Varun Hiremath
reassign -1 src:python-enable retitle -1 python-enable: convert package to Python 3 thanks Hi Dmitry, Yes, sorry for the delay but I have finally gotten some time to spend on my Debian packages. Thanks to you and Scott for taking care of traits, traitsui and pyface! I plan to work on enable and

Bug#934264: Please update (4.6.2?) and provide/switch to python3

2019-08-14 Thread Varun Hiremath
Hi Yaroslav and Andreas, On Fri, Aug 9, 2019 at 6:57 AM Yaroslav Halchenko wrote: > > Remark: Since it seems the package is not really maintained by the > > Uploader inside the PAPT team and entering the PAPT team might take a > > bit longer I'd consider it a sensible step to take over the

Accepted searchmonkey 0.8.3-1 (source amd64) into unstable

2018-03-23 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 23 Mar 2018 13:32:19 -0400 Source: searchmonkey Binary: searchmonkey Architecture: source amd64 Version: 0.8.3-1 Distribution: unstable Urgency: medium Maintainer: Varun Hiremath <va...@debian.org> Changed-By: Varun Hi

Accepted python-enable 4.5.1-4 (source amd64) into unstable

2018-01-10 Thread Varun Hiremath
s-t...@lists.alioth.debian.org> Changed-By: Varun Hiremath <va...@debian.org> Description: python-enable - Drawing and interaction packages Closes: 878671 Changes: python-enable (4.5.1-4) unstable; urgency=medium . * Change dependency from fonttools to python-fonttools (Closes: #878671) * Bu

Bug#878671: marked as pending

2018-01-10 Thread Varun Hiremath
5a05a588d6d78ec054398a424890e812d6d66fc1 Author: Varun Hiremath <va...@debian.org> Date: Wed Jan 10 12:42:09 2018 -0500 Change dependency from fonttools to python-fonttools diff --git a/debian/changelog b/debian/changelog index f6af232..00c42cd 100644 --- a/debian/changelog +++ b/debian/cha

Accepted dvipng 1.15-1 (source amd64) into unstable

2018-01-09 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 09 Jan 2018 23:30:45 -0500 Source: dvipng Binary: dvipng Architecture: source amd64 Version: 1.15-1 Distribution: unstable Urgency: medium Maintainer: Varun Hiremath <va...@debian.org> Changed-By: Varun Hirema

Accepted python-traits 4.6.0-1 (source amd64) into unstable

2016-11-23 Thread Varun Hiremath
s-t...@lists.alioth.debian.org> Changed-By: Varun Hiremath <va...@debian.org> Description: python-traits - Manifest typing and reactive programming for Python (Python 2) python3-traits - Manifest typing and reactive programming for Python (Python 3) Closes: 830377 Changes: python-tra

Accepted mayavi2 4.5.0-1 (source amd64) into unstable

2016-10-27 Thread Varun Hiremath
s-t...@lists.alioth.debian.org> Changed-By: Varun Hiremath <va...@debian.org> Description: mayavi2- scientific visualization package for 2-D and 3-D data Closes: 835144 839802 839872 Changes: mayavi2 (4.5.0-1) unstable; urgency=medium . * New upstream release (Closes: #835144) * Add p/tvtk_setup.

Accepted pychess 0.12.2-1 (source all) into unstable

2016-02-17 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 17 Feb 2016 19:14:32 -0500 Source: pychess Binary: pychess Architecture: source all Version: 0.12.2-1 Distribution: unstable Urgency: medium Maintainer: Varun Hiremath <va...@debian.org> Changed-By: Varun Hirema

Accepted pychess 0.12-3 (source all) into unstable

2015-11-24 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 24 Nov 2015 22:45:58 -0500 Source: pychess Binary: pychess Architecture: source all Version: 0.12-3 Distribution: unstable Urgency: medium Maintainer: Varun Hiremath <va...@debian.org> Changed-By: Varun Hirema

Accepted pychess 0.12-1 (source all) into unstable

2015-11-03 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 03 Nov 2015 20:26:05 -0500 Source: pychess Binary: pychess Architecture: source all Version: 0.12-1 Distribution: unstable Urgency: medium Maintainer: Varun Hiremath <va...@debian.org> Changed-By: Varun Hirema

Accepted pychess 0.12-2 (source all) into unstable

2015-11-03 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 03 Nov 2015 22:58:14 -0500 Source: pychess Binary: pychess Architecture: source all Version: 0.12-2 Distribution: unstable Urgency: medium Maintainer: Varun Hiremath <va...@debian.org> Changed-By: Varun Hirema

Accepted mayavi2 4.4.3-2 (source amd64) into unstable

2015-10-16 Thread Varun Hiremath
s-t...@lists.alioth.debian.org> Changed-By: Varun Hiremath <va...@debian.org> Description: mayavi2- scientific visualization package for 2-D and 3-D data Changes: mayavi2 (4.4.3-2) unstable; urgency=medium . * Add the missing changes from Olly Betts NMU (4.3.1-3.1) * d/control: Add dh-python to

Accepted mayavi2 4.4.3-1 (source amd64) into unstable

2015-10-12 Thread Varun Hiremath
s-t...@lists.alioth.debian.org> Changed-By: Varun Hiremath <va...@debian.org> Description: mayavi2- scientific visualization package for 2-D and 3-D data Closes: 784839 798169 Changes: mayavi2 (4.4.3-1) unstable; urgency=medium . * New upstream release (Closes: #784839) * Bump Standards-Version to

Accepted python-enable 4.5.1-2 (source amd64) into unstable

2015-09-26 Thread Varun Hiremath
s-t...@lists.alioth.debian.org> Changed-By: Varun Hiremath <va...@debian.org> Description: python-enable - Drawing and interaction packages Closes: 797483 Changes: python-enable (4.5.1-2) unstable; urgency=medium . [ Philip Chimento ] * Add patch to build package without optimization (Clo

Accepted python-scipy 0.16.0-1 (source amd64 all) into unstable

2015-08-23 Thread Varun Hiremath
Maintainer: Debian Python Modules Team python-modules-t...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-scipy - scientific tools for Python python-scipy-dbg - scientific tools for Python - debugging symbols python-scipy-doc - scientific library for Python

Accepted python-traits 4.5.0-1 (source amd64) into unstable, unstable

2015-08-17 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-traits - Manifest typing and reactive programming for Python (Python 2) python3-traits - Manifest typing and reactive programming for Python (Python 3) Changes: python-traits (4.5.0-1) unstable; urgency=low

Accepted python-apptools 4.3.0-1 (source all) into unstable

2015-08-16 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-apptools - ETS Application Tools Changes: python-apptools (4.3.0-1) unstable; urgency=medium . * New upstream release * Bump Standards-Version to 3.9.6 Checksums-Sha1: 08bc123e0a41efe98bbb3d9b93452dcd4b03c05b

Accepted python-pyface 4.5.2-1 (source all) into unstable

2015-08-16 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-pyface - traits-capable windowing framework Changes: python-pyface (4.5.2-1) unstable; urgency=medium . * New upstream release * Acknowledge previous NMU, thanks! * Bump Standards-Version to 3.9.6 * Fix

Accepted python-traitsui 4.5.1-1 (source all) into unstable

2015-08-16 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-traitsui - traits-capable user interfaces Changes: python-traitsui (4.5.1-1) unstable; urgency=medium . * New upstream release * Acknowledge previous NMU changes, thanks * Bump Standards-Version to 3.9.6

Accepted python-chaco 4.5.0-1 (source amd64) into unstable

2015-08-16 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-chaco - interactive plotting application toolkit Changes: python-chaco (4.5.0-1) unstable; urgency=medium . * New upstream release * Acknowledge previous NMUs, thanks! * Bump Standards-Version to 3.9.6 Checksums

Accepted python-enable 4.5.1-1 (source amd64) into unstable

2015-08-16 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-enable - Drawing and interaction packages Changes: python-enable (4.5.1-1) unstable; urgency=medium . * New upstream release * Acknowledge previous NMUs, many thanks! * Bump Standards-Version to 3.9.6 * Fix

Accepted mayavi2 4.3.1-4 (source amd64) into unstable

2015-05-26 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: mayavi2- scientific visualization package for 2-D and 3-D data Closes: 785627 Changes: mayavi2 (4.3.1-4) unstable; urgency=medium . * Add a patch to fix python interpreter (Closes: #785627) Checksums-Sha1

Accepted gaviotatb 0.4-2 (source amd64 all) into unstable

2015-01-20 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 20 Jan 2015 23:56:15 -0500 Source: gaviotatb Binary: libgaviotatb-dev libgaviotatb1 gaviotatb Architecture: source amd64 all Version: 0.4-2 Distribution: unstable Urgency: medium Maintainer: Varun Hiremath va...@debian.org

Bug#775880: unblock: gaviotatb/0.4-2

2015-01-20 Thread Varun Hiremath
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package gaviotatb Fixes an RC bug: #775699 Last set of changes: http://anonscm.debian.org/cgit/users/varun/gaviotatb.git/commit/?id=c42dc56b8ed203d15368923891af5674b529b9fc

Bug#775880: unblock: gaviotatb/0.4-2

2015-01-20 Thread Varun Hiremath
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package gaviotatb Fixes an RC bug: #775699 Last set of changes: http://anonscm.debian.org/cgit/users/varun/gaviotatb.git/commit/?id=c42dc56b8ed203d15368923891af5674b529b9fc

Accepted python-pyface 4.4.0-2 (source all) into unstable

2014-09-03 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-pyface - traits-capable windowing framework Closes: 757313 Changes: python-pyface (4.4.0-2) unstable; urgency=medium . [ Olly Betts ] * Update for wxpython3.0 (Closes: #757313): + New patch: wxpy3.0-compat.patch

Accepted mayavi2 4.3.1-3 (source amd64)

2014-06-17 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: mayavi2- scientific visualization package for 2-D and 3-D data Closes: 746762 Changes: mayavi2 (4.3.1-3) unstable; urgency=medium . * d/rules: remove references to pyshared (Closes: #746762) Checksums-Sha1

Accepted python-chaco 4.4.1-1 (source amd64)

2014-03-15 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-chaco - interactive plotting application toolkit Closes: 649473 Changes: python-chaco (4.4.1-1) unstable; urgency=low . [ Varun Hiremath ] * New upstream release * d/control: Fix upstream Homepage URL (Closes

Accepted python-apptools 4.2.1-1 (source all)

2014-03-15 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-apptools - ETS Application Tools Changes: python-apptools (4.2.1-1) unstable; urgency=low . [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. . [ Varun Hiremath ] * New upstream release * Bump

Accepted python-traitsui 4.4.0-1 (source all)

2014-03-15 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-traitsui - traits-capable user interfaces Changes: python-traitsui (4.4.0-1) unstable; urgency=low . [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. . [ Varun Hiremath ] * New upstream release

Accepted python-pyface 4.4.0-1 (source all)

2014-03-15 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-pyface - traits-capable windowing framework Changes: python-pyface (4.4.0-1) unstable; urgency=low . [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. . [ Varun Hiremath ] * New upstream release * Bump

Accepted python-traits 4.4.0-1 (source amd64)

2014-03-15 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-traits - Manifest typing and reactive programming for Python Closes: 673638 Changes: python-traits (4.4.0-1) unstable; urgency=low . [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. . [ Varun Hiremath

Accepted python-enable 4.3.0-1 (source amd64)

2014-03-15 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-enable - Drawing and interaction packages Closes: 715145 Changes: python-enable (4.3.0-1) unstable; urgency=low . [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. . [ Varun Hiremath ] * New upstream

Accepted python-envisage 4.4.0-1 (source all)

2014-03-15 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-envisage - Extensible Application Framework Changes: python-envisage (4.4.0-1) unstable; urgency=low . [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. . [ Varun Hiremath ] * New upstream release

Accepted mayavi2 4.3.1-2 (source amd64)

2014-03-15 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: mayavi2- scientific visualization package for 2-D and 3-D data Closes: 678051 Changes: mayavi2 (4.3.1-2) unstable; urgency=low . [ Varun Hiremath ] * New upstream release * d/rules: Add missing jquery.js links (Closes

Bug#720881: RM: python-traitsbackendqt -- ROM; Package superseded by python-traitsui

2013-08-25 Thread Varun Hiremath
Package: ftp.debian.org Severity: normal Hi, This package is replaced by python-traitsui and so can be removed. Thanks, Varun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#720882: RM: python-traitsbackendwx -- ROM; Package superseded by python-traitsui

2013-08-25 Thread Varun Hiremath
Package: ftp.debian.org Severity: normal Hi, This package is replaced by python-traitsui and thus can be removed. Thanks, Varun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#720884: RM: python-traitsgui -- ROM; Package superseded by python-traitsui

2013-08-25 Thread Varun Hiremath
Package: ftp.debian.org Severity: normal Hi, This package is superseded by python-traitsui and thus can be removed. Thanks, Varun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#720886: RM: python-envisageplugins -- ROM; Package superseded by python-envisage

2013-08-25 Thread Varun Hiremath
Package: ftp.debian.org Severity: normal Hi, This package is replaced by python-envisage and thus can be removed. Thanks, Varun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#720885: RM: python-envisagecore -- ROM; Package superseded by python-envisage

2013-08-25 Thread Varun Hiremath
Package: ftp.debian.org Severity: normal Hi, This package is replaced by python-envisage and thus can be removed. Thanks, Varun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Accepted pidgin-festival 2.4-3 (source i386)

2013-08-15 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 15 Aug 2013 22:33:29 -0400 Source: pidgin-festival Binary: pidgin-festival Architecture: source i386 Version: 2.4-3 Distribution: unstable Urgency: low Maintainer: Varun Hiremath va...@debian.org Changed-By: Varun Hiremath va

Accepted xpuzzles 7.7.1-1 (source i386)

2013-08-11 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 10 Aug 2013 20:40:57 -0400 Source: xpuzzles Binary: xpuzzles xmpuzzles Architecture: source i386 Version: 7.7.1-1 Distribution: unstable Urgency: low Maintainer: Varun Hiremath va...@debian.org Changed-By: Varun Hiremath va

Accepted searchmonkey 0.8.1-9 (source i386)

2013-08-11 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 11 Aug 2013 20:06:47 -0400 Source: searchmonkey Binary: searchmonkey Architecture: source i386 Version: 0.8.1-9 Distribution: unstable Urgency: low Maintainer: Varun Hiremath va...@debian.org Changed-By: Varun Hiremath va

Accepted dvipng 1.14-2 (source i386)

2013-08-10 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 10 Aug 2013 19:03:50 -0400 Source: dvipng Binary: dvipng Architecture: source i386 Version: 1.14-2 Distribution: unstable Urgency: low Maintainer: Varun Hiremath va...@debian.org Changed-By: Varun Hiremath va...@debian.org

Bug#719337: O: cone -- COnsole Newsreader and Emailer

2013-08-10 Thread Varun Hiremath
Package: wnpp Severity: normal I no longer have time to maintian the cone package, and so I am hereby orphaning this package. Thanks, Varun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#719337: O: cone -- COnsole Newsreader and Emailer

2013-08-10 Thread Varun Hiremath
Package: wnpp Severity: normal I no longer have time to maintian the cone package, and so I am hereby orphaning this package. Thanks, Varun -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Accepted pychess 0.12~beta3-1 (source all)

2013-08-05 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 05 Aug 2013 19:53:19 -0400 Source: pychess Binary: pychess Architecture: source all Version: 0.12~beta3-1 Distribution: unstable Urgency: low Maintainer: Varun Hiremath va...@debian.org Changed-By: Varun Hiremath va

Accepted gaviotatb 0.4-1 (source i386 all)

2013-07-21 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 02 Jun 2013 15:26:15 -0400 Source: gaviotatb Binary: libgaviotatb-dev libgaviotatb1 gaviotatb Architecture: source i386 all Version: 0.4-1 Distribution: unstable Urgency: low Maintainer: Varun Hiremath va...@debian.org Changed

Re: Advice regarding chess engine database files license

2013-06-05 Thread Varun Hiremath
Hi! MJ Ray mjr at phonecoop.coop writes: Paul Wise pabs at debian.org On Wed, Jun 5, 2013 at 6:13 PM, MJ Ray wrote: The Gaviota Engine licence shouldn't apply to the database files. See http://www.gnu.org/licenses/gpl-faq.html#GPLOutput for a similar topic. Sounds like they

Advice regarding chess engine database files license

2013-06-03 Thread Varun Hiremath
Hello All, I am considering packaging Gaviota chess tablebase files and probing code for Debian released under this MIT license: https://sites.google.com/site/gaviotachessengine/license The chess tablebase files are generated by the Gaviota Engine whose license is clearly not DFSG compatible.

Accepted afuse 0.4.1-1 (source i386)

2013-05-31 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 30 May 2013 23:36:35 -0400 Source: afuse Binary: afuse Architecture: source i386 Version: 0.4.1-1 Distribution: unstable Urgency: low Maintainer: Varun Hiremath va...@debian.org Changed-By: Varun Hiremath va...@debian.org

Bug#685446: unblock: model-builder/0.4.1-6

2012-08-20 Thread Varun Hiremath
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock model-builder/0.4.1-6. Updating model-builder fixes an RC bug: #684681 unblock model-builder/0.4.1-6 Changes: model-builder (0.4.1-6) unstable; urgency=high * Update

Bug#685449: unblock: pytimechart/1.0.0~rc1-3

2012-08-20 Thread Varun Hiremath
. [ Andrew Starr-Bochicchio ] * debian/control: Depend on python-gtk2 (Closes: #684779). * Add extend-diff-ignore=^[^/]+\.egg-info/ to debian/source/options. This allows the package to build twice in a row (Closes: #671148). . [ Varun Hiremath ] * Set urgency high, fixes RC bug. Thanks

Bug#685446: unblock: model-builder/0.4.1-6

2012-08-20 Thread Varun Hiremath
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock model-builder/0.4.1-6. Updating model-builder fixes an RC bug: #684681 unblock model-builder/0.4.1-6 Changes: model-builder (0.4.1-6) unstable; urgency=high * Update

Bug#685449: unblock: pytimechart/1.0.0~rc1-3

2012-08-20 Thread Varun Hiremath
. [ Andrew Starr-Bochicchio ] * debian/control: Depend on python-gtk2 (Closes: #684779). * Add extend-diff-ignore=^[^/]+\.egg-info/ to debian/source/options. This allows the package to build twice in a row (Closes: #671148). . [ Varun Hiremath ] * Set urgency high, fixes RC bug. Thanks

Accepted pytimechart 1.0.0~rc1-3 (source all)

2012-08-16 Thread Varun Hiremath
...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: pytimechart - GUI Viewer for Linux kernel traces Closes: 671148 684779 Changes: pytimechart (1.0.0~rc1-3) unstable; urgency=high . [ Andrew Starr-Bochicchio ] * debian/control: Depend on python-gtk2 (Closes: #684779

Accepted model-builder 0.4.1-6 (source all)

2012-08-16 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 16 Aug 2012 20:03:58 -0400 Source: model-builder Binary: model-builder Architecture: source all Version: 0.4.1-6 Distribution: unstable Urgency: high Maintainer: Varun Hiremath va...@debian.org Changed-By: Varun Hiremath va

Bug#671148: [Python-apps-team] Bug#671148: Patch for 671148 and 684779

2012-08-16 Thread Varun Hiremath
Hi Andrew, On Thu, Aug 16, 2012 at 5:53 PM, Andrew Starr-Bochicchio a.star...@gmail.com wrote: tags 671148 patch tags 684779 patch thanks Hi, The attached debdiff resolves both #671148 and #684779. As #684779 is a RC bug, if I don't hear a reply in a few days I will seek a sponsor for a

Bug#684779: [Python-apps-team] Bug#671148: Patch for 671148 and 684779

2012-08-16 Thread Varun Hiremath
Hi Andrew, On Thu, Aug 16, 2012 at 5:53 PM, Andrew Starr-Bochicchio a.star...@gmail.com wrote: tags 671148 patch tags 684779 patch thanks Hi, The attached debdiff resolves both #671148 and #684779. As #684779 is a RC bug, if I don't hear a reply in a few days I will seek a sponsor for a

Bug#651058: New version uploaded to unstable

2012-08-12 Thread Varun Hiremath
Hello, I uploaded a new version of pidgin-libnotify (0.14-9) to unstable. Could you please check if this bug is still reproducible with the new version? Thanks, Varun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#651058: New version uploaded to unstable

2012-08-12 Thread Varun Hiremath
Hello, I uploaded a new version of pidgin-libnotify (0.14-9) to unstable. Could you please check if this bug is still reproducible with the new version? Thanks, Varun -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

unblock: pidgin-libnotify/0.14-9

2012-08-12 Thread Varun Hiremath
Hi, Please unblock pidgin-libnotify/0.14-9, it fixes RC bug: #651058. unblock pidgin-libnotify/0.14-9 Thanks, Varun p.s. please CC me, I'm not subscribed to debian-release. -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Accepted pidgin-libnotify 0.14-9 (source amd64)

2012-08-08 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 08 Aug 2012 16:01:15 -0400 Source: pidgin-libnotify Binary: pidgin-libnotify Architecture: source amd64 Version: 0.14-9 Distribution: unstable Urgency: low Maintainer: Varun Hiremath va...@debian.org Changed-By: Varun Hiremath

Accepted python-scipy 0.10.1+dfsg1-4 (source amd64)

2012-07-21 Thread Varun Hiremath
Python Modules Team python-modules-t...@lists.alioth.debian.org Changed-By: Varun Hiremath va...@debian.org Description: python-scipy - scientific tools for Python python-scipy-dbg - scientific tools for Python - debugging symbols python3-scipy - scientific tools for Python 3 python3-scipy-dbg

Bug#677421: mayavi2: segfaults as soon as a module is loaded

2012-07-02 Thread Varun Hiremath
Hi Francesco, On Mon, Jul 2, 2012 at 1:24 PM, Francesco Poli invernom...@paranoici.org wrote: Wait a second, I noticed an important thing! It seems that there's a huge difference in how I add modules in step 1 (see my original bug report). First possibility: in the tree-like view of the

Bug#677421: mayavi2: segfaults as soon as a module is loaded

2012-07-02 Thread Varun Hiremath
Hi Francesco, On Mon, Jul 2, 2012 at 1:24 PM, Francesco Poli invernom...@paranoici.org wrote: Wait a second, I noticed an important thing! It seems that there's a huge difference in how I add modules in step 1 (see my original bug report). First possibility: in the tree-like view of the

Bug#677421: mayavi2: segfaults as soon as a module is loaded

2012-07-01 Thread Varun Hiremath
Hi Francesco, On Wed, Jun 13, 2012 at 4:23 PM, Francesco Poli (wintermute) invernom...@paranoici.org wrote: I reproduced this bug with any data set I tried to visualize, hence the package is currently unusable. Steps to reproduce: I had been traveling so didn't get time to investigate this

Bug#677421: mayavi2: segfaults as soon as a module is loaded

2012-07-01 Thread Varun Hiremath
Hi Francesco, On Sun, Jul 1, 2012 at 4:56 PM, Francesco Poli invernom...@paranoici.org wrote: I've just reproduced it again, unfortunately. Maybe the issue is triggered by something unrelated to the packages mayavi2 depends on... For instance, it could be video-hardware-specific: the boxes I

Bug#677421: mayavi2: segfaults as soon as a module is loaded

2012-07-01 Thread Varun Hiremath
Hi Francesco, On Wed, Jun 13, 2012 at 4:23 PM, Francesco Poli (wintermute) invernom...@paranoici.org wrote: I reproduced this bug with any data set I tried to visualize, hence the package is currently unusable. Steps to reproduce: I had been traveling so didn't get time to investigate this

Bug#677421: mayavi2: segfaults as soon as a module is loaded

2012-07-01 Thread Varun Hiremath
Hi Francesco, On Sun, Jul 1, 2012 at 4:56 PM, Francesco Poli invernom...@paranoici.org wrote: I've just reproduced it again, unfortunately. Maybe the issue is triggered by something unrelated to the packages mayavi2 depends on... For instance, it could be video-hardware-specific: the boxes I

Bug#677421: mayavi2 segfault on debian

2012-06-21 Thread Varun Hiremath
Hi, Could you please take a look at this bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677421 Do you think this a bug in wx or vtk, or has this anything to do with mayavi2? Let me know so I can reassign the bug to the correct package. Thanks, Varun -- To UNSUBSCRIBE, email to

Bug#677421: mayavi2 segfault on debian

2012-06-21 Thread Varun Hiremath
Hi, Could you please take a look at this bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677421 Do you think this a bug in wx or vtk, or has this anything to do with mayavi2? Let me know so I can reassign the bug to the correct package. Thanks, Varun -- To UNSUBSCRIBE, email to

Bug#678046: RM: pdfedit -- ROM; depends on Qt3 libraries

2012-06-18 Thread Varun Hiremath
Package: ftp.debian.org Severity: normal Hi, pdfedit depends on QT3 libraries (#604576) and upstream is not yet ready to port to QT4: http://pdfedit.petricek.net/bt/view.php?id=318 Thus, I request the removal of pdfedit package from Debian. I will reupload the package when

Bug#604576: RM: pdfedit -- ROM; depends on Qt3 libraries

2012-06-18 Thread Varun Hiremath
Package: ftp.debian.org Severity: normal Hi, pdfedit depends on QT3 libraries (#604576) and upstream is not yet ready to port to QT4: http://pdfedit.petricek.net/bt/view.php?id=318 Thus, I request the removal of pdfedit package from Debian. I will reupload the package when

Bug#604575: Preparations for the removal of the KDE3 and Qt3 libraries

2012-05-27 Thread Varun Hiremath
Ana, On Sun, May 27, 2012 at 2:15 PM, Ana Guerrero a...@debian.org wrote: On Sat, May 19, 2012 at 10:59:51AM +0200, Ana Guerrero wrote: Hello maintainer(s), One year and a half later, it is about time to remove Qt3. Please, migrate to the Qt4 version (if existing) or file for removal of

Accepted pdfedit 0.4.5-3 (source amd64)

2012-05-08 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 08 May 2012 12:53:08 -0400 Source: pdfedit Binary: pdfedit Architecture: source amd64 Version: 0.4.5-3 Distribution: unstable Urgency: low Maintainer: Varun Hiremath va...@debian.org Changed-By: Varun Hiremath va...@debian.org

Accepted stalonetray 0.8.1-1 (source amd64)

2012-05-05 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 05 May 2012 18:00:11 -0400 Source: stalonetray Binary: stalonetray Architecture: source amd64 Version: 0.8.1-1 Distribution: unstable Urgency: low Maintainer: Roman Dubtsov busa...@users.sourceforge.net Changed-By: Varun

  1   2   3   4   5   6   7   8   9   10   >