Bug#1017808: ITP: zfp -- Fixed-Rate Compressed Floating-Point Arrays

2022-08-22 Thread Antonio Valentino

Hi Gürkan,
the package is now on mentros.d.net

https://mentors.debian.net/package/zfp/

cheers
antonio

Il 22/08/22 13:00, Gürkan Myczko ha scritto:

Hi Antonio,


I have create a "working" git repo on my area in salsa.

https://salsa.debian.org/antonio.valentino/zfp

I hope you don't mind.


that’s perfect, i wanted to suggest that, as well as adding yourself 
and/or team science

to d/control (Maintainers/Uploaders)


OK thanks.
Could you please confirm that you have received the salsa invitation
to get access to the repository?


I confirm, and stared!


[...]


The package needs to rename zfp to libzfpN and add python(3?)-zfp
And maybe a better d/copyright, other than that it doesn't look too 
bad.


I have renamed/split the old zfp package into libzfp1 and python3-zfpy.
I have also added a new package zfp for the command line utilities.

There is still some problem with the libzfp1-dbgsym package, I need 
to investigate.

Finally, I also plan to try to include symbol files.

Please let me know if you have any comments.


that also is perfect, tell me once you’re ready, i’ll be glad for 
final review, preferably
from mentors.debian.net  for sponsoring. 
depending on the team science or not,
it’d go to debian/ salsa or the team repo on salsa, i can create the 
repo there as well,

once it’s final.


OK, I would prefer to have the package in debian-science.
I will let you know once the package is ready for the final review.

Currently I'm having the following error:

E: libzfp1-dbgsym: stripped-library
[usr/lib/debug/.dwz/x86_64-linux-gnu/libzfp1.debug]


Just cloned the repo to check. Stripped means either at compile time 
it's stripped -s
or without -g (debug symbols built). Or strip is run somewhere before 
install.

Let me check, should be not too hard to fix...

inside obj*, ccmake, then t, reveals a CMAKE_STRIP program, setting it 
to nothing,

avoids the strip and fixes the problem, here's the patch:
-DBUILD_ZFPY=ON \
-DCMAKE_BUILD_TYPE=Debug

this one didn't solve it, but above one does.
#-DCMAKE_STRIP=/bin/echo

forget it all, i'd say, THIS:

override_dh_dwz:
 @echo BYE DWZ

if not you i've had these for testing:
override_dh_auto_configure:
 dh_auto_configure -- \
 -DBUILD_ZFORP=ON \
 -DBUILD_ZFPY=ON \
 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 -DCMAKE_STRIP=


HTH, if that was the only thing left, waiting for your mentors.d.n 
package for sponsoring :)



N:

N:   Libraries in .../lib/debug or in .../lib/profile must not be
stripped; this defeats the whole point of the separate library.

N:

N:   Visibility: error

N:   Show-Always: no

N:   Check: libraries/debug-symbols

N:   Renamed from: library-in-debug-or-profile-should-not-be-stripped

do you have already seen it before?
Do you have already any idea about how to fix it?


cheers


--
Antonio Valentino



Bug#1017808: ITP: zfp -- Fixed-Rate Compressed Floating-Point Arrays

2022-08-22 Thread Gürkan Myczko

Hi Antonio,


I have create a "working" git repo on my area in salsa.

https://salsa.debian.org/antonio.valentino/zfp

I hope you don't mind.


that’s perfect, i wanted to suggest that, as well as adding yourself 
and/or team science

to d/control (Maintainers/Uploaders)


OK thanks.
Could you please confirm that you have received the salsa invitation
to get access to the repository?


I confirm, and stared!


[...]


The package needs to rename zfp to libzfpN and add python(3?)-zfp
And maybe a better d/copyright, other than that it doesn't look too 
bad.


I have renamed/split the old zfp package into libzfp1 and 
python3-zfpy.

I have also added a new package zfp for the command line utilities.

There is still some problem with the libzfp1-dbgsym package, I need 
to investigate.

Finally, I also plan to try to include symbol files.

Please let me know if you have any comments.


that also is perfect, tell me once you’re ready, i’ll be glad for 
final review, preferably
from mentors.debian.net  for sponsoring. 
depending on the team science or not,
it’d go to debian/ salsa or the team repo on salsa, i can create the 
repo there as well,

once it’s final.


OK, I would prefer to have the package in debian-science.
I will let you know once the package is ready for the final review.

Currently I'm having the following error:

E: libzfp1-dbgsym: stripped-library
[usr/lib/debug/.dwz/x86_64-linux-gnu/libzfp1.debug]


Just cloned the repo to check. Stripped means either at compile time 
it's stripped -s
or without -g (debug symbols built). Or strip is run somewhere before 
install.

Let me check, should be not too hard to fix...

inside obj*, ccmake, then t, reveals a CMAKE_STRIP program, setting it 
to nothing,

avoids the strip and fixes the problem, here's the patch:
-DBUILD_ZFPY=ON \
-DCMAKE_BUILD_TYPE=Debug

this one didn't solve it, but above one does.
#-DCMAKE_STRIP=/bin/echo

forget it all, i'd say, THIS:

override_dh_dwz:
@echo BYE DWZ

if not you i've had these for testing:
override_dh_auto_configure:
dh_auto_configure -- \
-DBUILD_ZFORP=ON \
-DBUILD_ZFPY=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_STRIP=


HTH, if that was the only thing left, waiting for your mentors.d.n 
package for sponsoring :)



N:

N:   Libraries in .../lib/debug or in .../lib/profile must not be
stripped; this defeats the whole point of the separate library.

N:

N:   Visibility: error

N:   Show-Always: no

N:   Check: libraries/debug-symbols

N:   Renamed from: library-in-debug-or-profile-should-not-be-stripped

do you have already seen it before?
Do you have already any idea about how to fix it?


cheers




Bug#1017808: ITP: zfp -- Fixed-Rate Compressed Floating-Point Arrays

2022-08-22 Thread Antonio Valentino

Dear Gürkan,

Il 21/08/22 20:44, Gürkan Myczko ha scritto:

Hi Antonio,


On 21 Aug 2022, at 20:34, Antonio Valentino  
wrote:

[...]

Il 21/08/22 11:45, Gürkan Myczko ha scritto:

[...]

On Sat, 20 Aug 2022 23:05:34 +0200 =?UTF-8?Q?G=C3=BCrkan_Myczko?=
 wrote:

Package: wnpp
Severity: wishlist
Owner: Gürkan Myczko 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: zfp
Version : 1.0.0
Upstream Authors: Peter Lindstrom
URL : https://github.com/LLNL/zfp
* License : BSD-3-clause
Description : Fixed-Rate Compressed Floating-Point Arrays
   This is a compressed format for representing multidimensional floating-point
   and integer arrays.  zfp provides compressed-array classes that support high
   throughput read and write random access to individual array elements. zfp
   also supports serial and parallel (OpenMP and CUDA) compression of whole
   arrays, e.g., for applications that read and write large data sets to and
   from disk.

It has bindings for C, C++, Fortran, and Python, as well as a cli tool


I'm very interested in having this library in Debian.
If you need any help form me please let me know an I will be happy to
support the packaging and maintenance of this library.

Sounds good, I wouldn't mind helping hands, am busy myself very much,
here's my work so far: http://sid.ethz.ch/debian/zfp/


I have create a "working" git repo on my area in salsa.

https://salsa.debian.org/antonio.valentino/zfp

I hope you don't mind.


that’s perfect, i wanted to suggest that, as well as adding yourself and/or 
team science
to d/control (Maintainers/Uploaders)


OK thanks.
Could you please confirm that you have received the salsa invitation to 
get access to the repository?


[...]


The package needs to rename zfp to libzfpN and add python(3?)-zfp
And maybe a better d/copyright, other than that it doesn't look too bad.


I have renamed/split the old zfp package into libzfp1 and python3-zfpy.
I have also added a new package zfp for the command line utilities.

There is still some problem with the libzfp1-dbgsym package, I need to 
investigate.
Finally, I also plan to try to include symbol files.

Please let me know if you have any comments.


that also is perfect, tell me once you’re ready, i’ll be glad for final review, 
preferably
from mentors.debian.net  for sponsoring. depending 
on the team science or not,
it’d go to debian/ salsa or the team repo on salsa, i can create the repo there 
as well,
once it’s final.


OK, I would prefer to have the package in debian-science.
I will let you know once the package is ready for the final review.

Currently I'm having the following error:

E: libzfp1-dbgsym: stripped-library 
[usr/lib/debug/.dwz/x86_64-linux-gnu/libzfp1.debug]


N:

N:   Libraries in .../lib/debug or in .../lib/profile must not be 
stripped; this defeats the whole point of the separate library.


N:

N:   Visibility: error

N:   Show-Always: no

N:   Check: libraries/debug-symbols

N:   Renamed from: library-in-debug-or-profile-should-not-be-stripped

do you have already seen it before?
Do you have already any idea about how to fix it?


cheers
--
Antonio Valentino



Bug#1017808: ITP: zfp -- Fixed-Rate Compressed Floating-Point Arrays

2022-08-21 Thread Gürkan Myczko
Hi Antonio,

> On 21 Aug 2022, at 20:34, Antonio Valentino  
> wrote:
> 
> Dear Gürkan,
> 
> Il 21/08/22 11:45, Gürkan Myczko ha scritto:
>> Dear Antono,
>> Are you ever on irc? If so communication could be optimized (speedwise)
>> when you join #debian-science...
> 
> no sorry, I do not use irc

no problem,
> 
>>> On Sat, 20 Aug 2022 23:05:34 +0200 =?UTF-8?Q?G=C3=BCrkan_Myczko?=
>>>  wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Gürkan Myczko 
 X-Debbugs-Cc: debian-de...@lists.debian.org
 
 * Package name: zfp
Version : 1.0.0
Upstream Authors: Peter Lindstrom
URL : https://github.com/LLNL/zfp
 * License : BSD-3-clause
Description : Fixed-Rate Compressed Floating-Point Arrays
   This is a compressed format for representing multidimensional 
 floating-point
   and integer arrays.  zfp provides compressed-array classes that support 
 high
   throughput read and write random access to individual array elements. zfp
   also supports serial and parallel (OpenMP and CUDA) compression of whole
   arrays, e.g., for applications that read and write large data sets to and
   from disk.
 
 It has bindings for C, C++, Fortran, and Python, as well as a cli tool
>>> 
>>> I'm very interested in having this library in Debian.
>>> If you need any help form me please let me know an I will be happy to
>>> support the packaging and maintenance of this library.
>> Sounds good, I wouldn't mind helping hands, am busy myself very much,
>> here's my work so far: http://sid.ethz.ch/debian/zfp/
> 
> I have create a "working" git repo on my area in salsa.
> 
> https://salsa.debian.org/antonio.valentino/zfp
> 
> I hope you don't mind.

that’s perfect, i wanted to suggest that, as well as adding yourself and/or 
team science
to d/control (Maintainers/Uploaders)
> 
> Once the package is ready we can create the proper "official" repository in 
> the proper location, import the package and drop the working one.
> 
> 
>> The package needs to rename zfp to libzfpN and add python(3?)-zfp
>> And maybe a better d/copyright, other than that it doesn't look too bad.
> 
> I have renamed/split the old zfp package into libzfp1 and python3-zfpy.
> I have also added a new package zfp for the command line utilities.
> 
> There is still some problem with the libzfp1-dbgsym package, I need to 
> investigate.
> Finally, I also plan to try to include symbol files.
> 
> Please let me know if you have any comments.

that also is perfect, tell me once you’re ready, i’ll be glad for final review, 
preferably
from mentors.debian.net  for sponsoring. depending 
on the team science or not,
it’d go to debian/ salsa or the team repo on salsa, i can create the repo there 
as well,
once it’s final.

kind regards, thank you so much for stepping in!
> 
> kind regards
> -- 
> Antonio Valentino



Bug#1017808: ITP: zfp -- Fixed-Rate Compressed Floating-Point Arrays

2022-08-21 Thread Antonio Valentino

Dear Gürkan,

Il 21/08/22 11:45, Gürkan Myczko ha scritto:

Dear Antono,

Are you ever on irc? If so communication could be optimized (speedwise)
when you join #debian-science...


no sorry, I do not use irc


On Sat, 20 Aug 2022 23:05:34 +0200 =?UTF-8?Q?G=C3=BCrkan_Myczko?=
 wrote:

Package: wnpp
Severity: wishlist
Owner: Gürkan Myczko 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name    : zfp
   Version : 1.0.0
   Upstream Authors: Peter Lindstrom
   URL : https://github.com/LLNL/zfp
* License : BSD-3-clause
   Description : Fixed-Rate Compressed Floating-Point Arrays
  This is a compressed format for representing multidimensional 
floating-point
  and integer arrays.  zfp provides compressed-array classes that 
support high
  throughput read and write random access to individual array 
elements. zfp
  also supports serial and parallel (OpenMP and CUDA) compression of 
whole
  arrays, e.g., for applications that read and write large data sets 
to and

  from disk.

It has bindings for C, C++, Fortran, and Python, as well as a cli tool


I'm very interested in having this library in Debian.
If you need any help form me please let me know an I will be happy to
support the packaging and maintenance of this library.


Sounds good, I wouldn't mind helping hands, am busy myself very much,
here's my work so far: http://sid.ethz.ch/debian/zfp/


I have create a "working" git repo on my area in salsa.

https://salsa.debian.org/antonio.valentino/zfp

I hope you don't mind.

Once the package is ready we can create the proper "official" repository 
in the proper location, import the package and drop the working one.




The package needs to rename zfp to libzfpN and add python(3?)-zfp
And maybe a better d/copyright, other than that it doesn't look too bad.


I have renamed/split the old zfp package into libzfp1 and python3-zfpy.
I have also added a new package zfp for the command line utilities.

There is still some problem with the libzfp1-dbgsym package, I need to 
investigate.

Finally, I also plan to try to include symbol files.

Please let me know if you have any comments.

kind regards
--
Antonio Valentino



Bug#1017808: ITP: zfp -- Fixed-Rate Compressed Floating-Point Arrays

2022-08-21 Thread Gürkan Myczko

Dear Antono,

Are you ever on irc? If so communication could be optimized (speedwise)
when you join #debian-science...


On Sat, 20 Aug 2022 23:05:34 +0200 =?UTF-8?Q?G=C3=BCrkan_Myczko?=
 wrote:

Package: wnpp
Severity: wishlist
Owner: Gürkan Myczko 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: zfp
   Version : 1.0.0
   Upstream Authors: Peter Lindstrom
   URL : https://github.com/LLNL/zfp
* License : BSD-3-clause
   Description : Fixed-Rate Compressed Floating-Point Arrays
  This is a compressed format for representing multidimensional 
floating-point
  and integer arrays.  zfp provides compressed-array classes that 
support high
  throughput read and write random access to individual array 
elements. zfp
  also supports serial and parallel (OpenMP and CUDA) compression of 
whole
  arrays, e.g., for applications that read and write large data sets 
to and

  from disk.

It has bindings for C, C++, Fortran, and Python, as well as a cli tool


I'm very interested in having this library in Debian.
If you need any help form me please let me know an I will be happy to
support the packaging and maintenance of this library.


Sounds good, I wouldn't mind helping hands, am busy myself very much,
here's my work so far: http://sid.ethz.ch/debian/zfp/

The package needs to rename zfp to libzfpN and add python(3?)-zfp
And maybe a better d/copyright, other than that it doesn't look too bad.

kind regards,





kind regards




Bug#1017808: ITP: zfp -- Fixed-Rate Compressed Floating-Point Arrays

2022-08-21 Thread Antonio Valentino

Dear Gürkan,

On Sat, 20 Aug 2022 23:05:34 +0200 =?UTF-8?Q?G=C3=BCrkan_Myczko?= 
 wrote:

Package: wnpp
Severity: wishlist
Owner: Gürkan Myczko 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: zfp
   Version : 1.0.0
   Upstream Authors: Peter Lindstrom
   URL : https://github.com/LLNL/zfp
* License : BSD-3-clause
   Description : Fixed-Rate Compressed Floating-Point Arrays
  This is a compressed format for representing multidimensional 
floating-point
  and integer arrays.  zfp provides compressed-array classes that support 
high
  throughput read and write random access to individual array elements. 
zfp
  also supports serial and parallel (OpenMP and CUDA) compression of 
whole
  arrays, e.g., for applications that read and write large data sets to 
and

  from disk.

It has bindings for C, C++, Fortran, and Python, as well as a cli tool


I'm very interested in having this library in Debian.
If you need any help form me please let me know an I will be happy to 
support the packaging and maintenance of this library.




kind regards
--
Antonio Valentino



Bug#1017808: ITP: zfp -- Fixed-Rate Compressed Floating-Point Arrays

2022-08-20 Thread Gürkan Myczko

Package: wnpp
Severity: wishlist
Owner: Gürkan Myczko 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: zfp
  Version : 1.0.0
  Upstream Authors: Peter Lindstrom
  URL : https://github.com/LLNL/zfp
* License : BSD-3-clause
  Description : Fixed-Rate Compressed Floating-Point Arrays
 This is a compressed format for representing multidimensional 
floating-point
 and integer arrays.  zfp provides compressed-array classes that support 
high
 throughput read and write random access to individual array elements. 
zfp
 also supports serial and parallel (OpenMP and CUDA) compression of 
whole
 arrays, e.g., for applications that read and write large data sets to 
and

 from disk.

It has bindings for C, C++, Fortran, and Python, as well as a cli tool