gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4927: tensor-compiler, what the world has been wait


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4927: tensor-compiler, what the world has been waiting for.
Date: Sat, 4 Nov 2017 17:16:04 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4927
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2017-11-04 14:16:00 -0700
message:
  tensor-compiler, what the world has been waiting for.
added:
  pkg/other/taco/                taco-20171104211510-tz03d6qot1xo50eo-1
  pkg/other/taco/Makefile        makefile-20171104211510-tz03d6qot1xo50eo-3
  pkg/other/taco/config.mk       config.mk-20171104211510-tz03d6qot1xo50eo-2
  pkg/other/taco/sha256sums      sha256sums-20171104211510-tz03d6qot1xo50eo-4
=== added directory 'pkg/other/taco'
=== added file 'pkg/other/taco/Makefile'
--- a/pkg/other/taco/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/other/taco/Makefile   2017-11-04 21:16:00 +0000
@@ -0,0 +1,52 @@
+# Copyright © 2017 Carl Hansen <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/>.
+# 
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+#
+# Known problem: The way the "master.zip" file from github is handled
+# will lead to problems. It should be fixed. When I think of the right
+# answer.
+
+NAME = Tensor Compiler, taco
+GARNAME = taco
+UPSTREAMNAME=master
+GARVERSION = 2017-11-02 
+HOME_URL = http://tensor-compiler.org/ 
+DESCRIPTION =  converts tensor expressions to C++ code
+define BLURB
+A fast and versatile library for linear and tensor algebra;
+converts tensor expressions to C++ code
+endef
+LICENSE = MIT
+
+######################################################################
+#https://github.com/tensor-compiler/taco/archive/master.zip
+#https://github.com/tensor-compiler/taco.git
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = tensor-compiler/$(GARNAME)/archive/
+DISTFILES = master.zip
+WORKSRC = $(WORKDIR)/taco-master/
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/cmake.mk
+include config.mk
+

=== added file 'pkg/other/taco/config.mk'
--- a/pkg/other/taco/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/other/taco/config.mk  2017-11-04 21:16:00 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/taco/sha256sums'
--- a/pkg/other/taco/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/taco/sha256sums 2017-11-04 21:16:00 +0000
@@ -0,0 +1,1 @@
+72cf454f3f545ed33c48a339c049c82411c788969081d72159db342697cb195e  
download/master.zip


reply via email to

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