gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4204: additional artificial neural network prog


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4204: additional artificial neural network prog
Date: Fri, 16 Dec 2016 01:55:11 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 4204
revision-id: address@hidden
parent: address@hidden
committer: Carl Hansen <address@hidden>
branch nick: trunk
timestamp: Thu 2016-12-15 17:55:05 -0800
message:
  additional artificial neural network prog
added:
  pkg/other/libann/              libann-20161216015339-0k9uqe4c7go3o5n3-1
  pkg/other/libann/Makefile      makefile-20161216015339-0k9uqe4c7go3o5n3-2
  pkg/other/libann/config.mk     config.mk-20161216015339-0k9uqe4c7go3o5n3-3
  pkg/other/libann/gpg-keyring   gpgkeyring-20161216015339-0k9uqe4c7go3o5n3-5
  pkg/other/libann/sha256sums    sha256sums-20161216015339-0k9uqe4c7go3o5n3-4
=== added directory 'pkg/other/libann'
=== added file 'pkg/other/libann/Makefile'
--- a/pkg/other/libann/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/libann/Makefile 2016-12-16 01:55:05 +0000
@@ -0,0 +1,49 @@
+
+# Copyright © 2016 Carl Hansen address@hidden
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# 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/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+# almost compiles, work continues..
+
+NAME =    libann
+GARNAME = libann
+GARVERSION = 1.4
+HOME_URL = http://www.nongnu.org/libann
+DESCRIPTION =  Artificial Neural Network Library
+define BLURB
+
+endef
+
+######################################################################
+# http://download.savannah.gnu.org/releases/libann/libann.1.4.tar.gz
+
+MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)/
+#MASTER_SITES = $(MASTER_SAVANNAH)/
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(GARNAME).$(GARVERSION).tar.gz  
+SIGFILES  = $(GARNAME).$(GARVERSION).tar.gz.sig
+WORKSRC  = $(WORKDIR)/$(GARNAME).$(GARVERSION)
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/other/libann/config.mk'
--- a/pkg/other/libann/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/other/libann/config.mk        2016-12-16 01:55:05 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?= CPPFLAGS=-fpermissive

=== added file 'pkg/other/libann/gpg-keyring'
Binary files a/pkg/other/libann/gpg-keyring     1970-01-01 00:00:00 +0000 and 
b/pkg/other/libann/gpg-keyring    2016-12-16 01:55:05 +0000 differ
=== added file 'pkg/other/libann/sha256sums'
--- a/pkg/other/libann/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/other/libann/sha256sums       2016-12-16 01:55:05 +0000
@@ -0,0 +1,2 @@
+3eab3bc7b0421459f52f40b4230294a4f392a4f4cbcc090609c13d70b1e93342  
download/libann.1.4.tar.gz
+73a9777cc7d063ba5d513b54b95d8cec71e9e1e3ccc1693ea37ed40d1d6ee1e2  
download/libann.1.4.tar.gz.sig


reply via email to

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