From a8ffe5a5c1ecc2c54dea835a9270e1e06a3fd4fb Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Mon, 15 May 2017 01:35:25 -0500 Subject: [PATCH 1/6] Add tensorflow-* packages. --- build-constraints.yaml | 6 ++++++ debian-bootstrap.sh | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ccf671..015f45fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3020,6 +3020,12 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse + - tensorflow + - tensorflow-core-ops + - tensorflow-opgen + - tensorflow-ops + - tensorflow-proto + - tensorflow-test "Christof Schramm ": - mnist-idx diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 372234bd..9e3bffd2 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -191,6 +191,12 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y llvm-4.0 +# Install the TensorFlow C API. +curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.1.0.tar.gz > libtensorflow.tar.gz \ + && sudo tar zxf libtensorflow.tar.gz -C /usr/local \ + && rm libtensorflow.tar.gz \ + && ldconfig + ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ # && apt-get update \ From b353e0bef1dd7455a58fcd23da9de56b64b5b19b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:16:14 +0100 Subject: [PATCH 2/6] upper bound for ghc-typelits-knownnat --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ccf671..c79b0bcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,7 +1603,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - ghc-typelits-extra - - ghc-typelits-knownnat + - ghc-typelits-knownnat <0.3 - ghc-typelits-natnormalise - clash-prelude - clash-lib From f65a54353f415bfe46f66d951d9e9d2a7367117e Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:25:28 +0100 Subject: [PATCH 3/6] upper bound for ghc-typelits-knownnat (#2516) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c79b0bcd..d43abf64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,7 +1603,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - ghc-typelits-extra - - ghc-typelits-knownnat <0.3 + - ghc-typelits-knownnat - ghc-typelits-natnormalise - clash-prelude - clash-lib @@ -3182,6 +3182,9 @@ packages: # https://github.com/fpco/stackage/issues/2514 - optparse-generic < 1.2 + # https://github.com/fpco/stackage/issues/2516 + ghc-typelits-knownnat <0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From f5ad2b87dbdc492e8978884e010131fd0a5f921a Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:29:34 +0100 Subject: [PATCH 4/6] upper bound for ghc-typelits-knownnat (#2516) (correction) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d43abf64..7ef64f56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3183,7 +3183,7 @@ packages: - optparse-generic < 1.2 # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat <0.3 + - ghc-typelits-knownnat <0.3 # end of packages From 9ea6406051eea04a8ba615a45dfa07563dc09cb7 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 19:07:12 +0100 Subject: [PATCH 5/6] Revert "Temporarily revert clr-inline test disabling" (#2510) This reverts commit 284c00f9fb592ce8979ddd5c97e6be534b8c2581. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ef64f56..98b25aca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,7 +3519,7 @@ expected-test-failures: - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - # clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 + - clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes From e6809d1c2eaa1797e97ad974227e790d60c7b482 Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Tue, 16 May 2017 12:30:02 +0900 Subject: [PATCH 6/6] Add sensu-run --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98b25aca..9668d103 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2918,6 +2918,7 @@ packages: - stack-type "Mitsutoshi Aoe @maoe": + - sensu-run - viewprof "Dylan Simon @dylex":