Re: [PATCH 3/3] gnu: Add zpaq.

2017-01-30 Thread Tobias Geerinckx-Rice
Ludo', On 30/01/17 23:54, Ludovic Courtès wrote: >> +(string-append "CXXFLAGS=-O3 -mtune=generic -DNDEBUG" >> + ,(match (or (%current-target-system) >> + (%current-system)) >> + ("x86_64-linux" " -march=

Re: [PATCH 3/3] gnu: Add zpaq.

2017-01-30 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > * gnu/packages/compression.scm (zpaq): New variable. [...] > +(string-append "CXXFLAGS=-O3 -mtune=generic -DNDEBUG" > + ,(match (or (%current-target-system) > + (%current-system)) > +

Re: [PATCH 3/3] gnu: Add zpaq.

2017-01-28 Thread Tobias Geerinckx-Rice
ng0, On 28/01/17 18:51, ng0 wrote: > Functionality seems okay: I've been using (more or less) this package for a month or so, and have yet to experience catastrophic data loss. >> +(string-append "CPPFLAGS=-Dunix" >> + ,(match (or (%current-target-system) >> +

Re: [PATCH 3/3] gnu: Add zpaq.

2017-01-28 Thread ng0
Tobias Geerinckx-Rice writes: > * gnu/packages/compression.scm (zpaq): New variable. > --- Cool! Thanks for working on it. Functionality seems okay: ...Creating an archive: ng0@wasp /g/s/q/bin> ./zpaq a /home/ng0/test.zpaq /home/ng0/News Creating /home/ng0/test.zpaq at offset 0 + 0 Adding 0.

[PATCH 3/3] gnu: Add zpaq.

2017-01-27 Thread Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zpaq): New variable. --- gnu/packages/compression.scm | 60 +++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 2e4de81..ca5509c 100644 --- a/gnu