gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8100: update taco to master


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8100: update taco to master
Date: Thu, 10 Feb 2022 14:33:29 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8100
revision-id: carlhansen1234@gmail.com-20220210193324-lcelysfg0dxnb06a
parent: carlhansen1234@gmail.com-20220210191127-ao2culh6ntk131cu
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Thu 2022-02-10 11:33:24 -0800
message:
  update taco to master
added:
  pkg/other/taco/files/          files-20220210193309-n8o9n1foqzudjzo4-1
  pkg/other/taco/files/getaround-narrowing-warning.diff 
getaroundnarrowingwa-20220210193309-n8o9n1foqzudjzo4-2
modified:
  pkg/other/taco/Makefile        makefile-20171104211510-tz03d6qot1xo50eo-3
  pkg/other/taco/config.mk       config.mk-20171104211510-tz03d6qot1xo50eo-2
=== modified file 'pkg/other/taco/Makefile'
--- a/pkg/other/taco/Makefile   2019-11-09 05:38:38 +0000
+++ b/pkg/other/taco/Makefile   2022-02-10 19:33:24 +0000
@@ -45,7 +45,7 @@
 SIGFILES =
 
 GIT_REVISION = master  
-
+PATCHFILES = getaround-narrowing-warning.diff
 WORKSRC = $(WORKDIR)/$(DISTNAME)/
 CONFIGURE_SCRIPTS  = $(WORKDIR)/$(DISTNAME)/CMakeLists.txt
 
@@ -55,7 +55,7 @@
 # HINT:  add #include <limits.h> to pack.h , if needed.
 # HINT: multiprocessor library support, see READMEs.
 # apparent libiconv problem....
-
+# bug -Wnarrowing
 ######################################################################
 
 include ../../../gar/gar.lib/cmake.mk

=== modified file 'pkg/other/taco/config.mk'
--- a/pkg/other/taco/config.mk  2017-11-04 21:16:00 +0000
+++ b/pkg/other/taco/config.mk  2022-02-10 19:33:24 +0000
@@ -1,4 +1,4 @@
 ## Configuration options ##
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=
+BUILD_OPTS ?= CPPFLAGS=-Wwarn=narrowing

=== added directory 'pkg/other/taco/files'
=== added file 'pkg/other/taco/files/getaround-narrowing-warning.diff'
--- a/pkg/other/taco/files/getaround-narrowing-warning.diff     1970-01-01 
00:00:00 +0000
+++ b/pkg/other/taco/files/getaround-narrowing-warning.diff     2022-02-10 
19:33:24 +0000
@@ -0,0 +1,25 @@
+diff -x config.log -x config.status -ru tmp/taco-master/.git/config 
work/taco-master/.git/config
+--- tmp/taco-master/.git/config        2022-02-08 17:09:49.000000000 -0800
++++ work/taco-master/.git/config       2022-02-10 11:17:28.437269109 -0800
+@@ -9,3 +9,9 @@
+ [branch "master"]
+       remote = origin
+       merge = refs/heads/master
++[submodule "python_bindings/pybind11"]
++      active = true
++      url = https://github.com/pybind/pybind11
++[submodule "test/bats"]
++      active = true
++      url = https://github.com/bats-core/bats-core
+diff -x config.log -x config.status -ru 
tmp/taco-master/test/tests-tensor_types.cpp 
work/taco-master/test/tests-tensor_types.cpp
+--- tmp/taco-master/test/tests-tensor_types.cpp        2022-02-08 
17:09:49.000000000 -0800
++++ work/taco-master/test/tests-tensor_types.cpp       2022-02-10 
11:27:19.870965999 -0800
+@@ -45,7 +45,7 @@
+   ASSERT_EQ(t, a.getComponentType());
+   ASSERT_EQ(1, a.getOrder());
+   ASSERT_EQ(5, a.getDimension(0));
+-  map<vector<int>,TypeParam> vals = {{{0}, 1.0}, {{2}, 2.0}};
++  map<vector<int>,TypeParam> vals = {{{0}, 1}, {{2}, 2}};
+   for (auto& val : vals) {
+     a.insert(val.first, val.second);
+   }


reply via email to

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