Updated: openblas-0.3.10-1

2020-07-11 Thread Marco Atzeri via Cygwin-announce

New releases 0.3.10-1 of

openblas (source)
libopenblas  (dinamic library)

are available in the Cygwin distribution :

CHANGES
Last upstream release bugfix and performance improvment
https://github.com/xianyi/OpenBLAS/releases

 OpenBLAS will now provide enough buffer space for at
 least 50 threads by default.

DESCRIPTION
OpenBLAS is an optimized BLAS library based on
GotoBLAS2 1.13 BSD version and further extended.
OpenBLAS is licensed under the 3-clause BSD license.

HOMEPAGE
http://www.openblas.net/

CYGWIN NOTES
1) As BLAS it is around 5-10 times faster than Netlib reference,
   included in the liblapack0 package.

2) No devel package is provided as liblapack-devel already provide
   the needed headers and import.
   Openblas is fully compatible with Netlib BLAS.

3) libopenblas consist of a single file
 /usr/bin/cygblas-0.dll
   that will precede in PATH the liblapack0
 /usr/lib/lapack/cygblas-0.dll
   and used instead. Removing libopenblas will restore the
   usage of Netlib BLAS

4) CPU architecture covered up to now

   64 bit
ATOM BARCELONA BOBCAT BULLDOZER CORE2 DUNNINGTON EXCAVATOR
HASWELL NANO NEHALEM OPTERON OPTERON_SSE3 PENRYN PILEDRIVER
PRESCOTT SANDYBRIDGE STEAMROLLER ZEN

   32 bit
ATHLON ATOM BANIAS BARCELONA BOBCAT COPPERMINE CORE2
DUNNINGTON KATMAI NANO NEHALEM NORTHWOOD OPTERON
OPTERON_SSE3 PENRYN PRESCOTT


Regards
Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .



Updated: Perl distributions

2020-07-11 Thread Achim Gratz


The following Perl distributions have been updated to their latest
version on CPAN:

x86/x86_64
--
perl-Astro-FITS-CFITSIO-1.14-1
perl-JSON-Parse-0.57-1
perl-Socket-2.030-1

noarch
--
perl-DateTime-Locale-1.26-1
perl-File-Slurp-.32-1
perl-HTTP-Message-6.25-1
perl-JSON-PP-4.05-1
perl-Module-Signature-0.87-1
perl-Test-Compile-2.4.1-1
perl-Test2-Plugin-NoWarnings-0.09-1
perl-Text-Template-1.59-1


-- 
  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


Updated: mpfr-4.1.0-1

2020-07-11 Thread Achim Gratz


The MPFR Library


The MPFR library is a C library for multiple-precision floating-point
computations with exact rounding (also called correct rounding). It is
based on the GMP multiple-precision library.

The main goal of MPFR is to provide a library for multiple-precision
floating-point computation which is both efficient and has a well-defined
semantics. It copies the good ideas from the ANSI/IEEE-754 standard for
double-precision floating-point arithmetic (53-bit mantissa).

https://www.mpfr.org/mpfr-4.1.0/

This is an upstream bugfix / patch rollup release, updating the Cygwin
library to version 4.1.0 patchlevel 0 while keeping binary
compatibility.

-- 
  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


[no subject]

2020-07-11 Thread cygwin-announce-bounces
>From cygwin-announce-vttest-20200610-1 Fri Jul 10 16:35:16 2020
From: Brian Inglis 
To: cygwin-announce@cygwin.com
Date: Fri, 10 Jul 2020 16:35:16 -0600
Message-Id: <20200710163516.53886-1-brian.ing...@systematicsw.ab.ca>
Subject: Updated: vttest 20200610
X-CMAE-Envelope: 
MS4wfF75rQ3sdCk6xQtAsvtgb80RZJeOMkgdGeRCKsMTc6ZbTvqcGDrGoEkSgT1i/wnKIZ2H5bNZ3tQLVSTqr6mjuZro0VQ3igX8CWnPh/yypXjTHjC7a42r
 
8Hza6HBnqZnGSRk5xKR/OaL/gajc1lvV5CCJ1y8ir8jRedbOtGzrZKp6BJfQ4j/6xZDUPubZkxoPwK9cNfOZkf3gkYgcSLWmzW4=

The following packages have been upgraded in the Cygwin distribution:

* vttest 20200610

Tests the functionality of a VT100 terminal (or emulator thereof).
Tests both display (escape sequence handling) and keyboard.
The program is menu-driven and contains full operating instructions.
To run a given menu-item, you enter its number. You can run all
menu-items (for a given level) by entering an asterisk, i.e, '*'.

It has been enhanced to support and test many xterm control and status
escape sequences, and it is mainly used nowadays for testing emulator
compatibility.

Latest changes include:

+ modify DECSCA test to show whether EL/ED and ECH/ICH/DCH ignore DECSCA

+ modify DECERA test to assume that the terminal uses bce, and prompt
  for an additional color-change/erase to demonstrate this.

See the project home page for more information:

https://invisible-island.net/vttest/