pkgsrc-wip/libquantum/Makefile
coypu 7e497ce923 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
2016-05-02 19:59:30 +03:00

18 lines
400 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/08 09:57:28 asau Exp $
#
DISTNAME= libquantum-1.1.1
CATEGORIES= misc
MASTER_SITES= http://www.libquantum.de/files/
MAINTAINER= lennart@augustsson.net
HOMEPAGE= http://www.libquantum.de/
COMMENT= Quantum computing simulation library
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INSTALL_TARGET= install quobtools_install
.include "../../mk/bsd.pkg.mk"