diff options
author | obache <obache@pkgsrc.org> | 2010-08-15 07:35:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-15 07:35:56 +0000 |
commit | 064b947490cfcdf26c1daac594cc107db78be9c5 (patch) | |
tree | 75cd7bbdc922f24039a1a901bc07d59021234f75 /misc/libquantum/Makefile | |
parent | 1e5cb74af74ace68fda2186130ce5936b2e794cf (diff) | |
download | pkgsrc-064b947490cfcdf26c1daac594cc107db78be9c5.tar.gz |
Update libquantum to 1.0.0.
libquantum 1.0.0:
- Fixed quantum_gate1 to work properly with sorted regs
- Fixed several bugs in quantum_rk4a
libquantum 0.9.1:
- Added fourth-order Runge-Kutta time evolution
- Fixed error in quantum_measure() that caused some register values
never being measured
- Improved error handling
- Updated license and FSF contact data
- Added arbitrary two-qubit gate
- New function two print entire time evolution operator
- Fixed Makefile syntax
Diffstat (limited to 'misc/libquantum/Makefile')
-rw-r--r-- | misc/libquantum/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/libquantum/Makefile b/misc/libquantum/Makefile index a20ef53d894..370819d3927 100644 --- a/misc/libquantum/Makefile +++ b/misc/libquantum/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:09 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2010/08/15 07:35:56 obache Exp $ # -DISTNAME= libquantum-0.2.4 +DISTNAME= libquantum-1.0.0 CATEGORIES= misc -MASTER_SITES= http://www.enyo.de/libquantum/downloads/ +MASTER_SITES= http://www.libquantum.de/files/ MAINTAINER= lennart@augustsson.net -HOMEPAGE= http://www.enyo.de/libquantum/ +HOMEPAGE= http://www.libquantum.de/ COMMENT= Quantum computing simulation library +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +USE_LIBTOOL= yes INSTALL_TARGET= install quobtools_install |