X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:to:from:subject:message-id:date :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=VXHZgUAonwEFloy7DxesgBa46LNWjHYwsNjrFoqpGWz/cSYCWjBfD u9WvlYHO8/9McXUTS0+g5sqtJCCGe8qcO4CTIPB0lHqvpATsBV90MdtJVGDgYaQ6 YTKgr1eR2+quzkJqweM3cGMZNS2mqq1amhK93Rrrrudfc6wLWCgH7E= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:to:from:subject:message-id:date :mime-version:content-type:content-transfer-encoding; s=default; bh=BOMrGhe3dhLcL9VYm6hKjRB2LM0=; b=rKjJs+aHLA6vj8fVgSboW2snSPCH IxTMB/2PtUm2wQAxlA74OnHLtESHgHrBryxn+hM4Y8IvqrcrVQO3Ki6ZiVNf4DWk h+B8qpJGifQq7Z6uyEFYde3gmu4rlggeYG87413qh0Ii7vuc6aczMwvHu7jmqzuy j9zROQz3ucoPVQc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00,DATE_IN_PAST_12_24,FORGED_MUA_MOZILLA,FREEMAIL_FROM,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=HX-HELO:sk:localho, barcelona, BARCELONA, H*UA:Internet X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=KYgQcxqaaHyfAmoBMiyBHAD9AlcM0iAMufzOuuOUbeg=; b=fjJPjOsRl2rqzCkxXlouj7DBoDnnOtC8lzwEtrABst4/uxFETnfic0S2awWBomykYX HgjLFzSovZN9L//AVQK3KU9MdHY0KOUR2ixW172VsYiopVtH8S9DDLwnXItnCzvLJJnq LIS8CMw+M5Uv7dM/svu9KhaBGkMoOUX/4jq9PJyXtFY3WIarrfnnmMcnAMsNHa3shP+Z ODLQf/mdDaaxHifnghGTEdZDQvolRiDo4rv2YvTQRoOZRzIg2t2E3Y467JzUcTUb0ivw Y73/e5S/o73Po7oouTfsuVBPGfjQBiOvm+4M/XQOUSwSmpezULVUHTgj4cw8aGt5HLxX DM8Q== X-Gm-Message-State: APt69E2twe4h0OzneQwJINZUAEVXUP1eg+6y/2sexh7kGoBbr/Q/K5Gv p9el5xMnGjw1QdmcaQfS16cQKW0f X-Google-Smtp-Source: ADUXVKJM1t9EtRm6INQKGe/I0f9lbUn0YSvF3URpD3IO6Pf2nyBaIk9PwykVkFmwTpY8mB84IcZ4lw== X-Received: by 2002:adf:8211:: with SMTP id 17-v6mr8280511wrb.144.1528565880690; Sat, 09 Jun 2018 10:38:00 -0700 (PDT) To: cygwin AT cygwin DOT com From: Marco Atzeri Subject: [ANNOUNCEMENT] Updated: openblas-0.3.0-1 Message-Id: Date: Sat, 9 Jun 2018 19:38:00 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes New releases of openblas (source) libopenblas (dinamic library) are available in the Cygwin distribution : CHANGES Last upstream release https://github.com/xianyi/OpenBLAS/releases 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 5) Built with a max number of 16 threads; it should be enough to fully utilize up a 8 core dual thread. The fixed max limit at build time is a upstream limitation, if you need more than 16 let me know. Regards Marco Atzeri If you have questions or comments, please send them to the cygwin mailing list at -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple