pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libquantum: update to 1.1.1 development version



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Mon May 2 19:59:30 2016 +0300
Changeset:	7e497ce9234113298fb6b3d24a03463720d8ed08

Modified Files:
	libquantum/Makefile
	libquantum/distinfo

Log Message:
libquantum: update to 1.1.1 development version

Changelog:

libquantum 1.1.1:
        - Added support for ground state calculations
        - Added example program simulating the tranverse Ising chain
        - Optimized memory layout for quantum registers (thanks to
          Acumem, breaks backward compatiblity)
        - Added OpenMP support
        - Improved C99 compatibility for complex numbers
        - Improved support of double precision arithmetic

libquantum 1.1.0:
        - Added exact diagonlization based on LAPACK
        - Added flag in quantum_rk4 to preserve qureg (breaks backward
          compatibility)
        - Fixed quantum_gate1 to work properly with sorted regs
        - Fixed several bugs in quantum_rk4a

from Derouiche in PR/43728

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7e497ce9234113298fb6b3d24a03463720d8ed08

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libquantum/Makefile | 2 +-
 libquantum/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/libquantum/Makefile b/libquantum/Makefile
index 174947c..0e8d1f6 100644
--- a/libquantum/Makefile
+++ b/libquantum/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.4 2012/10/08 09:57:28 asau Exp $
 #
 
-DISTNAME=	libquantum-1.0.0
+DISTNAME=	libquantum-1.1.1
 CATEGORIES=	misc
 MASTER_SITES=	http://www.libquantum.de/files/
 
diff --git a/libquantum/distinfo b/libquantum/distinfo
index 6b47d64..4b59a86 100644
--- a/libquantum/distinfo
+++ b/libquantum/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.6 2015/11/03 23:49:42 agc Exp $
 
-SHA1 (libquantum-1.0.0.tar.gz) = 1b3476ac5061ee49b470d4170863d221c0acb903
-RMD160 (libquantum-1.0.0.tar.gz) = ebd88b646cb874f192cc0ce41272fff22820a8df
-SHA512 (libquantum-1.0.0.tar.gz) = c5b0aa8151a7aa156e59ff4653cf757008eac8dbc2e1691fd9640e3e979338298719fdb4a9942d7e08b9f4d9bef7ed2c4972665dd4a3cca35eca0b14082da13f
-Size (libquantum-1.0.0.tar.gz) = 223241 bytes
+SHA1 (libquantum-1.1.1.tar.gz) = ff8a6cdf628a2060c0cddb3f77c77c7cc3b3abd4
+RMD160 (libquantum-1.1.1.tar.gz) = 0eb5803649e9350dfc8086cd797b981ae7804b33
+SHA512 (libquantum-1.1.1.tar.gz) = 03547c96e37d47648218a4360985d80ae9df050143308d169555417b4e25138702c06832e4a5583ba8e82b84d099227312909dd1a722caf8d367d01a28118afe
+Size (libquantum-1.1.1.tar.gz) = 230733 bytes
 SHA1 (patch-aa) = ae9d274d7074e26b78817eb7723413b569154918


Home | Main Index | Thread Index | Old Index