gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3197: add nano-archimedes at 1.1


From: Brandon Invergo
Subject: [Gsrc-commit] trunk r3197: add nano-archimedes at 1.1
Date: Sun, 01 Mar 2015 18:49:24 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3197
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2015-03-01 18:49:13 +0000
message:
  add nano-archimedes at 1.1
added:
  gnu/nano-archimedes/           
nanoarchimedes-20150301184905-l7sjs0i8ck75qxht-1
  gnu/nano-archimedes/Makefile   makefile-20150301184905-l7sjs0i8ck75qxht-3
  gnu/nano-archimedes/config.mk  config.mk-20150301184905-l7sjs0i8ck75qxht-2
  gnu/nano-archimedes/sha256sums sha256sums-20150301184905-l7sjs0i8ck75qxht-4
=== added directory 'gnu/nano-archimedes'
=== added file 'gnu/nano-archimedes/Makefile'
--- a/gnu/nano-archimedes/Makefile      1970-01-01 00:00:00 +0000
+++ b/gnu/nano-archimedes/Makefile      2015-03-01 18:49:13 +0000
@@ -0,0 +1,57 @@
+# Copyright © 2015 Brandon Invergo <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = nano-archimedes
+GARNAME = nano-archimedes
+GARVERSION = 1.1
+HOME_URL = http://www.gnu.org/software/nano-archimedes/
+DESCRIPTION = Simulation of quantum systems using the Wigner Monte Carlo method
+define BLURB
+nano-archimedes is a free package for the simulation of quantum
+systems.  It is based on the Wigner equation, a formulation of quantum
+mechanics in terms of a phase-space which is mathematically equivalent
+to the Schroedinger equation.  nano-archimedes implements the Wigner
+Monte Carlo method.  The code can be easily extended to density
+functional theory (DFT) and time-dependent ab-initio simulations.
+endef
+
+######################################################################
+
+MASTER_SITES = http://www.nano-archimedes.com/
+MASTER_SUBDIR = download/
+DISTNAME = $(GARNAME)-1D-ballistic-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES =
+WORKSRC = $(WORKDIR)/$(GARNAME)-1D-ballistic
+BUILD_SCRIPTS = bin
+INSTALL_SCRIPTS = bin
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.mk
+include config.mk
+
+build-bin:
+       cd $(WORKSRC)/src && gcc $(GARNAME).c -Wall -lm -Ofast -o $(GARNAME)
+       $(MAKECOOKIE)
+
+install-bin:
+       $(INSTALL_BIN) $(WORKSRC)/src/$(GARNAME)
+       $(MAKECOOKIE)

=== added file 'gnu/nano-archimedes/config.mk'
--- a/gnu/nano-archimedes/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/nano-archimedes/config.mk     2015-03-01 18:49:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for nano-archimedes ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/nano-archimedes/sha256sums'
--- a/gnu/nano-archimedes/sha256sums    1970-01-01 00:00:00 +0000
+++ b/gnu/nano-archimedes/sha256sums    2015-03-01 18:49:13 +0000
@@ -0,0 +1,1 @@
+17626fab9a79e4c36efb4d194ae56caa49f56b8deb9303e56556e31f124a3f50  
download/nano-archimedes-1D-ballistic-1.1.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]